Update How to use section
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.ASRModel.from_pretrained(model_name="nvidia/parakeet-ctc-0.6b-
|
| 96 |
```
|
| 97 |
|
| 98 |
#### Transcribing using Python
|
|
|
|
| 92 |
|
| 93 |
```python
|
| 94 |
import nemo.collections.asr as nemo_asr
|
| 95 |
+
asr_model = nemo_asr.models.ASRModel.from_pretrained(model_name="nvidia/parakeet-ctc-0.6b-Vietnamese")
|
| 96 |
```
|
| 97 |
|
| 98 |
#### Transcribing using Python
|