Model save
Browse files- README.md +116 -0
- generation_config.json +248 -0
- model.safetensors +1 -1
- runs/Apr06_12-25-48_hyperion-255/events.out.tfevents.1712401186.hyperion-255 +2 -2
README.md
ADDED
@@ -0,0 +1,116 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: apache-2.0
|
3 |
+
base_model: openai/whisper-tiny
|
4 |
+
tags:
|
5 |
+
- generated_from_trainer
|
6 |
+
datasets:
|
7 |
+
- common_voice_16_1
|
8 |
+
metrics:
|
9 |
+
- wer
|
10 |
+
model-index:
|
11 |
+
- name: openai/whisper-tiny
|
12 |
+
results:
|
13 |
+
- task:
|
14 |
+
name: Automatic Speech Recognition
|
15 |
+
type: automatic-speech-recognition
|
16 |
+
dataset:
|
17 |
+
name: common_voice_16_1
|
18 |
+
type: common_voice_16_1
|
19 |
+
config: eu
|
20 |
+
split: test
|
21 |
+
args: eu
|
22 |
+
metrics:
|
23 |
+
- name: Wer
|
24 |
+
type: wer
|
25 |
+
value: 19.196498358605595
|
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 |
+
# openai/whisper-tiny
|
32 |
+
|
33 |
+
This model is a fine-tuned version of [openai/whisper-tiny](https://huggingface.co/openai/whisper-tiny) on the common_voice_16_1 dataset.
|
34 |
+
It achieves the following results on the evaluation set:
|
35 |
+
- Loss: 0.6095
|
36 |
+
- Wer: 19.1965
|
37 |
+
|
38 |
+
## Model description
|
39 |
+
|
40 |
+
More information needed
|
41 |
+
|
42 |
+
## Intended uses & limitations
|
43 |
+
|
44 |
+
More information needed
|
45 |
+
|
46 |
+
## Training and evaluation data
|
47 |
+
|
48 |
+
More information needed
|
49 |
+
|
50 |
+
## Training procedure
|
51 |
+
|
52 |
+
### Training hyperparameters
|
53 |
+
|
54 |
+
The following hyperparameters were used during training:
|
55 |
+
- learning_rate: 3.75e-05
|
56 |
+
- train_batch_size: 256
|
57 |
+
- eval_batch_size: 128
|
58 |
+
- seed: 42
|
59 |
+
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
60 |
+
- lr_scheduler_type: linear
|
61 |
+
- lr_scheduler_warmup_steps: 500
|
62 |
+
- training_steps: 40000
|
63 |
+
- mixed_precision_training: Native AMP
|
64 |
+
|
65 |
+
### Training results
|
66 |
+
|
67 |
+
| Training Loss | Epoch | Step | Validation Loss | Wer |
|
68 |
+
|:-------------:|:-----:|:-----:|:---------------:|:-------:|
|
69 |
+
| 0.0426 | 10.0 | 1000 | 0.3451 | 23.2003 |
|
70 |
+
| 0.0077 | 20.0 | 2000 | 0.4123 | 22.6053 |
|
71 |
+
| 0.0013 | 30.0 | 3000 | 0.4288 | 21.1965 |
|
72 |
+
| 0.0004 | 40.0 | 4000 | 0.4538 | 21.1926 |
|
73 |
+
| 0.0003 | 50.0 | 5000 | 0.4757 | 21.1808 |
|
74 |
+
| 0.0206 | 60.0 | 6000 | 0.4172 | 22.2751 |
|
75 |
+
| 0.0003 | 70.0 | 7000 | 0.4374 | 19.5131 |
|
76 |
+
| 0.0002 | 80.0 | 8000 | 0.4547 | 19.5091 |
|
77 |
+
| 0.0001 | 90.0 | 9000 | 0.4697 | 19.5062 |
|
78 |
+
| 0.0001 | 100.0 | 10000 | 0.4853 | 19.5199 |
|
79 |
+
| 0.0001 | 110.0 | 11000 | 0.5009 | 19.5687 |
|
80 |
+
| 0.0 | 120.0 | 12000 | 0.5175 | 19.6586 |
|
81 |
+
| 0.0 | 130.0 | 13000 | 0.5348 | 19.7729 |
|
82 |
+
| 0.0 | 140.0 | 14000 | 0.5531 | 19.7847 |
|
83 |
+
| 0.0002 | 150.0 | 15000 | 0.4626 | 19.4730 |
|
84 |
+
| 0.0001 | 160.0 | 16000 | 0.4813 | 19.2199 |
|
85 |
+
| 0.0 | 170.0 | 17000 | 0.4932 | 19.1691 |
|
86 |
+
| 0.0 | 180.0 | 18000 | 0.5041 | 19.1291 |
|
87 |
+
| 0.0 | 190.0 | 19000 | 0.5146 | 19.0949 |
|
88 |
+
| 0.0 | 200.0 | 20000 | 0.5254 | 19.1232 |
|
89 |
+
| 0.0 | 210.0 | 21000 | 0.5369 | 19.1369 |
|
90 |
+
| 0.0 | 220.0 | 22000 | 0.5484 | 19.1125 |
|
91 |
+
| 0.0 | 230.0 | 23000 | 0.5606 | 19.1330 |
|
92 |
+
| 0.0 | 240.0 | 24000 | 0.5732 | 19.1965 |
|
93 |
+
| 0.0 | 250.0 | 25000 | 0.5864 | 19.2219 |
|
94 |
+
| 0.0 | 260.0 | 26000 | 0.6003 | 19.3108 |
|
95 |
+
| 0.0 | 270.0 | 27000 | 0.6140 | 19.3714 |
|
96 |
+
| 0.0034 | 280.0 | 28000 | 0.5536 | 20.6630 |
|
97 |
+
| 0.0 | 290.0 | 29000 | 0.5486 | 19.3391 |
|
98 |
+
| 0.0 | 300.0 | 30000 | 0.5591 | 19.3059 |
|
99 |
+
| 0.0 | 310.0 | 31000 | 0.5669 | 19.3137 |
|
100 |
+
| 0.0 | 320.0 | 32000 | 0.5737 | 19.3225 |
|
101 |
+
| 0.0 | 330.0 | 33000 | 0.5798 | 19.2883 |
|
102 |
+
| 0.0 | 340.0 | 34000 | 0.5856 | 19.2668 |
|
103 |
+
| 0.0 | 350.0 | 35000 | 0.5911 | 19.2346 |
|
104 |
+
| 0.0 | 360.0 | 36000 | 0.5962 | 19.2287 |
|
105 |
+
| 0.0 | 370.0 | 37000 | 0.6010 | 19.2326 |
|
106 |
+
| 0.0 | 380.0 | 38000 | 0.6050 | 19.2287 |
|
107 |
+
| 0.0 | 390.0 | 39000 | 0.6081 | 19.2375 |
|
108 |
+
| 0.0 | 400.0 | 40000 | 0.6095 | 19.1965 |
|
109 |
+
|
110 |
+
|
111 |
+
### Framework versions
|
112 |
+
|
113 |
+
- Transformers 4.37.2
|
114 |
+
- Pytorch 2.2.0+cu121
|
115 |
+
- Datasets 2.16.1
|
116 |
+
- Tokenizers 0.15.1
|
generation_config.json
ADDED
@@ -0,0 +1,248 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"alignment_heads": [
|
3 |
+
[
|
4 |
+
2,
|
5 |
+
2
|
6 |
+
],
|
7 |
+
[
|
8 |
+
3,
|
9 |
+
0
|
10 |
+
],
|
11 |
+
[
|
12 |
+
3,
|
13 |
+
2
|
14 |
+
],
|
15 |
+
[
|
16 |
+
3,
|
17 |
+
3
|
18 |
+
],
|
19 |
+
[
|
20 |
+
3,
|
21 |
+
4
|
22 |
+
],
|
23 |
+
[
|
24 |
+
3,
|
25 |
+
5
|
26 |
+
]
|
27 |
+
],
|
28 |
+
"begin_suppress_tokens": [
|
29 |
+
220,
|
30 |
+
50257
|
31 |
+
],
|
32 |
+
"bos_token_id": 50257,
|
33 |
+
"decoder_start_token_id": 50258,
|
34 |
+
"eos_token_id": 50257,
|
35 |
+
"forced_decoder_ids": [
|
36 |
+
[
|
37 |
+
1,
|
38 |
+
null
|
39 |
+
],
|
40 |
+
[
|
41 |
+
2,
|
42 |
+
50359
|
43 |
+
]
|
44 |
+
],
|
45 |
+
"is_multilingual": true,
|
46 |
+
"lang_to_id": {
|
47 |
+
"<|af|>": 50327,
|
48 |
+
"<|am|>": 50334,
|
49 |
+
"<|ar|>": 50272,
|
50 |
+
"<|as|>": 50350,
|
51 |
+
"<|az|>": 50304,
|
52 |
+
"<|ba|>": 50355,
|
53 |
+
"<|be|>": 50330,
|
54 |
+
"<|bg|>": 50292,
|
55 |
+
"<|bn|>": 50302,
|
56 |
+
"<|bo|>": 50347,
|
57 |
+
"<|br|>": 50309,
|
58 |
+
"<|bs|>": 50315,
|
59 |
+
"<|ca|>": 50270,
|
60 |
+
"<|cs|>": 50283,
|
61 |
+
"<|cy|>": 50297,
|
62 |
+
"<|da|>": 50285,
|
63 |
+
"<|de|>": 50261,
|
64 |
+
"<|el|>": 50281,
|
65 |
+
"<|en|>": 50259,
|
66 |
+
"<|es|>": 50262,
|
67 |
+
"<|et|>": 50307,
|
68 |
+
"<|eu|>": 50310,
|
69 |
+
"<|fa|>": 50300,
|
70 |
+
"<|fi|>": 50277,
|
71 |
+
"<|fo|>": 50338,
|
72 |
+
"<|fr|>": 50265,
|
73 |
+
"<|gl|>": 50319,
|
74 |
+
"<|gu|>": 50333,
|
75 |
+
"<|haw|>": 50352,
|
76 |
+
"<|ha|>": 50354,
|
77 |
+
"<|he|>": 50279,
|
78 |
+
"<|hi|>": 50276,
|
79 |
+
"<|hr|>": 50291,
|
80 |
+
"<|ht|>": 50339,
|
81 |
+
"<|hu|>": 50286,
|
82 |
+
"<|hy|>": 50312,
|
83 |
+
"<|id|>": 50275,
|
84 |
+
"<|is|>": 50311,
|
85 |
+
"<|it|>": 50274,
|
86 |
+
"<|ja|>": 50266,
|
87 |
+
"<|jw|>": 50356,
|
88 |
+
"<|ka|>": 50329,
|
89 |
+
"<|kk|>": 50316,
|
90 |
+
"<|km|>": 50323,
|
91 |
+
"<|kn|>": 50306,
|
92 |
+
"<|ko|>": 50264,
|
93 |
+
"<|la|>": 50294,
|
94 |
+
"<|lb|>": 50345,
|
95 |
+
"<|ln|>": 50353,
|
96 |
+
"<|lo|>": 50336,
|
97 |
+
"<|lt|>": 50293,
|
98 |
+
"<|lv|>": 50301,
|
99 |
+
"<|mg|>": 50349,
|
100 |
+
"<|mi|>": 50295,
|
101 |
+
"<|mk|>": 50308,
|
102 |
+
"<|ml|>": 50296,
|
103 |
+
"<|mn|>": 50314,
|
104 |
+
"<|mr|>": 50320,
|
105 |
+
"<|ms|>": 50282,
|
106 |
+
"<|mt|>": 50343,
|
107 |
+
"<|my|>": 50346,
|
108 |
+
"<|ne|>": 50313,
|
109 |
+
"<|nl|>": 50271,
|
110 |
+
"<|nn|>": 50342,
|
111 |
+
"<|no|>": 50288,
|
112 |
+
"<|oc|>": 50328,
|
113 |
+
"<|pa|>": 50321,
|
114 |
+
"<|pl|>": 50269,
|
115 |
+
"<|ps|>": 50340,
|
116 |
+
"<|pt|>": 50267,
|
117 |
+
"<|ro|>": 50284,
|
118 |
+
"<|ru|>": 50263,
|
119 |
+
"<|sa|>": 50344,
|
120 |
+
"<|sd|>": 50332,
|
121 |
+
"<|si|>": 50322,
|
122 |
+
"<|sk|>": 50298,
|
123 |
+
"<|sl|>": 50305,
|
124 |
+
"<|sn|>": 50324,
|
125 |
+
"<|so|>": 50326,
|
126 |
+
"<|sq|>": 50317,
|
127 |
+
"<|sr|>": 50303,
|
128 |
+
"<|su|>": 50357,
|
129 |
+
"<|sv|>": 50273,
|
130 |
+
"<|sw|>": 50318,
|
131 |
+
"<|ta|>": 50287,
|
132 |
+
"<|te|>": 50299,
|
133 |
+
"<|tg|>": 50331,
|
134 |
+
"<|th|>": 50289,
|
135 |
+
"<|tk|>": 50341,
|
136 |
+
"<|tl|>": 50348,
|
137 |
+
"<|tr|>": 50268,
|
138 |
+
"<|tt|>": 50351,
|
139 |
+
"<|uk|>": 50280,
|
140 |
+
"<|ur|>": 50290,
|
141 |
+
"<|uz|>": 50337,
|
142 |
+
"<|vi|>": 50278,
|
143 |
+
"<|yi|>": 50335,
|
144 |
+
"<|yo|>": 50325,
|
145 |
+
"<|zh|>": 50260
|
146 |
+
},
|
147 |
+
"max_initial_timestamp_index": 50,
|
148 |
+
"max_length": 448,
|
149 |
+
"no_timestamps_token_id": 50363,
|
150 |
+
"pad_token_id": 50257,
|
151 |
+
"prev_sot_token_id": 50361,
|
152 |
+
"return_timestamps": false,
|
153 |
+
"suppress_tokens": [
|
154 |
+
1,
|
155 |
+
2,
|
156 |
+
7,
|
157 |
+
8,
|
158 |
+
9,
|
159 |
+
10,
|
160 |
+
14,
|
161 |
+
25,
|
162 |
+
26,
|
163 |
+
27,
|
164 |
+
28,
|
165 |
+
29,
|
166 |
+
31,
|
167 |
+
58,
|
168 |
+
59,
|
169 |
+
60,
|
170 |
+
61,
|
171 |
+
62,
|
172 |
+
63,
|
173 |
+
90,
|
174 |
+
91,
|
175 |
+
92,
|
176 |
+
93,
|
177 |
+
359,
|
178 |
+
503,
|
179 |
+
522,
|
180 |
+
542,
|
181 |
+
873,
|
182 |
+
893,
|
183 |
+
902,
|
184 |
+
918,
|
185 |
+
922,
|
186 |
+
931,
|
187 |
+
1350,
|
188 |
+
1853,
|
189 |
+
1982,
|
190 |
+
2460,
|
191 |
+
2627,
|
192 |
+
3246,
|
193 |
+
3253,
|
194 |
+
3268,
|
195 |
+
3536,
|
196 |
+
3846,
|
197 |
+
3961,
|
198 |
+
4183,
|
199 |
+
4667,
|
200 |
+
6585,
|
201 |
+
6647,
|
202 |
+
7273,
|
203 |
+
9061,
|
204 |
+
9383,
|
205 |
+
10428,
|
206 |
+
10929,
|
207 |
+
11938,
|
208 |
+
12033,
|
209 |
+
12331,
|
210 |
+
12562,
|
211 |
+
13793,
|
212 |
+
14157,
|
213 |
+
14635,
|
214 |
+
15265,
|
215 |
+
15618,
|
216 |
+
16553,
|
217 |
+
16604,
|
218 |
+
18362,
|
219 |
+
18956,
|
220 |
+
20075,
|
221 |
+
21675,
|
222 |
+
22520,
|
223 |
+
26130,
|
224 |
+
26161,
|
225 |
+
26435,
|
226 |
+
28279,
|
227 |
+
29464,
|
228 |
+
31650,
|
229 |
+
32302,
|
230 |
+
32470,
|
231 |
+
36865,
|
232 |
+
42863,
|
233 |
+
47425,
|
234 |
+
49870,
|
235 |
+
50254,
|
236 |
+
50258,
|
237 |
+
50358,
|
238 |
+
50359,
|
239 |
+
50360,
|
240 |
+
50361,
|
241 |
+
50362
|
242 |
+
],
|
243 |
+
"task_to_id": {
|
244 |
+
"transcribe": 50359,
|
245 |
+
"translate": 50358
|
246 |
+
},
|
247 |
+
"transformers_version": "4.37.2"
|
248 |
+
}
|
model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 151061672
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d1c59327d8cade4994e072defb093e26e793603936d418331fe3bbbe0a5fef31
|
3 |
size 151061672
|
runs/Apr06_12-25-48_hyperion-255/events.out.tfevents.1712401186.hyperion-255
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:502654543cbc40c4a78612cd4e73a5a34c9fc52dbb405833569d61c0c361ff18
|
3 |
+
size 272316
|