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
|
@@ -175,7 +175,8 @@ wget https://dldata-public.s3.us-east-2.amazonaws.com/2086-149220-0033.wav
|
|
175 |
```
|
176 |
Then simply do:
|
177 |
```
|
178 |
-
asr_model.transcribe(['2086-149220-0033.wav'])
|
|
|
179 |
```
|
180 |
|
181 |
### 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
|
|
|
175 |
```
|
176 |
Then simply do:
|
177 |
```
|
178 |
+
output = asr_model.transcribe(['2086-149220-0033.wav'])
|
179 |
+
print(output[0].text)
|
180 |
```
|
181 |
|
182 |
### Transcribing many audio files
|