Update README.md
Browse files
README.md
CHANGED
|
@@ -42,7 +42,7 @@ You can use this model directly with the NeMo toolkit for inference.
|
|
| 42 |
import nemo.collections.asr as nemo_asr
|
| 43 |
|
| 44 |
# Load the model from Hugging Face Hub
|
| 45 |
-
asr_model = nemo_asr.models.ASRModel.from_pretrained("WhissleAI/
|
| 46 |
|
| 47 |
# Transcribe an audio file
|
| 48 |
transcriptions = asr_model.transcribe(["/path/to/your/audio.wav"])
|
|
|
|
| 42 |
import nemo.collections.asr as nemo_asr
|
| 43 |
|
| 44 |
# Load the model from Hugging Face Hub
|
| 45 |
+
asr_model = nemo_asr.models.ASRModel.from_pretrained("WhissleAI/STT-meta-1B")
|
| 46 |
|
| 47 |
# Transcribe an audio file
|
| 48 |
transcriptions = asr_model.transcribe(["/path/to/your/audio.wav"])
|