Update README.md
Browse files
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.
|
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
|