MostafaAhmed98
commited on
Commit
•
d25ab43
1
Parent(s):
6d00985
Update README.md
Browse files
README.md
CHANGED
@@ -77,7 +77,7 @@ You can load and use the model with the NeMo framework as follows:
|
|
77 |
import nemo.collections.asr as nemo_asr
|
78 |
|
79 |
# Load the model
|
80 |
-
asr_model = nemo_asr.models.EncDecCTCModel.from_pretrained("
|
81 |
|
82 |
# Example usage
|
83 |
audio_file = "path/to/arabic_audio.wav"
|
|
|
77 |
import nemo.collections.asr as nemo_asr
|
78 |
|
79 |
# Load the model
|
80 |
+
asr_model = nemo_asr.models.EncDecCTCModel.from_pretrained("MostafaAhmed98/Conformer-CTC-Arabic-ASR")
|
81 |
|
82 |
# Example usage
|
83 |
audio_file = "path/to/arabic_audio.wav"
|