nithinraok
commited on
Commit
·
507341c
1
Parent(s):
8289cc4
Update README.md
Browse files
README.md
CHANGED
@@ -197,7 +197,7 @@ The model is available for use in the NeMo toolkit [3], and can be used as a pre
|
|
197 |
|
198 |
```python
|
199 |
import nemo.collections.asr as nemo_asr
|
200 |
-
asr_model = nemo_asr.models.
|
201 |
```
|
202 |
|
203 |
### Transcribing using Python
|
|
|
197 |
|
198 |
```python
|
199 |
import nemo.collections.asr as nemo_asr
|
200 |
+
asr_model = nemo_asr.models.EncDecCTCBPEModel.from_pretrained(model_name="nvidia/parakeet-ctc-0.6b")
|
201 |
```
|
202 |
|
203 |
### Transcribing using Python
|