Update README.md
Browse files
README.md
CHANGED
@@ -8,6 +8,9 @@ tags:
|
|
8 |
base_model: openai/whisper-small
|
9 |
datasets:
|
10 |
- mozilla-foundation/common_voice_17_0
|
|
|
|
|
|
|
11 |
metrics:
|
12 |
- wer
|
13 |
model-index:
|
@@ -62,6 +65,7 @@ model-index:
|
|
62 |
- type: wer
|
63 |
value: 12.23
|
64 |
name: WER
|
|
|
65 |
---
|
66 |
|
67 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
@@ -69,7 +73,12 @@ should probably proofread and complete it, then remove this comment. -->
|
|
69 |
|
70 |
# Whisper Small Mixed-French
|
71 |
|
72 |
-
This model is a fine-tuned version of [openai/whisper-small](https://huggingface.co/openai/whisper-small) on the
|
|
|
|
|
|
|
|
|
|
|
73 |
It achieves the following results on the evaluation set:
|
74 |
- Loss: 0.3092
|
75 |
- Wer: 15.0158
|
@@ -117,4 +126,4 @@ The following hyperparameters were used during training:
|
|
117 |
- Transformers 4.42.0.dev0
|
118 |
- Pytorch 2.3.0+cu121
|
119 |
- Datasets 2.19.1
|
120 |
-
- Tokenizers 0.19.1
|
|
|
8 |
base_model: openai/whisper-small
|
9 |
datasets:
|
10 |
- mozilla-foundation/common_voice_17_0
|
11 |
+
- google/fleurs
|
12 |
+
- facebook/multilingual_librispeech
|
13 |
+
- facebook/voxpopuli
|
14 |
metrics:
|
15 |
- wer
|
16 |
model-index:
|
|
|
65 |
- type: wer
|
66 |
value: 12.23
|
67 |
name: WER
|
68 |
+
pipeline_tag: automatic-speech-recognition
|
69 |
---
|
70 |
|
71 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
|
73 |
|
74 |
# Whisper Small Mixed-French
|
75 |
|
76 |
+
This model is a fine-tuned version of [openai/whisper-small](https://huggingface.co/openai/whisper-small) on the fr datasets:
|
77 |
+
- mozilla-foundation/common_voice_17_0
|
78 |
+
- google/fleurs
|
79 |
+
- facebook/multilingual_librispeech
|
80 |
+
- facebook/voxpopuli
|
81 |
+
|
82 |
It achieves the following results on the evaluation set:
|
83 |
- Loss: 0.3092
|
84 |
- Wer: 15.0158
|
|
|
126 |
- Transformers 4.42.0.dev0
|
127 |
- Pytorch 2.3.0+cu121
|
128 |
- Datasets 2.19.1
|
129 |
+
- Tokenizers 0.19.1
|