Commit
•
42b3eb6
1
Parent(s):
da95457
spelling mistake (#2)
Browse files- spelling mistake (96c16e6003fcdcdd0afa3e39cf50244b5c4b82e7)
Co-authored-by: oren <[email protected]>
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
|