Commit
·
4ce8194
1
Parent(s):
08a7779
Update README.md
Browse files
README.md
CHANGED
@@ -13,8 +13,8 @@ model-index:
|
|
13 |
name: Automatic Speech Recognition
|
14 |
type: automatic-speech-recognition
|
15 |
dataset:
|
16 |
-
name:
|
17 |
-
type: common_voice_11_0
|
18 |
config: es
|
19 |
split: test
|
20 |
args: es
|
@@ -34,6 +34,10 @@ It achieves the following results on the evaluation set:
|
|
34 |
- Loss: 0.2227
|
35 |
- Wer: 6.1548
|
36 |
|
|
|
|
|
|
|
|
|
37 |
## Model description
|
38 |
|
39 |
More information needed
|
|
|
13 |
name: Automatic Speech Recognition
|
14 |
type: automatic-speech-recognition
|
15 |
dataset:
|
16 |
+
name: Common Voice 11.0
|
17 |
+
type: mozilla-foundation/common_voice_11_0
|
18 |
config: es
|
19 |
split: test
|
20 |
args: es
|
|
|
34 |
- Loss: 0.2227
|
35 |
- Wer: 6.1548
|
36 |
|
37 |
+
Using the script provided in the Whisper Sprint (Dec. 2022) the models achieves these results on the evaluation sets (WER):
|
38 |
+
- google/fleurs: 7.39
|
39 |
+
- mozilla-foundation/common_voice_11_0: 5.37
|
40 |
+
|
41 |
## Model description
|
42 |
|
43 |
More information needed
|