Model save
Browse files
README.md
CHANGED
@@ -4,7 +4,7 @@ base_model: openai/whisper-small
|
|
4 |
tags:
|
5 |
- generated_from_trainer
|
6 |
datasets:
|
7 |
-
-
|
8 |
metrics:
|
9 |
- wer
|
10 |
model-index:
|
@@ -14,15 +14,15 @@ model-index:
|
|
14 |
name: Automatic Speech Recognition
|
15 |
type: automatic-speech-recognition
|
16 |
dataset:
|
17 |
-
name:
|
18 |
-
type:
|
19 |
config: id
|
20 |
split: None
|
21 |
args: id
|
22 |
metrics:
|
23 |
- name: Wer
|
24 |
type: wer
|
25 |
-
value: 0.
|
26 |
---
|
27 |
|
28 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
@@ -30,10 +30,10 @@ should probably proofread and complete it, then remove this comment. -->
|
|
30 |
|
31 |
# whisper-small-id
|
32 |
|
33 |
-
This model is a fine-tuned version of [openai/whisper-small](https://huggingface.co/openai/whisper-small) on the
|
34 |
It achieves the following results on the evaluation set:
|
35 |
-
- Loss: 0.
|
36 |
-
- Wer: 0.
|
37 |
|
38 |
## Model description
|
39 |
|
@@ -61,18 +61,33 @@ The following hyperparameters were used during training:
|
|
61 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
62 |
- lr_scheduler_type: linear
|
63 |
- lr_scheduler_warmup_steps: 500
|
64 |
-
- training_steps:
|
65 |
- mixed_precision_training: Native AMP
|
66 |
|
67 |
### Training results
|
68 |
|
69 |
-
| Training Loss | Epoch | Step
|
70 |
-
|
71 |
-
| 0.
|
72 |
-
| 0.
|
73 |
-
| 0.
|
74 |
-
| 0.
|
75 |
-
| 0.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
76 |
|
77 |
|
78 |
### Framework versions
|
|
|
4 |
tags:
|
5 |
- generated_from_trainer
|
6 |
datasets:
|
7 |
+
- common_voice_17_0
|
8 |
metrics:
|
9 |
- wer
|
10 |
model-index:
|
|
|
14 |
name: Automatic Speech Recognition
|
15 |
type: automatic-speech-recognition
|
16 |
dataset:
|
17 |
+
name: common_voice_17_0
|
18 |
+
type: common_voice_17_0
|
19 |
config: id
|
20 |
split: None
|
21 |
args: id
|
22 |
metrics:
|
23 |
- name: Wer
|
24 |
type: wer
|
25 |
+
value: 0.05902826117221217
|
26 |
---
|
27 |
|
28 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
|
30 |
|
31 |
# whisper-small-id
|
32 |
|
33 |
+
This model is a fine-tuned version of [openai/whisper-small](https://huggingface.co/openai/whisper-small) on the common_voice_17_0 dataset.
|
34 |
It achieves the following results on the evaluation set:
|
35 |
+
- Loss: 0.0878
|
36 |
+
- Wer: 0.0590
|
37 |
|
38 |
## Model description
|
39 |
|
|
|
61 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
62 |
- lr_scheduler_type: linear
|
63 |
- lr_scheduler_warmup_steps: 500
|
64 |
+
- training_steps: 20000
|
65 |
- mixed_precision_training: Native AMP
|
66 |
|
67 |
### Training results
|
68 |
|
69 |
+
| Training Loss | Epoch | Step | Validation Loss | Wer |
|
70 |
+
|:-------------:|:-------:|:-----:|:---------------:|:------:|
|
71 |
+
| 0.1875 | 0.8457 | 1000 | 0.1400 | 0.1099 |
|
72 |
+
| 0.0852 | 1.6913 | 2000 | 0.1043 | 0.0857 |
|
73 |
+
| 0.0387 | 2.5370 | 3000 | 0.0914 | 0.0757 |
|
74 |
+
| 0.0153 | 3.3827 | 4000 | 0.0860 | 0.0818 |
|
75 |
+
| 0.008 | 4.2283 | 5000 | 0.0878 | 0.0698 |
|
76 |
+
| 0.005 | 5.0740 | 6000 | 0.0878 | 0.0745 |
|
77 |
+
| 0.0033 | 5.9197 | 7000 | 0.0834 | 0.0651 |
|
78 |
+
| 0.0029 | 6.7653 | 8000 | 0.0815 | 0.0627 |
|
79 |
+
| 0.0014 | 7.6110 | 9000 | 0.0853 | 0.0627 |
|
80 |
+
| 0.0013 | 8.4567 | 10000 | 0.0861 | 0.0641 |
|
81 |
+
| 0.0005 | 9.3023 | 11000 | 0.0857 | 0.0633 |
|
82 |
+
| 0.0005 | 10.1480 | 12000 | 0.0856 | 0.0620 |
|
83 |
+
| 0.0007 | 10.9937 | 13000 | 0.0866 | 0.0605 |
|
84 |
+
| 0.0005 | 11.8393 | 14000 | 0.0871 | 0.0614 |
|
85 |
+
| 0.0002 | 12.6850 | 15000 | 0.0850 | 0.0596 |
|
86 |
+
| 0.0004 | 13.5307 | 16000 | 0.0849 | 0.0600 |
|
87 |
+
| 0.0001 | 14.3763 | 17000 | 0.0868 | 0.0592 |
|
88 |
+
| 0.0002 | 15.2220 | 18000 | 0.0873 | 0.0593 |
|
89 |
+
| 0.0001 | 16.0677 | 19000 | 0.0875 | 0.0585 |
|
90 |
+
| 0.0001 | 16.9133 | 20000 | 0.0878 | 0.0590 |
|
91 |
|
92 |
|
93 |
### Framework versions
|