Update WER on CV
Browse files
README.md
CHANGED
@@ -12,6 +12,20 @@ metrics:
|
|
12 |
model-index:
|
13 |
- name: Whisper Small Basque
|
14 |
results:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
15 |
- task:
|
16 |
name: Automatic Speech Recognition
|
17 |
type: automatic-speech-recognition
|
@@ -33,6 +47,7 @@ This model is a fine-tuned version of [openai/whisper-small](https://huggingface
|
|
33 |
It achieves the following results on the evaluation set:
|
34 |
- Loss: 0.1836
|
35 |
- Wer: 10.8862
|
|
|
36 |
|
37 |
## Model description
|
38 |
|
|
|
12 |
model-index:
|
13 |
- name: Whisper Small Basque
|
14 |
results:
|
15 |
+
- task:
|
16 |
+
name: Automatic Speech Recognition
|
17 |
+
type: automatic-speech-recognition
|
18 |
+
dataset:
|
19 |
+
name: Common Voice 17.0
|
20 |
+
type: mozilla-foundation/common_voice_17_0
|
21 |
+
config: eu
|
22 |
+
split: test
|
23 |
+
args:
|
24 |
+
language: eu
|
25 |
+
metrics:
|
26 |
+
- name: Test WER
|
27 |
+
type: wer
|
28 |
+
value: 8.33
|
29 |
- task:
|
30 |
name: Automatic Speech Recognition
|
31 |
type: automatic-speech-recognition
|
|
|
47 |
It achieves the following results on the evaluation set:
|
48 |
- Loss: 0.1836
|
49 |
- Wer: 10.8862
|
50 |
+
- Wer on Mozilla Common Voice, `test` split: **8.33**
|
51 |
|
52 |
## Model description
|
53 |
|