Update README.md
Browse files
README.md
CHANGED
|
@@ -11,9 +11,9 @@ datasets:
|
|
| 11 |
- National-Singapore-Corpus-Part-1
|
| 12 |
- National-Singapore-Corpus-Part-6
|
| 13 |
- vctk
|
| 14 |
-
- VoxPopuli
|
| 15 |
-
- Europarl-ASR
|
| 16 |
-
- Multilingual-LibriSpeech
|
| 17 |
- mozilla-foundation/common_voice_8_0
|
| 18 |
- MLCommons/peoples_speech
|
| 19 |
thumbnail: null
|
|
@@ -172,7 +172,8 @@ wget https://dldata-public.s3.us-east-2.amazonaws.com/2086-149220-0033.wav
|
|
| 172 |
```
|
| 173 |
Then simply do:
|
| 174 |
```
|
| 175 |
-
asr_model.transcribe(['2086-149220-0033.wav'])
|
|
|
|
| 176 |
```
|
| 177 |
|
| 178 |
### Transcribing many audio files
|
|
|
|
| 11 |
- National-Singapore-Corpus-Part-1
|
| 12 |
- National-Singapore-Corpus-Part-6
|
| 13 |
- vctk
|
| 14 |
+
- VoxPopuli
|
| 15 |
+
- Europarl-ASR
|
| 16 |
+
- Multilingual-LibriSpeech
|
| 17 |
- mozilla-foundation/common_voice_8_0
|
| 18 |
- MLCommons/peoples_speech
|
| 19 |
thumbnail: null
|
|
|
|
| 172 |
```
|
| 173 |
Then simply do:
|
| 174 |
```
|
| 175 |
+
output = asr_model.transcribe(['2086-149220-0033.wav'])
|
| 176 |
+
print(output[0].text)
|
| 177 |
```
|
| 178 |
|
| 179 |
### Transcribing many audio files
|