Update README.md
Browse files
README.md
CHANGED
@@ -71,7 +71,7 @@ pip install nemo_toolkit['all']
|
|
71 |
|
72 |
```python
|
73 |
import nemo.collections.asr as nemo_asr
|
74 |
-
asr_model = nemo_asr.models.EncDecCTCModelBPE.from_pretrained("nvidia/
|
75 |
```
|
76 |
|
77 |
### Transcribing using Python
|
|
|
71 |
|
72 |
```python
|
73 |
import nemo.collections.asr as nemo_asr
|
74 |
+
asr_model = nemo_asr.models.EncDecCTCModelBPE.from_pretrained("nvidia/stt_ca_conformer_ctc_large")
|
75 |
```
|
76 |
|
77 |
### Transcribing using Python
|