ksingla025 commited on
Commit
d64ba4f
·
verified ·
1 Parent(s): 8f26d6c

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
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/parakeet-ctc-0.6b-with-meta")
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"])