Update README.md
Browse files
README.md
CHANGED
@@ -25,6 +25,32 @@ model-index:
|
|
25 |
- name: Wer
|
26 |
type: wer
|
27 |
value: 24.064827553489256
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
28 |
---
|
29 |
|
30 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
@@ -35,7 +61,9 @@ should probably proofread and complete it, then remove this comment. -->
|
|
35 |
This model is a fine-tuned version of [openai/whisper-base](https://huggingface.co/openai/whisper-base) on the mozilla-foundation/common_voice_11_0 fr dataset.
|
36 |
It achieves the following results on the evaluation set:
|
37 |
- Loss: 0.4968
|
38 |
-
- Wer
|
|
|
|
|
39 |
|
40 |
## Model description
|
41 |
|
|
|
25 |
- name: Wer
|
26 |
type: wer
|
27 |
value: 24.064827553489256
|
28 |
+
- task:
|
29 |
+
name: Automatic Speech Recognition
|
30 |
+
type: automatic-speech-recognition
|
31 |
+
dataset:
|
32 |
+
name: google/fleurs fr_fr
|
33 |
+
type: google/fleurs
|
34 |
+
config: fr_fr
|
35 |
+
split: test
|
36 |
+
args: fr_fr
|
37 |
+
metrics:
|
38 |
+
- name: Wer
|
39 |
+
type: wer
|
40 |
+
value: 24.20
|
41 |
+
- task:
|
42 |
+
name: Automatic Speech Recognition
|
43 |
+
type: automatic-speech-recognition
|
44 |
+
dataset:
|
45 |
+
name: facebook/voxpopuli fr
|
46 |
+
type: facebook/voxpopuli
|
47 |
+
config: fr
|
48 |
+
split: test
|
49 |
+
args: fr
|
50 |
+
metrics:
|
51 |
+
- name: Wer
|
52 |
+
type: wer
|
53 |
+
value: 23.66
|
54 |
---
|
55 |
|
56 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
|
61 |
This model is a fine-tuned version of [openai/whisper-base](https://huggingface.co/openai/whisper-base) on the mozilla-foundation/common_voice_11_0 fr dataset.
|
62 |
It achieves the following results on the evaluation set:
|
63 |
- Loss: 0.4968
|
64 |
+
- Wer on `mozilla-foundation/common_voice_11_0` `fr`: 24.0648
|
65 |
+
- Wer on `google/fleurs` `fr_fr`: 24.20
|
66 |
+
- Wer on `facebook/voxpopuli` `fr`: 23.66
|
67 |
|
68 |
## Model description
|
69 |
|