nrshoudi commited on
Commit
20c185d
1 Parent(s): 00d9616

End of training

Browse files
README.md ADDED
@@ -0,0 +1,70 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ library_name: peft
4
+ tags:
5
+ - generated_from_trainer
6
+ base_model: openai/whisper-medium
7
+ model-index:
8
+ - name: Whisper-medium-new
9
+ results: []
10
+ ---
11
+
12
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
13
+ should probably proofread and complete it, then remove this comment. -->
14
+
15
+ # Whisper-medium-new
16
+
17
+ This model is a fine-tuned version of [openai/whisper-medium](https://huggingface.co/openai/whisper-medium) on an unknown dataset.
18
+ It achieves the following results on the evaluation set:
19
+ - Loss: 0.0014
20
+
21
+ ## Model description
22
+
23
+ More information needed
24
+
25
+ ## Intended uses & limitations
26
+
27
+ More information needed
28
+
29
+ ## Training and evaluation data
30
+
31
+ More information needed
32
+
33
+ ## Training procedure
34
+
35
+ ### Training hyperparameters
36
+
37
+ The following hyperparameters were used during training:
38
+ - learning_rate: 0.001
39
+ - train_batch_size: 6
40
+ - eval_batch_size: 6
41
+ - seed: 42
42
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
43
+ - lr_scheduler_type: linear
44
+ - lr_scheduler_warmup_steps: 50
45
+ - num_epochs: 10
46
+ - mixed_precision_training: Native AMP
47
+
48
+ ### Training results
49
+
50
+ | Training Loss | Epoch | Step | Validation Loss |
51
+ |:-------------:|:-----:|:----:|:---------------:|
52
+ | 0.1198 | 1.0 | 137 | 0.1716 |
53
+ | 0.0915 | 2.0 | 274 | 0.1142 |
54
+ | 0.0769 | 3.0 | 411 | 0.0448 |
55
+ | 0.0444 | 4.0 | 548 | 0.0345 |
56
+ | 0.0439 | 5.0 | 685 | 0.0209 |
57
+ | 0.0175 | 6.0 | 822 | 0.0110 |
58
+ | 0.0136 | 7.0 | 959 | 0.0079 |
59
+ | 0.0067 | 8.0 | 1096 | 0.0031 |
60
+ | 0.0024 | 9.0 | 1233 | 0.0017 |
61
+ | 0.0015 | 10.0 | 1370 | 0.0014 |
62
+
63
+
64
+ ### Framework versions
65
+
66
+ - PEFT 0.8.0
67
+ - Transformers 4.41.2
68
+ - Pytorch 2.3.0+cu121
69
+ - Datasets 2.20.0
70
+ - Tokenizers 0.19.1
adapter_config.json ADDED
@@ -0,0 +1,30 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "alpha_pattern": {},
3
+ "auto_mapping": {
4
+ "base_model_class": "WhisperForConditionalGeneration",
5
+ "parent_library": "transformers.models.whisper.modeling_whisper"
6
+ },
7
+ "base_model_name_or_path": "openai/whisper-medium",
8
+ "bias": "none",
9
+ "fan_in_fan_out": false,
10
+ "inference_mode": true,
11
+ "init_lora_weights": true,
12
+ "layers_pattern": null,
13
+ "layers_to_transform": null,
14
+ "loftq_config": {},
15
+ "lora_alpha": 64,
16
+ "lora_dropout": 0.05,
17
+ "megatron_config": null,
18
+ "megatron_core": "megatron.core",
19
+ "modules_to_save": null,
20
+ "peft_type": "LORA",
21
+ "r": 32,
22
+ "rank_pattern": {},
23
+ "revision": null,
24
+ "target_modules": [
25
+ "v_proj",
26
+ "q_proj"
27
+ ],
28
+ "task_type": null,
29
+ "use_rslora": false
30
+ }
adapter_model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:32abf35afb3090db458fd29e2a486519529b8c47e1d04d3a010d24d7ef272cfc
3
+ size 37789960
preprocessor_config.json ADDED
@@ -0,0 +1,14 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "chunk_length": 30,
3
+ "feature_extractor_type": "WhisperFeatureExtractor",
4
+ "feature_size": 80,
5
+ "hop_length": 160,
6
+ "n_fft": 400,
7
+ "n_samples": 480000,
8
+ "nb_max_frames": 3000,
9
+ "padding_side": "right",
10
+ "padding_value": 0.0,
11
+ "processor_class": "WhisperProcessor",
12
+ "return_attention_mask": false,
13
+ "sampling_rate": 16000
14
+ }
runs/Jun17_18-05-26_391d43d05261/events.out.tfevents.1718647527.391d43d05261.195.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9e3bb423985e1ccebbd135714a0f21715c012a2fb733487928090c34716942eb
3
+ size 20618
trainer_state.json ADDED
@@ -0,0 +1,500 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_metric": null,
3
+ "best_model_checkpoint": null,
4
+ "epoch": 10.0,
5
+ "eval_steps": 500,
6
+ "global_step": 1370,
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.18248175182481752,
13
+ "grad_norm": 7.047706604003906,
14
+ "learning_rate": 0.00044,
15
+ "loss": 3.5497,
16
+ "step": 25
17
+ },
18
+ {
19
+ "epoch": 0.36496350364963503,
20
+ "grad_norm": 1.9511065483093262,
21
+ "learning_rate": 0.00094,
22
+ "loss": 0.9894,
23
+ "step": 50
24
+ },
25
+ {
26
+ "epoch": 0.5474452554744526,
27
+ "grad_norm": 0.2947429418563843,
28
+ "learning_rate": 0.0009833333333333332,
29
+ "loss": 0.1823,
30
+ "step": 75
31
+ },
32
+ {
33
+ "epoch": 0.7299270072992701,
34
+ "grad_norm": 0.8360728025436401,
35
+ "learning_rate": 0.0009643939393939394,
36
+ "loss": 0.1486,
37
+ "step": 100
38
+ },
39
+ {
40
+ "epoch": 0.9124087591240876,
41
+ "grad_norm": 0.44553595781326294,
42
+ "learning_rate": 0.0009454545454545454,
43
+ "loss": 0.1198,
44
+ "step": 125
45
+ },
46
+ {
47
+ "epoch": 1.0,
48
+ "eval_loss": 0.1716090887784958,
49
+ "eval_runtime": 336.7759,
50
+ "eval_samples_per_second": 2.429,
51
+ "eval_steps_per_second": 0.407,
52
+ "step": 137
53
+ },
54
+ {
55
+ "epoch": 1.094890510948905,
56
+ "grad_norm": 0.4483061134815216,
57
+ "learning_rate": 0.0009265151515151515,
58
+ "loss": 0.1271,
59
+ "step": 150
60
+ },
61
+ {
62
+ "epoch": 1.2773722627737225,
63
+ "grad_norm": 0.8258382678031921,
64
+ "learning_rate": 0.0009075757575757576,
65
+ "loss": 0.0949,
66
+ "step": 175
67
+ },
68
+ {
69
+ "epoch": 1.4598540145985401,
70
+ "grad_norm": 0.4852953851222992,
71
+ "learning_rate": 0.0008886363636363637,
72
+ "loss": 0.0855,
73
+ "step": 200
74
+ },
75
+ {
76
+ "epoch": 1.6423357664233578,
77
+ "grad_norm": 0.8936036229133606,
78
+ "learning_rate": 0.0008696969696969697,
79
+ "loss": 0.0953,
80
+ "step": 225
81
+ },
82
+ {
83
+ "epoch": 1.8248175182481752,
84
+ "grad_norm": 0.5471451282501221,
85
+ "learning_rate": 0.0008507575757575757,
86
+ "loss": 0.0915,
87
+ "step": 250
88
+ },
89
+ {
90
+ "epoch": 2.0,
91
+ "eval_loss": 0.11422067135572433,
92
+ "eval_runtime": 333.7404,
93
+ "eval_samples_per_second": 2.451,
94
+ "eval_steps_per_second": 0.41,
95
+ "step": 274
96
+ },
97
+ {
98
+ "epoch": 2.0072992700729926,
99
+ "grad_norm": 1.010757565498352,
100
+ "learning_rate": 0.0008318181818181818,
101
+ "loss": 0.0912,
102
+ "step": 275
103
+ },
104
+ {
105
+ "epoch": 2.18978102189781,
106
+ "grad_norm": 1.8606435060501099,
107
+ "learning_rate": 0.0008128787878787879,
108
+ "loss": 0.0771,
109
+ "step": 300
110
+ },
111
+ {
112
+ "epoch": 2.372262773722628,
113
+ "grad_norm": 0.6466093063354492,
114
+ "learning_rate": 0.0007939393939393939,
115
+ "loss": 0.0768,
116
+ "step": 325
117
+ },
118
+ {
119
+ "epoch": 2.554744525547445,
120
+ "grad_norm": 0.4432876408100128,
121
+ "learning_rate": 0.0007750000000000001,
122
+ "loss": 0.0712,
123
+ "step": 350
124
+ },
125
+ {
126
+ "epoch": 2.7372262773722627,
127
+ "grad_norm": 0.5546942949295044,
128
+ "learning_rate": 0.0007560606060606061,
129
+ "loss": 0.0655,
130
+ "step": 375
131
+ },
132
+ {
133
+ "epoch": 2.9197080291970803,
134
+ "grad_norm": 0.9572476148605347,
135
+ "learning_rate": 0.0007371212121212121,
136
+ "loss": 0.0769,
137
+ "step": 400
138
+ },
139
+ {
140
+ "epoch": 3.0,
141
+ "eval_loss": 0.044818274676799774,
142
+ "eval_runtime": 337.2883,
143
+ "eval_samples_per_second": 2.425,
144
+ "eval_steps_per_second": 0.406,
145
+ "step": 411
146
+ },
147
+ {
148
+ "epoch": 3.102189781021898,
149
+ "grad_norm": 0.23699763417243958,
150
+ "learning_rate": 0.0007181818181818181,
151
+ "loss": 0.0416,
152
+ "step": 425
153
+ },
154
+ {
155
+ "epoch": 3.2846715328467155,
156
+ "grad_norm": 0.2720116078853607,
157
+ "learning_rate": 0.0006992424242424243,
158
+ "loss": 0.043,
159
+ "step": 450
160
+ },
161
+ {
162
+ "epoch": 3.4671532846715327,
163
+ "grad_norm": 0.1873721480369568,
164
+ "learning_rate": 0.0006803030303030303,
165
+ "loss": 0.0344,
166
+ "step": 475
167
+ },
168
+ {
169
+ "epoch": 3.6496350364963503,
170
+ "grad_norm": 0.3385811150074005,
171
+ "learning_rate": 0.0006613636363636364,
172
+ "loss": 0.0455,
173
+ "step": 500
174
+ },
175
+ {
176
+ "epoch": 3.832116788321168,
177
+ "grad_norm": 0.27543193101882935,
178
+ "learning_rate": 0.0006424242424242425,
179
+ "loss": 0.0444,
180
+ "step": 525
181
+ },
182
+ {
183
+ "epoch": 4.0,
184
+ "eval_loss": 0.034519024193286896,
185
+ "eval_runtime": 335.9,
186
+ "eval_samples_per_second": 2.435,
187
+ "eval_steps_per_second": 0.408,
188
+ "step": 548
189
+ },
190
+ {
191
+ "epoch": 4.014598540145985,
192
+ "grad_norm": 0.08995059132575989,
193
+ "learning_rate": 0.0006234848484848486,
194
+ "loss": 0.0502,
195
+ "step": 550
196
+ },
197
+ {
198
+ "epoch": 4.197080291970803,
199
+ "grad_norm": 0.4935706853866577,
200
+ "learning_rate": 0.0006045454545454545,
201
+ "loss": 0.0378,
202
+ "step": 575
203
+ },
204
+ {
205
+ "epoch": 4.37956204379562,
206
+ "grad_norm": 0.47609230875968933,
207
+ "learning_rate": 0.0005856060606060606,
208
+ "loss": 0.0262,
209
+ "step": 600
210
+ },
211
+ {
212
+ "epoch": 4.562043795620438,
213
+ "grad_norm": 0.5216805934906006,
214
+ "learning_rate": 0.0005666666666666667,
215
+ "loss": 0.036,
216
+ "step": 625
217
+ },
218
+ {
219
+ "epoch": 4.744525547445256,
220
+ "grad_norm": 0.2257470041513443,
221
+ "learning_rate": 0.0005477272727272728,
222
+ "loss": 0.0264,
223
+ "step": 650
224
+ },
225
+ {
226
+ "epoch": 4.927007299270073,
227
+ "grad_norm": 0.5467531085014343,
228
+ "learning_rate": 0.0005287878787878788,
229
+ "loss": 0.0439,
230
+ "step": 675
231
+ },
232
+ {
233
+ "epoch": 5.0,
234
+ "eval_loss": 0.02093869261443615,
235
+ "eval_runtime": 338.3118,
236
+ "eval_samples_per_second": 2.418,
237
+ "eval_steps_per_second": 0.405,
238
+ "step": 685
239
+ },
240
+ {
241
+ "epoch": 5.109489051094891,
242
+ "grad_norm": 0.18127380311489105,
243
+ "learning_rate": 0.0005098484848484848,
244
+ "loss": 0.0205,
245
+ "step": 700
246
+ },
247
+ {
248
+ "epoch": 5.291970802919708,
249
+ "grad_norm": 0.10721493512392044,
250
+ "learning_rate": 0.0004909090909090909,
251
+ "loss": 0.0298,
252
+ "step": 725
253
+ },
254
+ {
255
+ "epoch": 5.474452554744525,
256
+ "grad_norm": 0.1958245486021042,
257
+ "learning_rate": 0.000471969696969697,
258
+ "loss": 0.0226,
259
+ "step": 750
260
+ },
261
+ {
262
+ "epoch": 5.656934306569343,
263
+ "grad_norm": 0.04980677366256714,
264
+ "learning_rate": 0.000453030303030303,
265
+ "loss": 0.0188,
266
+ "step": 775
267
+ },
268
+ {
269
+ "epoch": 5.839416058394161,
270
+ "grad_norm": 0.3205123841762543,
271
+ "learning_rate": 0.0004340909090909091,
272
+ "loss": 0.0175,
273
+ "step": 800
274
+ },
275
+ {
276
+ "epoch": 6.0,
277
+ "eval_loss": 0.011000733822584152,
278
+ "eval_runtime": 338.6304,
279
+ "eval_samples_per_second": 2.416,
280
+ "eval_steps_per_second": 0.405,
281
+ "step": 822
282
+ },
283
+ {
284
+ "epoch": 6.021897810218978,
285
+ "grad_norm": 0.01701493188738823,
286
+ "learning_rate": 0.0004151515151515152,
287
+ "loss": 0.0183,
288
+ "step": 825
289
+ },
290
+ {
291
+ "epoch": 6.204379562043796,
292
+ "grad_norm": 0.07489558309316635,
293
+ "learning_rate": 0.00039621212121212124,
294
+ "loss": 0.0122,
295
+ "step": 850
296
+ },
297
+ {
298
+ "epoch": 6.386861313868613,
299
+ "grad_norm": 0.23450659215450287,
300
+ "learning_rate": 0.0003772727272727273,
301
+ "loss": 0.0132,
302
+ "step": 875
303
+ },
304
+ {
305
+ "epoch": 6.569343065693431,
306
+ "grad_norm": 0.14261268079280853,
307
+ "learning_rate": 0.00035833333333333333,
308
+ "loss": 0.0109,
309
+ "step": 900
310
+ },
311
+ {
312
+ "epoch": 6.751824817518248,
313
+ "grad_norm": 0.2159743756055832,
314
+ "learning_rate": 0.00033939393939393943,
315
+ "loss": 0.0118,
316
+ "step": 925
317
+ },
318
+ {
319
+ "epoch": 6.934306569343065,
320
+ "grad_norm": 0.3018836975097656,
321
+ "learning_rate": 0.00032045454545454543,
322
+ "loss": 0.0136,
323
+ "step": 950
324
+ },
325
+ {
326
+ "epoch": 7.0,
327
+ "eval_loss": 0.007896244525909424,
328
+ "eval_runtime": 336.2346,
329
+ "eval_samples_per_second": 2.433,
330
+ "eval_steps_per_second": 0.407,
331
+ "step": 959
332
+ },
333
+ {
334
+ "epoch": 7.116788321167883,
335
+ "grad_norm": 0.010803497396409512,
336
+ "learning_rate": 0.00030151515151515153,
337
+ "loss": 0.0055,
338
+ "step": 975
339
+ },
340
+ {
341
+ "epoch": 7.299270072992701,
342
+ "grad_norm": 0.09972184151411057,
343
+ "learning_rate": 0.0002825757575757576,
344
+ "loss": 0.0077,
345
+ "step": 1000
346
+ },
347
+ {
348
+ "epoch": 7.481751824817518,
349
+ "grad_norm": 0.17541509866714478,
350
+ "learning_rate": 0.0002636363636363636,
351
+ "loss": 0.0066,
352
+ "step": 1025
353
+ },
354
+ {
355
+ "epoch": 7.664233576642336,
356
+ "grad_norm": 0.025586027652025223,
357
+ "learning_rate": 0.00024469696969696967,
358
+ "loss": 0.0115,
359
+ "step": 1050
360
+ },
361
+ {
362
+ "epoch": 7.846715328467154,
363
+ "grad_norm": 0.005738795734941959,
364
+ "learning_rate": 0.00022575757575757577,
365
+ "loss": 0.0067,
366
+ "step": 1075
367
+ },
368
+ {
369
+ "epoch": 8.0,
370
+ "eval_loss": 0.003122333437204361,
371
+ "eval_runtime": 348.1783,
372
+ "eval_samples_per_second": 2.349,
373
+ "eval_steps_per_second": 0.393,
374
+ "step": 1096
375
+ },
376
+ {
377
+ "epoch": 8.02919708029197,
378
+ "grad_norm": 0.0272404532879591,
379
+ "learning_rate": 0.00020681818181818182,
380
+ "loss": 0.0042,
381
+ "step": 1100
382
+ },
383
+ {
384
+ "epoch": 8.211678832116789,
385
+ "grad_norm": 0.28844815492630005,
386
+ "learning_rate": 0.00018787878787878787,
387
+ "loss": 0.0048,
388
+ "step": 1125
389
+ },
390
+ {
391
+ "epoch": 8.394160583941606,
392
+ "grad_norm": 0.009899291209876537,
393
+ "learning_rate": 0.00016893939393939394,
394
+ "loss": 0.0055,
395
+ "step": 1150
396
+ },
397
+ {
398
+ "epoch": 8.576642335766424,
399
+ "grad_norm": 0.06182921677827835,
400
+ "learning_rate": 0.00015,
401
+ "loss": 0.0031,
402
+ "step": 1175
403
+ },
404
+ {
405
+ "epoch": 8.75912408759124,
406
+ "grad_norm": 0.009944899007678032,
407
+ "learning_rate": 0.0001310606060606061,
408
+ "loss": 0.0027,
409
+ "step": 1200
410
+ },
411
+ {
412
+ "epoch": 8.941605839416058,
413
+ "grad_norm": 0.020729435607790947,
414
+ "learning_rate": 0.00011212121212121212,
415
+ "loss": 0.0024,
416
+ "step": 1225
417
+ },
418
+ {
419
+ "epoch": 9.0,
420
+ "eval_loss": 0.0016915486194193363,
421
+ "eval_runtime": 338.3118,
422
+ "eval_samples_per_second": 2.418,
423
+ "eval_steps_per_second": 0.405,
424
+ "step": 1233
425
+ },
426
+ {
427
+ "epoch": 9.124087591240876,
428
+ "grad_norm": 0.059274736791849136,
429
+ "learning_rate": 9.318181818181818e-05,
430
+ "loss": 0.0016,
431
+ "step": 1250
432
+ },
433
+ {
434
+ "epoch": 9.306569343065693,
435
+ "grad_norm": 0.023554878309369087,
436
+ "learning_rate": 7.424242424242426e-05,
437
+ "loss": 0.002,
438
+ "step": 1275
439
+ },
440
+ {
441
+ "epoch": 9.489051094890511,
442
+ "grad_norm": 0.01931552216410637,
443
+ "learning_rate": 5.5303030303030304e-05,
444
+ "loss": 0.0009,
445
+ "step": 1300
446
+ },
447
+ {
448
+ "epoch": 9.671532846715328,
449
+ "grad_norm": 0.0068663558922708035,
450
+ "learning_rate": 3.6363636363636364e-05,
451
+ "loss": 0.0028,
452
+ "step": 1325
453
+ },
454
+ {
455
+ "epoch": 9.854014598540147,
456
+ "grad_norm": 0.014311350882053375,
457
+ "learning_rate": 1.7424242424242425e-05,
458
+ "loss": 0.0015,
459
+ "step": 1350
460
+ },
461
+ {
462
+ "epoch": 10.0,
463
+ "eval_loss": 0.0014132640790194273,
464
+ "eval_runtime": 338.1601,
465
+ "eval_samples_per_second": 2.419,
466
+ "eval_steps_per_second": 0.405,
467
+ "step": 1370
468
+ },
469
+ {
470
+ "epoch": 10.0,
471
+ "step": 1370,
472
+ "total_flos": 8.4597106212864e+18,
473
+ "train_loss": 0.12102186830755132,
474
+ "train_runtime": 7917.0938,
475
+ "train_samples_per_second": 1.033,
476
+ "train_steps_per_second": 0.173
477
+ }
478
+ ],
479
+ "logging_steps": 25,
480
+ "max_steps": 1370,
481
+ "num_input_tokens_seen": 0,
482
+ "num_train_epochs": 10,
483
+ "save_steps": 500,
484
+ "stateful_callbacks": {
485
+ "TrainerControl": {
486
+ "args": {
487
+ "should_epoch_stop": false,
488
+ "should_evaluate": false,
489
+ "should_log": false,
490
+ "should_save": true,
491
+ "should_training_stop": false
492
+ },
493
+ "attributes": {}
494
+ }
495
+ },
496
+ "total_flos": 8.4597106212864e+18,
497
+ "train_batch_size": 6,
498
+ "trial_name": null,
499
+ "trial_params": null
500
+ }
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:778478a91ec1a3683ed4140a66dc4b3afa5cbdeed0a327f737554bcf8bfb2cf2
3
+ size 5304