Update README.md
Browse files
README.md
CHANGED
@@ -9,14 +9,27 @@ datasets:
|
|
9 |
- mozilla-foundation/common_voice_11_0
|
10 |
- google/fleurs
|
11 |
model-index:
|
12 |
-
- name: whisper-
|
13 |
-
results:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
14 |
---
|
15 |
|
16 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
17 |
should probably proofread and complete it, then remove this comment. -->
|
18 |
|
19 |
-
# whisper-
|
20 |
|
21 |
This model is a fine-tuned version of [openai/whisper-large-v2](https://huggingface.co/openai/whisper-large-v2) on the Common Voice 11.0 dataset.
|
22 |
It achieves the following results on the evaluation set:
|
|
|
9 |
- mozilla-foundation/common_voice_11_0
|
10 |
- google/fleurs
|
11 |
model-index:
|
12 |
+
- name: whisper-large-uk
|
13 |
+
results:
|
14 |
+
- task:
|
15 |
+
name: Automatic Speech Recognition
|
16 |
+
type: automatic-speech-recognition
|
17 |
+
dataset:
|
18 |
+
name: Common Voice 11.0
|
19 |
+
type: mozilla-foundation/common_voice_11_0
|
20 |
+
config: uk
|
21 |
+
split: test
|
22 |
+
args: uk
|
23 |
+
metrics:
|
24 |
+
- name: Wer
|
25 |
+
type: wer
|
26 |
+
value: 10.02262314404669
|
27 |
---
|
28 |
|
29 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
30 |
should probably proofread and complete it, then remove this comment. -->
|
31 |
|
32 |
+
# whisper-large-uk
|
33 |
|
34 |
This model is a fine-tuned version of [openai/whisper-large-v2](https://huggingface.co/openai/whisper-large-v2) on the Common Voice 11.0 dataset.
|
35 |
It achieves the following results on the evaluation set:
|