Update Model name in code section
Browse files
README.md
CHANGED
@@ -82,7 +82,7 @@ Note that this model has been released for research purposes primarily.
|
|
82 |
### Load Model with NeMo
|
83 |
```python
|
84 |
import nemo.collections.asr as nemo_asr
|
85 |
-
asr_model = nemo_asr.models.EncDecHybridRNNTCTCBPEModel.from_pretrained(model_name="RobotsMali/soloni-114m-tdt-ctc")
|
86 |
```
|
87 |
|
88 |
### Transcribe Audio
|
|
|
82 |
### Load Model with NeMo
|
83 |
```python
|
84 |
import nemo.collections.asr as nemo_asr
|
85 |
+
asr_model = nemo_asr.models.EncDecHybridRNNTCTCBPEModel.from_pretrained(model_name="RobotsMali/soloni-114m-tdt-ctc-V0")
|
86 |
```
|
87 |
|
88 |
### Transcribe Audio
|