Commit
•
569b0b1
1
Parent(s):
42336e1
Update README.md (#4)
Browse files- Update README.md (c0e7ace11ee7f48ac957279bed919d7eb8393f4e)
Co-authored-by: He Huang <steveheh@users.noreply.huggingface.co>
README.md
CHANGED
@@ -79,9 +79,65 @@ model-index:
|
|
79 |
args:
|
80 |
language: en
|
81 |
metrics:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
82 |
- name: Test WER
|
83 |
type: wer
|
84 |
value: 3.99
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
85 |
metrics:
|
86 |
- wer
|
87 |
- bleu
|
|
|
79 |
args:
|
80 |
language: en
|
81 |
metrics:
|
82 |
+
- name: Test WER
|
83 |
+
type: wer
|
84 |
+
value: 7.97
|
85 |
+
- task:
|
86 |
+
type: Automatic Speech Recognition
|
87 |
+
name: automatic-speech-recognition
|
88 |
+
dataset:
|
89 |
+
name: Mozilla Common Voice 16.1
|
90 |
+
type: mozilla-foundation/common_voice_16_1
|
91 |
+
config: de
|
92 |
+
split: test
|
93 |
+
args:
|
94 |
+
language: de
|
95 |
+
metrics:
|
96 |
+
- name: Test WER
|
97 |
+
type: wer
|
98 |
+
value: 4.61
|
99 |
+
- task:
|
100 |
+
type: Automatic Speech Recognition
|
101 |
+
name: automatic-speech-recognition
|
102 |
+
dataset:
|
103 |
+
name: Mozilla Common Voice 16.1
|
104 |
+
type: mozilla-foundation/common_voice_16_1
|
105 |
+
config: es
|
106 |
+
split: test
|
107 |
+
args:
|
108 |
+
language: es
|
109 |
+
metrics:
|
110 |
- name: Test WER
|
111 |
type: wer
|
112 |
value: 3.99
|
113 |
+
- task:
|
114 |
+
type: Automatic Speech Recognition
|
115 |
+
name: automatic-speech-recognition
|
116 |
+
dataset:
|
117 |
+
name: Mozilla Common Voice 16.1
|
118 |
+
type: mozilla-foundation/common_voice_16_1
|
119 |
+
config: fr
|
120 |
+
split: test
|
121 |
+
args:
|
122 |
+
language: fr
|
123 |
+
metrics:
|
124 |
+
- name: Test WER
|
125 |
+
type: wer
|
126 |
+
value: 6.53
|
127 |
+
- task:
|
128 |
+
type: Automatic Speech Translation
|
129 |
+
name: automatic-speech-translation
|
130 |
+
dataset:
|
131 |
+
name: FLEURS
|
132 |
+
type: google/fleurs
|
133 |
+
config: en_us
|
134 |
+
split: test
|
135 |
+
args:
|
136 |
+
language: en-de
|
137 |
+
metrics:
|
138 |
+
- name: Test BLEU
|
139 |
+
type: bleu
|
140 |
+
value: 22.66
|
141 |
metrics:
|
142 |
- wer
|
143 |
- bleu
|