PenguinbladeZ
commited on
End of training
Browse files
README.md
CHANGED
@@ -8,16 +8,18 @@ tags:
|
|
8 |
- generated_from_trainer
|
9 |
datasets:
|
10 |
- mozilla-foundation/common_voice_17_0
|
|
|
|
|
11 |
metrics:
|
12 |
- wer
|
13 |
model-index:
|
14 |
-
- name: Whisper Small Canontese X
|
15 |
results:
|
16 |
- task:
|
17 |
name: Automatic Speech Recognition
|
18 |
type: automatic-speech-recognition
|
19 |
dataset:
|
20 |
-
name: Common Voice 16.
|
21 |
type: mozilla-foundation/common_voice_17_0
|
22 |
config: yue
|
23 |
split: None
|
@@ -25,18 +27,38 @@ model-index:
|
|
25 |
metrics:
|
26 |
- name: Wer
|
27 |
type: wer
|
28 |
-
value:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
29 |
---
|
30 |
|
31 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
32 |
should probably proofread and complete it, then remove this comment. -->
|
33 |
|
34 |
-
# Whisper Small Canontese X
|
35 |
|
36 |
-
This model is a fine-tuned version of [openai/whisper-small](https://huggingface.co/openai/whisper-small) on the Common Voice 16.1 and 17.0
|
37 |
It achieves the following results on the evaluation set:
|
38 |
-
- Loss: 0.
|
39 |
-
- Wer:
|
40 |
|
41 |
## Model description
|
42 |
|
@@ -69,9 +91,9 @@ The following hyperparameters were used during training:
|
|
69 |
|
70 |
| Training Loss | Epoch | Step | Validation Loss | Wer |
|
71 |
|:-------------:|:------:|:----:|:---------------:|:-------:|
|
72 |
-
| 0.
|
73 |
-
| 0.
|
74 |
-
| 0.
|
75 |
|
76 |
|
77 |
### Framework versions
|
|
|
8 |
- generated_from_trainer
|
9 |
datasets:
|
10 |
- mozilla-foundation/common_voice_17_0
|
11 |
+
- mozilla-foundation/common_voice_16_1
|
12 |
+
- mozilla-foundation/common_voice_16_0
|
13 |
metrics:
|
14 |
- wer
|
15 |
model-index:
|
16 |
+
- name: Whisper Small Canontese X v3
|
17 |
results:
|
18 |
- task:
|
19 |
name: Automatic Speech Recognition
|
20 |
type: automatic-speech-recognition
|
21 |
dataset:
|
22 |
+
name: Common Voice 16.0
|
23 |
type: mozilla-foundation/common_voice_17_0
|
24 |
config: yue
|
25 |
split: None
|
|
|
27 |
metrics:
|
28 |
- name: Wer
|
29 |
type: wer
|
30 |
+
value: 55.631920580374185
|
31 |
+
- task:
|
32 |
+
name: Automatic Speech Recognition
|
33 |
+
type: automatic-speech-recognition
|
34 |
+
dataset:
|
35 |
+
name: Common Voice 16.1
|
36 |
+
type: mozilla-foundation/common_voice_16_1
|
37 |
+
metrics:
|
38 |
+
- name: Wer
|
39 |
+
type: wer
|
40 |
+
value: 55.631920580374185
|
41 |
+
- task:
|
42 |
+
name: Automatic Speech Recognition
|
43 |
+
type: automatic-speech-recognition
|
44 |
+
dataset:
|
45 |
+
name: Common Voice 17.0
|
46 |
+
type: mozilla-foundation/common_voice_16_0
|
47 |
+
metrics:
|
48 |
+
- name: Wer
|
49 |
+
type: wer
|
50 |
+
value: 55.631920580374185
|
51 |
---
|
52 |
|
53 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
54 |
should probably proofread and complete it, then remove this comment. -->
|
55 |
|
56 |
+
# Whisper Small Canontese X v3
|
57 |
|
58 |
+
This model is a fine-tuned version of [openai/whisper-small](https://huggingface.co/openai/whisper-small) on the Common Voice 16.0, the Common Voice 16.1 and the Common Voice 17.0 datasets.
|
59 |
It achieves the following results on the evaluation set:
|
60 |
+
- Loss: 0.2650
|
61 |
+
- Wer: 55.6319
|
62 |
|
63 |
## Model description
|
64 |
|
|
|
91 |
|
92 |
| Training Loss | Epoch | Step | Validation Loss | Wer |
|
93 |
|:-------------:|:------:|:----:|:---------------:|:-------:|
|
94 |
+
| 0.0845 | 0.7087 | 1000 | 0.2773 | 61.5120 |
|
95 |
+
| 0.0285 | 1.4174 | 2000 | 0.2697 | 56.7010 |
|
96 |
+
| 0.0102 | 2.1262 | 3000 | 0.2650 | 55.6319 |
|
97 |
|
98 |
|
99 |
### Framework versions
|