Update README.md
Browse files
README.md
CHANGED
@@ -1,4 +1,6 @@
|
|
1 |
---
|
|
|
|
|
2 |
license: apache-2.0
|
3 |
tags:
|
4 |
- generated_from_trainer
|
@@ -6,7 +8,20 @@ metrics:
|
|
6 |
- wer
|
7 |
model-index:
|
8 |
- name: openai/whisper-large-v2
|
9 |
-
results:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
10 |
---
|
11 |
|
12 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
@@ -30,7 +45,12 @@ More information needed
|
|
30 |
|
31 |
## Training and evaluation data
|
32 |
|
33 |
-
|
|
|
|
|
|
|
|
|
|
|
34 |
|
35 |
## Training procedure
|
36 |
|
|
|
1 |
---
|
2 |
+
language:
|
3 |
+
- vi
|
4 |
license: apache-2.0
|
5 |
tags:
|
6 |
- generated_from_trainer
|
|
|
8 |
- wer
|
9 |
model-index:
|
10 |
- name: openai/whisper-large-v2
|
11 |
+
results:
|
12 |
+
- task:
|
13 |
+
name: Automatic Speech Recognition
|
14 |
+
type: automatic-speech-recognition
|
15 |
+
dataset:
|
16 |
+
name: mozilla-foundation/common_voice_11_0 vi
|
17 |
+
type: mozilla-foundation/common_voice_11_0
|
18 |
+
config: vi
|
19 |
+
split: test
|
20 |
+
args: vi
|
21 |
+
metrics:
|
22 |
+
- name: Wer
|
23 |
+
type: wer
|
24 |
+
value: 15.7710
|
25 |
---
|
26 |
|
27 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
|
45 |
|
46 |
## Training and evaluation data
|
47 |
|
48 |
+
Training data:
|
49 |
+
* [mozilla-foundation/common_voice_11_0](https://huggingface.co/openai/whisper-large-v2)
|
50 |
+
* [google/fleurs](https://huggingface.co/datasets/google/fleurs)
|
51 |
+
|
52 |
+
Evaluation data:
|
53 |
+
* [mozilla-foundation/common_voice_11_0](https://huggingface.co/openai/whisper-large-v2)
|
54 |
|
55 |
## Training procedure
|
56 |
|