smajumdar94
commited on
Commit
·
a27431c
1
Parent(s):
cc237e9
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_384_ls")
|
92 |
```
|
93 |
|
94 |
### Transcribing using Python
|