Update Model name in code section
Browse files
README.md
CHANGED
|
@@ -74,7 +74,7 @@ pip install nemo_toolkit['asr']
|
|
| 74 |
### Load Model with NeMo
|
| 75 |
```python
|
| 76 |
import nemo.collections.asr as nemo_asr
|
| 77 |
-
asr_model = nemo_asr.models.EncDecCTCModel.from_pretrained(model_name="RobotsMali/stt-bm-quartznet15x5")
|
| 78 |
```
|
| 79 |
|
| 80 |
### Transcribe Audio
|
|
|
|
| 74 |
### Load Model with NeMo
|
| 75 |
```python
|
| 76 |
import nemo.collections.asr as nemo_asr
|
| 77 |
+
asr_model = nemo_asr.models.EncDecCTCModel.from_pretrained(model_name="RobotsMali/stt-bm-quartznet15x5-V0")
|
| 78 |
```
|
| 79 |
|
| 80 |
### Transcribe Audio
|