Commit
•
3d64a9b
1
Parent(s):
f674449
Update README with zero-shot cv13 results
Browse files
README.md
CHANGED
@@ -153,6 +153,20 @@ model-index:
|
|
153 |
- name: Test WER
|
154 |
type: wer
|
155 |
value: 87.3
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
156 |
pipeline_tag: automatic-speech-recognition
|
157 |
license: apache-2.0
|
158 |
---
|
|
|
153 |
- name: Test WER
|
154 |
type: wer
|
155 |
value: 87.3
|
156 |
+
- task:
|
157 |
+
name: Automatic Speech Recognition
|
158 |
+
type: automatic-speech-recognition
|
159 |
+
dataset:
|
160 |
+
name: Common Voice 13.0
|
161 |
+
type: mozilla-foundation/common_voice_13_0
|
162 |
+
config: dv
|
163 |
+
split: test
|
164 |
+
args:
|
165 |
+
language: dv
|
166 |
+
metrics:
|
167 |
+
- name: Wer
|
168 |
+
type: wer
|
169 |
+
value: 125.72243279897069
|
170 |
pipeline_tag: automatic-speech-recognition
|
171 |
license: apache-2.0
|
172 |
---
|