hoanguyen0705 commited on
Commit
5a3cfb0
·
verified ·
1 Parent(s): 58cf849

Update How to use section

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -92,7 +92,7 @@ The model is available for use in the NeMo toolkit [3], and can be used as a pre
92
 
93
  ```python
94
  import nemo.collections.asr as nemo_asr
95
- asr_model = nemo_asr.models.ASRModel.from_pretrained(model_name="nvidia/parakeet-ctc-0.6b-vi")
96
  ```
97
 
98
  #### Transcribing using Python
 
92
 
93
  ```python
94
  import nemo.collections.asr as nemo_asr
95
+ asr_model = nemo_asr.models.ASRModel.from_pretrained(model_name="nvidia/parakeet-ctc-0.6b-Vietnamese")
96
  ```
97
 
98
  #### Transcribing using Python