End of training
Browse files- README.md +21 -19
- generation_config.json +26 -10
README.md
CHANGED
@@ -1,40 +1,42 @@
|
|
1 |
---
|
|
|
|
|
2 |
license: apache-2.0
|
3 |
-
base_model: openai/whisper-
|
4 |
tags:
|
5 |
- generated_from_trainer
|
6 |
datasets:
|
7 |
-
-
|
8 |
metrics:
|
9 |
- wer
|
10 |
model-index:
|
11 |
-
- name:
|
12 |
results:
|
13 |
- task:
|
14 |
name: Automatic Speech Recognition
|
15 |
type: automatic-speech-recognition
|
16 |
dataset:
|
17 |
-
name:
|
18 |
-
type:
|
19 |
-
config:
|
20 |
-
split:
|
21 |
-
args:
|
22 |
metrics:
|
23 |
- name: Wer
|
24 |
type: wer
|
25 |
-
value:
|
26 |
---
|
27 |
|
28 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
29 |
should probably proofread and complete it, then remove this comment. -->
|
30 |
|
31 |
-
#
|
32 |
|
33 |
-
This model is a fine-tuned version of [openai/whisper-
|
34 |
It achieves the following results on the evaluation set:
|
35 |
-
- Loss: 0.
|
36 |
-
- Wer Ortho:
|
37 |
-
- Wer:
|
38 |
|
39 |
## Model description
|
40 |
|
@@ -62,15 +64,15 @@ The following hyperparameters were used during training:
|
|
62 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
63 |
- lr_scheduler_type: constant_with_warmup
|
64 |
- lr_scheduler_warmup_steps: 50
|
65 |
-
- training_steps:
|
66 |
- mixed_precision_training: Native AMP
|
67 |
|
68 |
### Training results
|
69 |
|
70 |
-
| Training Loss | Epoch
|
71 |
-
|
72 |
-
| 0.
|
73 |
-
| 0.
|
74 |
|
75 |
|
76 |
### Framework versions
|
|
|
1 |
---
|
2 |
+
language:
|
3 |
+
- dv
|
4 |
license: apache-2.0
|
5 |
+
base_model: openai/whisper-small
|
6 |
tags:
|
7 |
- generated_from_trainer
|
8 |
datasets:
|
9 |
+
- mozilla-foundation/common_voice_13_0
|
10 |
metrics:
|
11 |
- wer
|
12 |
model-index:
|
13 |
+
- name: Whisper-Small-Dv-fine-tuned
|
14 |
results:
|
15 |
- task:
|
16 |
name: Automatic Speech Recognition
|
17 |
type: automatic-speech-recognition
|
18 |
dataset:
|
19 |
+
name: Common Voice 13
|
20 |
+
type: mozilla-foundation/common_voice_13_0
|
21 |
+
config: dv
|
22 |
+
split: test
|
23 |
+
args: dv
|
24 |
metrics:
|
25 |
- name: Wer
|
26 |
type: wer
|
27 |
+
value: 12.868171227874953
|
28 |
---
|
29 |
|
30 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
31 |
should probably proofread and complete it, then remove this comment. -->
|
32 |
|
33 |
+
# Whisper-Small-Dv-fine-tuned
|
34 |
|
35 |
+
This model is a fine-tuned version of [openai/whisper-small](https://huggingface.co/openai/whisper-small) on the Common Voice 13 dataset.
|
36 |
It achieves the following results on the evaluation set:
|
37 |
+
- Loss: 0.1666
|
38 |
+
- Wer Ortho: 60.2479
|
39 |
+
- Wer: 12.8682
|
40 |
|
41 |
## Model description
|
42 |
|
|
|
64 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
65 |
- lr_scheduler_type: constant_with_warmup
|
66 |
- lr_scheduler_warmup_steps: 50
|
67 |
+
- training_steps: 500
|
68 |
- mixed_precision_training: Native AMP
|
69 |
|
70 |
### Training results
|
71 |
|
72 |
+
| Training Loss | Epoch | Step | Validation Loss | Wer Ortho | Wer |
|
73 |
+
|:-------------:|:------:|:----:|:---------------:|:---------:|:-------:|
|
74 |
+
| 0.1858 | 1.6313 | 250 | 0.2034 | 69.6915 | 15.8101 |
|
75 |
+
| 0.0747 | 3.2626 | 500 | 0.1666 | 60.2479 | 12.8682 |
|
76 |
|
77 |
|
78 |
### Framework versions
|
generation_config.json
CHANGED
@@ -1,27 +1,43 @@
|
|
1 |
{
|
2 |
"alignment_heads": [
|
3 |
[
|
4 |
-
|
5 |
-
|
|
|
|
|
|
|
|
|
6 |
],
|
7 |
[
|
8 |
-
|
9 |
0
|
10 |
],
|
11 |
[
|
12 |
-
|
13 |
-
|
14 |
],
|
15 |
[
|
16 |
-
|
17 |
-
|
18 |
],
|
19 |
[
|
20 |
-
|
21 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
22 |
],
|
23 |
[
|
24 |
-
|
25 |
5
|
26 |
]
|
27 |
],
|
|
|
1 |
{
|
2 |
"alignment_heads": [
|
3 |
[
|
4 |
+
5,
|
5 |
+
3
|
6 |
+
],
|
7 |
+
[
|
8 |
+
5,
|
9 |
+
9
|
10 |
],
|
11 |
[
|
12 |
+
8,
|
13 |
0
|
14 |
],
|
15 |
[
|
16 |
+
8,
|
17 |
+
4
|
18 |
],
|
19 |
[
|
20 |
+
8,
|
21 |
+
7
|
22 |
],
|
23 |
[
|
24 |
+
8,
|
25 |
+
8
|
26 |
+
],
|
27 |
+
[
|
28 |
+
9,
|
29 |
+
0
|
30 |
+
],
|
31 |
+
[
|
32 |
+
9,
|
33 |
+
7
|
34 |
+
],
|
35 |
+
[
|
36 |
+
9,
|
37 |
+
9
|
38 |
],
|
39 |
[
|
40 |
+
10,
|
41 |
5
|
42 |
]
|
43 |
],
|