End of training
Browse files- README.md +15 -2
- all_results.json +13 -12
- eval_results.json +7 -6
- train_results.json +6 -6
- trainer_state.json +262 -34
README.md
CHANGED
@@ -4,11 +4,24 @@ license: apache-2.0
|
|
4 |
base_model: razhan/whisper-base-hawrami
|
5 |
tags:
|
6 |
- generated_from_trainer
|
|
|
|
|
7 |
metrics:
|
8 |
- wer
|
9 |
model-index:
|
10 |
- name: whisper-base-hawrami-transcription
|
11 |
-
results:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
12 |
---
|
13 |
|
14 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
@@ -16,7 +29,7 @@ should probably proofread and complete it, then remove this comment. -->
|
|
16 |
|
17 |
# whisper-base-hawrami-transcription
|
18 |
|
19 |
-
This model is a fine-tuned version of [razhan/whisper-base-hawrami](https://huggingface.co/razhan/whisper-base-hawrami) on
|
20 |
It achieves the following results on the evaluation set:
|
21 |
- Loss: 0.2612
|
22 |
- Wer: 0.4013
|
|
|
4 |
base_model: razhan/whisper-base-hawrami
|
5 |
tags:
|
6 |
- generated_from_trainer
|
7 |
+
datasets:
|
8 |
+
- razhan/DOLMA-speech
|
9 |
metrics:
|
10 |
- wer
|
11 |
model-index:
|
12 |
- name: whisper-base-hawrami-transcription
|
13 |
+
results:
|
14 |
+
- task:
|
15 |
+
name: Automatic Speech Recognition
|
16 |
+
type: automatic-speech-recognition
|
17 |
+
dataset:
|
18 |
+
name: razhan/DOLMA-speech hawrami
|
19 |
+
type: razhan/DOLMA-speech
|
20 |
+
args: hawrami
|
21 |
+
metrics:
|
22 |
+
- name: Wer
|
23 |
+
type: wer
|
24 |
+
value: 0.40128824476650565
|
25 |
---
|
26 |
|
27 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
|
29 |
|
30 |
# whisper-base-hawrami-transcription
|
31 |
|
32 |
+
This model is a fine-tuned version of [razhan/whisper-base-hawrami](https://huggingface.co/razhan/whisper-base-hawrami) on the razhan/DOLMA-speech hawrami dataset.
|
33 |
It achieves the following results on the evaluation set:
|
34 |
- Loss: 0.2612
|
35 |
- Wer: 0.4013
|
all_results.json
CHANGED
@@ -1,15 +1,16 @@
|
|
1 |
{
|
2 |
"epoch": 4.0,
|
3 |
-
"
|
4 |
-
"
|
5 |
-
"
|
6 |
-
"
|
7 |
-
"
|
8 |
-
"
|
9 |
-
"
|
10 |
-
"
|
11 |
-
"
|
12 |
-
"
|
13 |
-
"
|
14 |
-
"
|
|
|
15 |
}
|
|
|
1 |
{
|
2 |
"epoch": 4.0,
|
3 |
+
"eval_cer": 0.08564332792052727,
|
4 |
+
"eval_loss": 0.2611912190914154,
|
5 |
+
"eval_runtime": 165.3715,
|
6 |
+
"eval_samples": 1263,
|
7 |
+
"eval_samples_per_second": 7.637,
|
8 |
+
"eval_steps_per_second": 0.06,
|
9 |
+
"eval_wer": 0.40128824476650565,
|
10 |
+
"total_flos": 2.6372074438656e+18,
|
11 |
+
"train_loss": 0.7337436556816102,
|
12 |
+
"train_runtime": 5396.4455,
|
13 |
+
"train_samples": 10165,
|
14 |
+
"train_samples_per_second": 7.535,
|
15 |
+
"train_steps_per_second": 0.059
|
16 |
}
|
eval_results.json
CHANGED
@@ -1,9 +1,10 @@
|
|
1 |
{
|
2 |
"epoch": 4.0,
|
3 |
-
"
|
4 |
-
"
|
5 |
-
"
|
6 |
-
"
|
7 |
-
"
|
8 |
-
"
|
|
|
9 |
}
|
|
|
1 |
{
|
2 |
"epoch": 4.0,
|
3 |
+
"eval_cer": 0.08564332792052727,
|
4 |
+
"eval_loss": 0.2611912190914154,
|
5 |
+
"eval_runtime": 165.3715,
|
6 |
+
"eval_samples": 1263,
|
7 |
+
"eval_samples_per_second": 7.637,
|
8 |
+
"eval_steps_per_second": 0.06,
|
9 |
+
"eval_wer": 0.40128824476650565
|
10 |
}
|
train_results.json
CHANGED
@@ -1,9 +1,9 @@
|
|
1 |
{
|
2 |
"epoch": 4.0,
|
3 |
-
"total_flos":
|
4 |
-
"train_loss":
|
5 |
-
"train_runtime":
|
6 |
-
"train_samples":
|
7 |
-
"train_samples_per_second":
|
8 |
-
"train_steps_per_second": 0.
|
9 |
}
|
|
|
1 |
{
|
2 |
"epoch": 4.0,
|
3 |
+
"total_flos": 2.6372074438656e+18,
|
4 |
+
"train_loss": 0.7337436556816102,
|
5 |
+
"train_runtime": 5396.4455,
|
6 |
+
"train_samples": 10165,
|
7 |
+
"train_samples_per_second": 7.535,
|
8 |
+
"train_steps_per_second": 0.059
|
9 |
}
|
trainer_state.json
CHANGED
@@ -3,59 +3,287 @@
|
|
3 |
"best_model_checkpoint": null,
|
4 |
"epoch": 4.0,
|
5 |
"eval_steps": 500,
|
6 |
-
"global_step":
|
7 |
"is_hyper_param_search": false,
|
8 |
"is_local_process_zero": true,
|
9 |
"is_world_process_zero": true,
|
10 |
"log_history": [
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
11 |
{
|
12 |
"epoch": 1.0,
|
13 |
-
"
|
14 |
-
"
|
15 |
-
"
|
16 |
-
"
|
17 |
-
"
|
18 |
-
"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
19 |
},
|
20 |
{
|
21 |
"epoch": 2.0,
|
22 |
-
"
|
23 |
-
"
|
24 |
-
"
|
25 |
-
"
|
26 |
-
"
|
27 |
-
"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
28 |
},
|
29 |
{
|
30 |
"epoch": 3.0,
|
31 |
-
"
|
32 |
-
"
|
33 |
-
"
|
34 |
-
"
|
35 |
-
"
|
36 |
-
"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
37 |
},
|
38 |
{
|
39 |
"epoch": 4.0,
|
40 |
-
"
|
41 |
-
"
|
42 |
-
"
|
43 |
-
"
|
44 |
-
"
|
45 |
-
"
|
|
|
46 |
},
|
47 |
{
|
48 |
"epoch": 4.0,
|
49 |
-
"step":
|
50 |
-
"total_flos":
|
51 |
-
"train_loss":
|
52 |
-
"train_runtime":
|
53 |
-
"train_samples_per_second":
|
54 |
-
"train_steps_per_second": 0.
|
55 |
}
|
56 |
],
|
57 |
"logging_steps": 10,
|
58 |
-
"max_steps":
|
59 |
"num_input_tokens_seen": 0,
|
60 |
"num_train_epochs": 4,
|
61 |
"save_steps": 500,
|
@@ -71,8 +299,8 @@
|
|
71 |
"attributes": {}
|
72 |
}
|
73 |
},
|
74 |
-
"total_flos":
|
75 |
-
"train_batch_size":
|
76 |
"trial_name": null,
|
77 |
"trial_params": null
|
78 |
}
|
|
|
3 |
"best_model_checkpoint": null,
|
4 |
"epoch": 4.0,
|
5 |
"eval_steps": 500,
|
6 |
+
"global_step": 320,
|
7 |
"is_hyper_param_search": false,
|
8 |
"is_local_process_zero": true,
|
9 |
"is_world_process_zero": true,
|
10 |
"log_history": [
|
11 |
+
{
|
12 |
+
"epoch": 0.125,
|
13 |
+
"grad_norm": 71.75464630126953,
|
14 |
+
"learning_rate": 4.0000000000000003e-07,
|
15 |
+
"loss": 3.61,
|
16 |
+
"step": 10
|
17 |
+
},
|
18 |
+
{
|
19 |
+
"epoch": 0.25,
|
20 |
+
"grad_norm": 45.94756317138672,
|
21 |
+
"learning_rate": 1.4000000000000001e-06,
|
22 |
+
"loss": 3.3547,
|
23 |
+
"step": 20
|
24 |
+
},
|
25 |
+
{
|
26 |
+
"epoch": 0.375,
|
27 |
+
"grad_norm": 29.31285858154297,
|
28 |
+
"learning_rate": 2.4000000000000003e-06,
|
29 |
+
"loss": 2.7402,
|
30 |
+
"step": 30
|
31 |
+
},
|
32 |
+
{
|
33 |
+
"epoch": 0.5,
|
34 |
+
"grad_norm": 19.44002914428711,
|
35 |
+
"learning_rate": 3.4000000000000005e-06,
|
36 |
+
"loss": 2.12,
|
37 |
+
"step": 40
|
38 |
+
},
|
39 |
+
{
|
40 |
+
"epoch": 0.625,
|
41 |
+
"grad_norm": 13.159948348999023,
|
42 |
+
"learning_rate": 4.4e-06,
|
43 |
+
"loss": 1.5923,
|
44 |
+
"step": 50
|
45 |
+
},
|
46 |
+
{
|
47 |
+
"epoch": 0.75,
|
48 |
+
"grad_norm": 8.778341293334961,
|
49 |
+
"learning_rate": 5.400000000000001e-06,
|
50 |
+
"loss": 1.2181,
|
51 |
+
"step": 60
|
52 |
+
},
|
53 |
+
{
|
54 |
+
"epoch": 0.875,
|
55 |
+
"grad_norm": 5.181447982788086,
|
56 |
+
"learning_rate": 6.4000000000000006e-06,
|
57 |
+
"loss": 0.9039,
|
58 |
+
"step": 70
|
59 |
+
},
|
60 |
+
{
|
61 |
+
"epoch": 1.0,
|
62 |
+
"grad_norm": 5.2995686531066895,
|
63 |
+
"learning_rate": 7.4e-06,
|
64 |
+
"loss": 0.6798,
|
65 |
+
"step": 80
|
66 |
+
},
|
67 |
{
|
68 |
"epoch": 1.0,
|
69 |
+
"eval_cer": 0.1788136402712771,
|
70 |
+
"eval_loss": 0.5512658953666687,
|
71 |
+
"eval_runtime": 167.9142,
|
72 |
+
"eval_samples_per_second": 7.522,
|
73 |
+
"eval_steps_per_second": 0.06,
|
74 |
+
"eval_wer": 0.6854535695115406,
|
75 |
+
"step": 80
|
76 |
+
},
|
77 |
+
{
|
78 |
+
"epoch": 1.125,
|
79 |
+
"grad_norm": 3.869173288345337,
|
80 |
+
"learning_rate": 8.400000000000001e-06,
|
81 |
+
"loss": 0.5485,
|
82 |
+
"step": 90
|
83 |
+
},
|
84 |
+
{
|
85 |
+
"epoch": 1.25,
|
86 |
+
"grad_norm": 3.1130523681640625,
|
87 |
+
"learning_rate": 9.4e-06,
|
88 |
+
"loss": 0.4481,
|
89 |
+
"step": 100
|
90 |
+
},
|
91 |
+
{
|
92 |
+
"epoch": 1.375,
|
93 |
+
"grad_norm": 2.2851545810699463,
|
94 |
+
"learning_rate": 9.81818181818182e-06,
|
95 |
+
"loss": 0.4103,
|
96 |
+
"step": 110
|
97 |
+
},
|
98 |
+
{
|
99 |
+
"epoch": 1.5,
|
100 |
+
"grad_norm": 2.8455662727355957,
|
101 |
+
"learning_rate": 9.363636363636365e-06,
|
102 |
+
"loss": 0.37,
|
103 |
+
"step": 120
|
104 |
+
},
|
105 |
+
{
|
106 |
+
"epoch": 1.625,
|
107 |
+
"grad_norm": 2.575657367706299,
|
108 |
+
"learning_rate": 8.90909090909091e-06,
|
109 |
+
"loss": 0.3513,
|
110 |
+
"step": 130
|
111 |
+
},
|
112 |
+
{
|
113 |
+
"epoch": 1.75,
|
114 |
+
"grad_norm": 2.5928118228912354,
|
115 |
+
"learning_rate": 8.454545454545455e-06,
|
116 |
+
"loss": 0.3504,
|
117 |
+
"step": 140
|
118 |
+
},
|
119 |
+
{
|
120 |
+
"epoch": 1.875,
|
121 |
+
"grad_norm": 2.5617828369140625,
|
122 |
+
"learning_rate": 8.000000000000001e-06,
|
123 |
+
"loss": 0.324,
|
124 |
+
"step": 150
|
125 |
+
},
|
126 |
+
{
|
127 |
+
"epoch": 2.0,
|
128 |
+
"grad_norm": 3.5175580978393555,
|
129 |
+
"learning_rate": 7.545454545454546e-06,
|
130 |
+
"loss": 0.3095,
|
131 |
+
"step": 160
|
132 |
},
|
133 |
{
|
134 |
"epoch": 2.0,
|
135 |
+
"eval_cer": 0.09716305282261917,
|
136 |
+
"eval_loss": 0.2984148859977722,
|
137 |
+
"eval_runtime": 164.9586,
|
138 |
+
"eval_samples_per_second": 7.656,
|
139 |
+
"eval_steps_per_second": 0.061,
|
140 |
+
"eval_wer": 0.4486312399355878,
|
141 |
+
"step": 160
|
142 |
+
},
|
143 |
+
{
|
144 |
+
"epoch": 2.125,
|
145 |
+
"grad_norm": 2.2015202045440674,
|
146 |
+
"learning_rate": 7.0909090909090916e-06,
|
147 |
+
"loss": 0.2926,
|
148 |
+
"step": 170
|
149 |
+
},
|
150 |
+
{
|
151 |
+
"epoch": 2.25,
|
152 |
+
"grad_norm": 3.0814766883850098,
|
153 |
+
"learning_rate": 6.6363636363636375e-06,
|
154 |
+
"loss": 0.2836,
|
155 |
+
"step": 180
|
156 |
+
},
|
157 |
+
{
|
158 |
+
"epoch": 2.375,
|
159 |
+
"grad_norm": 1.8548959493637085,
|
160 |
+
"learning_rate": 6.181818181818182e-06,
|
161 |
+
"loss": 0.2743,
|
162 |
+
"step": 190
|
163 |
+
},
|
164 |
+
{
|
165 |
+
"epoch": 2.5,
|
166 |
+
"grad_norm": 2.3138978481292725,
|
167 |
+
"learning_rate": 5.727272727272728e-06,
|
168 |
+
"loss": 0.2707,
|
169 |
+
"step": 200
|
170 |
+
},
|
171 |
+
{
|
172 |
+
"epoch": 2.625,
|
173 |
+
"grad_norm": 2.2470438480377197,
|
174 |
+
"learning_rate": 5.272727272727273e-06,
|
175 |
+
"loss": 0.2799,
|
176 |
+
"step": 210
|
177 |
+
},
|
178 |
+
{
|
179 |
+
"epoch": 2.75,
|
180 |
+
"grad_norm": 2.5589115619659424,
|
181 |
+
"learning_rate": 4.818181818181819e-06,
|
182 |
+
"loss": 0.2669,
|
183 |
+
"step": 220
|
184 |
+
},
|
185 |
+
{
|
186 |
+
"epoch": 2.875,
|
187 |
+
"grad_norm": 2.1574714183807373,
|
188 |
+
"learning_rate": 4.363636363636364e-06,
|
189 |
+
"loss": 0.2615,
|
190 |
+
"step": 230
|
191 |
+
},
|
192 |
+
{
|
193 |
+
"epoch": 3.0,
|
194 |
+
"grad_norm": 3.022969961166382,
|
195 |
+
"learning_rate": 3.90909090909091e-06,
|
196 |
+
"loss": 0.2673,
|
197 |
+
"step": 240
|
198 |
},
|
199 |
{
|
200 |
"epoch": 3.0,
|
201 |
+
"eval_cer": 0.0882032667876588,
|
202 |
+
"eval_loss": 0.2675623595714569,
|
203 |
+
"eval_runtime": 162.9283,
|
204 |
+
"eval_samples_per_second": 7.752,
|
205 |
+
"eval_steps_per_second": 0.061,
|
206 |
+
"eval_wer": 0.4142780461621041,
|
207 |
+
"step": 240
|
208 |
+
},
|
209 |
+
{
|
210 |
+
"epoch": 3.125,
|
211 |
+
"grad_norm": 1.893800973892212,
|
212 |
+
"learning_rate": 3.454545454545455e-06,
|
213 |
+
"loss": 0.2601,
|
214 |
+
"step": 250
|
215 |
+
},
|
216 |
+
{
|
217 |
+
"epoch": 3.25,
|
218 |
+
"grad_norm": 2.2726192474365234,
|
219 |
+
"learning_rate": 3e-06,
|
220 |
+
"loss": 0.2575,
|
221 |
+
"step": 260
|
222 |
+
},
|
223 |
+
{
|
224 |
+
"epoch": 3.375,
|
225 |
+
"grad_norm": 1.9179538488388062,
|
226 |
+
"learning_rate": 2.5454545454545456e-06,
|
227 |
+
"loss": 0.2375,
|
228 |
+
"step": 270
|
229 |
+
},
|
230 |
+
{
|
231 |
+
"epoch": 3.5,
|
232 |
+
"grad_norm": 1.734628677368164,
|
233 |
+
"learning_rate": 2.090909090909091e-06,
|
234 |
+
"loss": 0.238,
|
235 |
+
"step": 280
|
236 |
+
},
|
237 |
+
{
|
238 |
+
"epoch": 3.625,
|
239 |
+
"grad_norm": 1.9225579500198364,
|
240 |
+
"learning_rate": 1.6363636363636365e-06,
|
241 |
+
"loss": 0.237,
|
242 |
+
"step": 290
|
243 |
+
},
|
244 |
+
{
|
245 |
+
"epoch": 3.75,
|
246 |
+
"grad_norm": 1.7918205261230469,
|
247 |
+
"learning_rate": 1.181818181818182e-06,
|
248 |
+
"loss": 0.2364,
|
249 |
+
"step": 300
|
250 |
+
},
|
251 |
+
{
|
252 |
+
"epoch": 3.875,
|
253 |
+
"grad_norm": 2.021205186843872,
|
254 |
+
"learning_rate": 7.272727272727273e-07,
|
255 |
+
"loss": 0.2422,
|
256 |
+
"step": 310
|
257 |
+
},
|
258 |
+
{
|
259 |
+
"epoch": 4.0,
|
260 |
+
"grad_norm": 2.901258707046509,
|
261 |
+
"learning_rate": 2.7272727272727274e-07,
|
262 |
+
"loss": 0.2428,
|
263 |
+
"step": 320
|
264 |
},
|
265 |
{
|
266 |
"epoch": 4.0,
|
267 |
+
"eval_cer": 0.08564332792052727,
|
268 |
+
"eval_loss": 0.2611912190914154,
|
269 |
+
"eval_runtime": 163.7635,
|
270 |
+
"eval_samples_per_second": 7.712,
|
271 |
+
"eval_steps_per_second": 0.061,
|
272 |
+
"eval_wer": 0.40128824476650565,
|
273 |
+
"step": 320
|
274 |
},
|
275 |
{
|
276 |
"epoch": 4.0,
|
277 |
+
"step": 320,
|
278 |
+
"total_flos": 2.6372074438656e+18,
|
279 |
+
"train_loss": 0.7337436556816102,
|
280 |
+
"train_runtime": 5396.4455,
|
281 |
+
"train_samples_per_second": 7.535,
|
282 |
+
"train_steps_per_second": 0.059
|
283 |
}
|
284 |
],
|
285 |
"logging_steps": 10,
|
286 |
+
"max_steps": 320,
|
287 |
"num_input_tokens_seen": 0,
|
288 |
"num_train_epochs": 4,
|
289 |
"save_steps": 500,
|
|
|
299 |
"attributes": {}
|
300 |
}
|
301 |
},
|
302 |
+
"total_flos": 2.6372074438656e+18,
|
303 |
+
"train_batch_size": 128,
|
304 |
"trial_name": null,
|
305 |
"trial_params": null
|
306 |
}
|