Commit
·
1ad186b
1
Parent(s):
c249d3f
Update README.md
Browse files
README.md
CHANGED
|
@@ -88,7 +88,7 @@ The model is available for use in the NeMo toolkit [3], and can be used as a pre
|
|
| 88 |
|
| 89 |
```python
|
| 90 |
import nemo.collections.asr as nemo_asr
|
| 91 |
-
asr_model = nemo_asr.models.
|
| 92 |
```
|
| 93 |
|
| 94 |
### Transcribing using Python
|
|
|
|
| 88 |
|
| 89 |
```python
|
| 90 |
import nemo.collections.asr as nemo_asr
|
| 91 |
+
asr_model = nemo_asr.models.EncDecCTCModelBPE.from_pretrained("nvidia/stt_en_citrinet_256_ls")
|
| 92 |
```
|
| 93 |
|
| 94 |
### Transcribing using Python
|