spelling mistake
#2
by orena - opened
README.md
CHANGED
|
@@ -11,9 +11,9 @@ datasets:
|
|
| 11 |
- National-Singapore-Corpus-Part-1
|
| 12 |
- National-Singapore-Corpus-Part-6
|
| 13 |
- vctk
|
| 14 |
-
-
|
| 15 |
-
-
|
| 16 |
-
-
|
| 17 |
- mozilla-foundation/common_voice_8_0
|
| 18 |
- MLCommons/peoples_speech
|
| 19 |
thumbnail: null
|
|
@@ -165,7 +165,7 @@ The model is available for use in the NeMo toolkit [3], and can be used as a pre
|
|
| 165 |
|
| 166 |
```python
|
| 167 |
import nemo.collections.asr as nemo_asr
|
| 168 |
-
asr_model = nemo_asr.models.
|
| 169 |
```
|
| 170 |
|
| 171 |
### Transcribing using Python
|
|
|
|
| 11 |
- National-Singapore-Corpus-Part-1
|
| 12 |
- National-Singapore-Corpus-Part-6
|
| 13 |
- vctk
|
| 14 |
+
- voxpopuli
|
| 15 |
+
- europarl
|
| 16 |
+
- multilingual_librispeech
|
| 17 |
- mozilla-foundation/common_voice_8_0
|
| 18 |
- MLCommons/peoples_speech
|
| 19 |
thumbnail: null
|
|
|
|
| 165 |
|
| 166 |
```python
|
| 167 |
import nemo.collections.asr as nemo_asr
|
| 168 |
+
asr_model = nemo_asr.models.EncDecCTCModelBPE.from_pretrained(model_name="nvidia/stt_en_fastconformer_ctc_large")
|
| 169 |
```
|
| 170 |
|
| 171 |
### Transcribing using Python
|