steveheh commited on
Commit
c603d1e
·
verified ·
1 Parent(s): 232d284

Update README.md

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.EncDecRNNTBPEModel.from_pretrained("nvidia/stt_zh_conformer_transducer_large")
96
  ```
97
 
98
  ### Transcribing using Python
 
92
 
93
  ```python
94
  import nemo.collections.asr as nemo_asr
95
+ asr_model = nemo_asr.models.EncDecRNNTModel.from_pretrained("nvidia/stt_zh_conformer_transducer_large")
96
  ```
97
 
98
  ### Transcribing using Python