diarray commited on
Commit
d9f6f59
·
verified ·
1 Parent(s): 9f4e945

Update Model name in code section

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -74,7 +74,7 @@ pip install nemo_toolkit['asr']
74
  ### Load Model with NeMo
75
  ```python
76
  import nemo.collections.asr as nemo_asr
77
- asr_model = nemo_asr.models.EncDecCTCModel.from_pretrained(model_name="RobotsMali/stt-bm-quartznet15x5")
78
  ```
79
 
80
  ### Transcribe Audio
 
74
  ### Load Model with NeMo
75
  ```python
76
  import nemo.collections.asr as nemo_asr
77
+ asr_model = nemo_asr.models.EncDecCTCModel.from_pretrained(model_name="RobotsMali/stt-bm-quartznet15x5-V0")
78
  ```
79
 
80
  ### Transcribe Audio