nrshoudi commited on
Commit
29a631b
·
verified ·
1 Parent(s): 204cdc4

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-small
7
+ model-index:
8
+ - name: Whisper-small-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-small-new
16
+
17
+ This model is a fine-tuned version of [openai/whisper-small](https://huggingface.co/openai/whisper-small) on the None dataset.
18
+ It achieves the following results on the evaluation set:
19
+ - Loss: 0.0162
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
+ | 6.1628 | 1.0 | 137 | 4.2124 |
53
+ | 2.7143 | 2.0 | 274 | 2.2921 |
54
+ | 1.1388 | 3.0 | 411 | 0.8535 |
55
+ | 0.4082 | 4.0 | 548 | 0.2754 |
56
+ | 0.2126 | 5.0 | 685 | 0.1487 |
57
+ | 0.1209 | 6.0 | 822 | 0.1083 |
58
+ | 0.1082 | 7.0 | 959 | 0.0546 |
59
+ | 0.0435 | 8.0 | 1096 | 0.0327 |
60
+ | 0.0309 | 9.0 | 1233 | 0.0201 |
61
+ | 0.0213 | 10.0 | 1370 | 0.0162 |
62
+
63
+
64
+ ### Framework versions
65
+
66
+ - PEFT 0.11.1
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,32 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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-small",
8
+ "bias": "none",
9
+ "fan_in_fan_out": false,
10
+ "inference_mode": true,
11
+ "init_lora_weights": true,
12
+ "layer_replication": null,
13
+ "layers_pattern": null,
14
+ "layers_to_transform": null,
15
+ "loftq_config": {},
16
+ "lora_alpha": 64,
17
+ "lora_dropout": 0.05,
18
+ "megatron_config": null,
19
+ "megatron_core": "megatron.core",
20
+ "modules_to_save": null,
21
+ "peft_type": "LORA",
22
+ "r": 32,
23
+ "rank_pattern": {},
24
+ "revision": null,
25
+ "target_modules": [
26
+ "v_proj",
27
+ "q_proj"
28
+ ],
29
+ "task_type": null,
30
+ "use_dora": false,
31
+ "use_rslora": false
32
+ }
adapter_model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f671fda1f01ac0e2456c682a47adfefd9f97c4d68b58b26fd888e95c8aa33246
3
+ size 14176064
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
+ }
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": 3.480720043182373,
14
+ "learning_rate": 0.00044,
15
+ "loss": 4.161,
16
+ "step": 25
17
+ },
18
+ {
19
+ "epoch": 0.36496350364963503,
20
+ "grad_norm": 1.4096753597259521,
21
+ "learning_rate": 0.00094,
22
+ "loss": 1.0537,
23
+ "step": 50
24
+ },
25
+ {
26
+ "epoch": 0.5474452554744526,
27
+ "grad_norm": 2.793295383453369,
28
+ "learning_rate": 0.0009833333333333332,
29
+ "loss": 0.4546,
30
+ "step": 75
31
+ },
32
+ {
33
+ "epoch": 0.7299270072992701,
34
+ "grad_norm": 0.4571402370929718,
35
+ "learning_rate": 0.0009643939393939394,
36
+ "loss": 0.1519,
37
+ "step": 100
38
+ },
39
+ {
40
+ "epoch": 0.9124087591240876,
41
+ "grad_norm": 1.6245888471603394,
42
+ "learning_rate": 0.0009462121212121212,
43
+ "loss": 6.1628,
44
+ "step": 125
45
+ },
46
+ {
47
+ "epoch": 1.0,
48
+ "eval_loss": 4.212439060211182,
49
+ "eval_runtime": 192.7878,
50
+ "eval_samples_per_second": 4.243,
51
+ "eval_steps_per_second": 0.711,
52
+ "step": 137
53
+ },
54
+ {
55
+ "epoch": 1.094890510948905,
56
+ "grad_norm": 0.5284515023231506,
57
+ "learning_rate": 0.0009272727272727273,
58
+ "loss": 4.8818,
59
+ "step": 150
60
+ },
61
+ {
62
+ "epoch": 1.2773722627737225,
63
+ "grad_norm": 0.5723586678504944,
64
+ "learning_rate": 0.0009083333333333334,
65
+ "loss": 3.4981,
66
+ "step": 175
67
+ },
68
+ {
69
+ "epoch": 1.4598540145985401,
70
+ "grad_norm": 0.4482167661190033,
71
+ "learning_rate": 0.0008893939393939394,
72
+ "loss": 3.3316,
73
+ "step": 200
74
+ },
75
+ {
76
+ "epoch": 1.6423357664233578,
77
+ "grad_norm": 0.5379208922386169,
78
+ "learning_rate": 0.0008704545454545455,
79
+ "loss": 3.1343,
80
+ "step": 225
81
+ },
82
+ {
83
+ "epoch": 1.8248175182481752,
84
+ "grad_norm": 2.225010395050049,
85
+ "learning_rate": 0.0008515151515151516,
86
+ "loss": 2.7143,
87
+ "step": 250
88
+ },
89
+ {
90
+ "epoch": 2.0,
91
+ "eval_loss": 2.292099714279175,
92
+ "eval_runtime": 196.2028,
93
+ "eval_samples_per_second": 4.169,
94
+ "eval_steps_per_second": 0.698,
95
+ "step": 274
96
+ },
97
+ {
98
+ "epoch": 2.0072992700729926,
99
+ "grad_norm": 0.8666009902954102,
100
+ "learning_rate": 0.0008325757575757576,
101
+ "loss": 2.438,
102
+ "step": 275
103
+ },
104
+ {
105
+ "epoch": 2.18978102189781,
106
+ "grad_norm": 1.0309600830078125,
107
+ "learning_rate": 0.0008136363636363636,
108
+ "loss": 2.1385,
109
+ "step": 300
110
+ },
111
+ {
112
+ "epoch": 2.372262773722628,
113
+ "grad_norm": 3.2585089206695557,
114
+ "learning_rate": 0.0007946969696969696,
115
+ "loss": 1.9635,
116
+ "step": 325
117
+ },
118
+ {
119
+ "epoch": 2.554744525547445,
120
+ "grad_norm": 1.6428176164627075,
121
+ "learning_rate": 0.0007757575757575758,
122
+ "loss": 1.7211,
123
+ "step": 350
124
+ },
125
+ {
126
+ "epoch": 2.7372262773722627,
127
+ "grad_norm": 2.730184316635132,
128
+ "learning_rate": 0.0007568181818181819,
129
+ "loss": 1.3848,
130
+ "step": 375
131
+ },
132
+ {
133
+ "epoch": 2.9197080291970803,
134
+ "grad_norm": 2.9515888690948486,
135
+ "learning_rate": 0.0007378787878787879,
136
+ "loss": 1.1388,
137
+ "step": 400
138
+ },
139
+ {
140
+ "epoch": 3.0,
141
+ "eval_loss": 0.8534712195396423,
142
+ "eval_runtime": 195.2055,
143
+ "eval_samples_per_second": 4.19,
144
+ "eval_steps_per_second": 0.702,
145
+ "step": 411
146
+ },
147
+ {
148
+ "epoch": 3.102189781021898,
149
+ "grad_norm": 3.407141923904419,
150
+ "learning_rate": 0.0007189393939393941,
151
+ "loss": 0.8781,
152
+ "step": 425
153
+ },
154
+ {
155
+ "epoch": 3.2846715328467155,
156
+ "grad_norm": 2.300389528274536,
157
+ "learning_rate": 0.0007,
158
+ "loss": 0.7192,
159
+ "step": 450
160
+ },
161
+ {
162
+ "epoch": 3.4671532846715327,
163
+ "grad_norm": 1.6451431512832642,
164
+ "learning_rate": 0.000681060606060606,
165
+ "loss": 0.6457,
166
+ "step": 475
167
+ },
168
+ {
169
+ "epoch": 3.6496350364963503,
170
+ "grad_norm": 2.6580169200897217,
171
+ "learning_rate": 0.0006621212121212121,
172
+ "loss": 0.4801,
173
+ "step": 500
174
+ },
175
+ {
176
+ "epoch": 3.832116788321168,
177
+ "grad_norm": 2.7876107692718506,
178
+ "learning_rate": 0.0006431818181818182,
179
+ "loss": 0.4082,
180
+ "step": 525
181
+ },
182
+ {
183
+ "epoch": 4.0,
184
+ "eval_loss": 0.27536100149154663,
185
+ "eval_runtime": 193.3916,
186
+ "eval_samples_per_second": 4.23,
187
+ "eval_steps_per_second": 0.708,
188
+ "step": 548
189
+ },
190
+ {
191
+ "epoch": 4.014598540145985,
192
+ "grad_norm": 0.8029674887657166,
193
+ "learning_rate": 0.0006242424242424243,
194
+ "loss": 0.335,
195
+ "step": 550
196
+ },
197
+ {
198
+ "epoch": 4.197080291970803,
199
+ "grad_norm": 1.664339303970337,
200
+ "learning_rate": 0.0006053030303030303,
201
+ "loss": 0.2257,
202
+ "step": 575
203
+ },
204
+ {
205
+ "epoch": 4.37956204379562,
206
+ "grad_norm": 1.4657175540924072,
207
+ "learning_rate": 0.0005863636363636363,
208
+ "loss": 0.2869,
209
+ "step": 600
210
+ },
211
+ {
212
+ "epoch": 4.562043795620438,
213
+ "grad_norm": 1.3024441003799438,
214
+ "learning_rate": 0.0005674242424242424,
215
+ "loss": 0.2747,
216
+ "step": 625
217
+ },
218
+ {
219
+ "epoch": 4.744525547445256,
220
+ "grad_norm": 0.9062749743461609,
221
+ "learning_rate": 0.0005484848484848485,
222
+ "loss": 0.1877,
223
+ "step": 650
224
+ },
225
+ {
226
+ "epoch": 4.927007299270073,
227
+ "grad_norm": 0.833874523639679,
228
+ "learning_rate": 0.0005295454545454545,
229
+ "loss": 0.2126,
230
+ "step": 675
231
+ },
232
+ {
233
+ "epoch": 5.0,
234
+ "eval_loss": 0.14872248470783234,
235
+ "eval_runtime": 197.8887,
236
+ "eval_samples_per_second": 4.134,
237
+ "eval_steps_per_second": 0.692,
238
+ "step": 685
239
+ },
240
+ {
241
+ "epoch": 5.109489051094891,
242
+ "grad_norm": 0.9996502995491028,
243
+ "learning_rate": 0.0005106060606060607,
244
+ "loss": 0.1559,
245
+ "step": 700
246
+ },
247
+ {
248
+ "epoch": 5.291970802919708,
249
+ "grad_norm": 0.6231667399406433,
250
+ "learning_rate": 0.0004916666666666666,
251
+ "loss": 0.1486,
252
+ "step": 725
253
+ },
254
+ {
255
+ "epoch": 5.474452554744525,
256
+ "grad_norm": 0.5377147197723389,
257
+ "learning_rate": 0.0004727272727272727,
258
+ "loss": 0.1135,
259
+ "step": 750
260
+ },
261
+ {
262
+ "epoch": 5.656934306569343,
263
+ "grad_norm": 0.24335509538650513,
264
+ "learning_rate": 0.0004537878787878788,
265
+ "loss": 0.137,
266
+ "step": 775
267
+ },
268
+ {
269
+ "epoch": 5.839416058394161,
270
+ "grad_norm": 1.0016026496887207,
271
+ "learning_rate": 0.00043484848484848487,
272
+ "loss": 0.1209,
273
+ "step": 800
274
+ },
275
+ {
276
+ "epoch": 6.0,
277
+ "eval_loss": 0.10833244770765305,
278
+ "eval_runtime": 195.5746,
279
+ "eval_samples_per_second": 4.183,
280
+ "eval_steps_per_second": 0.701,
281
+ "step": 822
282
+ },
283
+ {
284
+ "epoch": 6.021897810218978,
285
+ "grad_norm": 1.0397971868515015,
286
+ "learning_rate": 0.0004159090909090909,
287
+ "loss": 0.1496,
288
+ "step": 825
289
+ },
290
+ {
291
+ "epoch": 6.204379562043796,
292
+ "grad_norm": 1.5983672142028809,
293
+ "learning_rate": 0.00039696969696969696,
294
+ "loss": 0.1017,
295
+ "step": 850
296
+ },
297
+ {
298
+ "epoch": 6.386861313868613,
299
+ "grad_norm": 0.4575522840023041,
300
+ "learning_rate": 0.00037803030303030306,
301
+ "loss": 0.0895,
302
+ "step": 875
303
+ },
304
+ {
305
+ "epoch": 6.569343065693431,
306
+ "grad_norm": 0.6511216163635254,
307
+ "learning_rate": 0.00035909090909090906,
308
+ "loss": 0.0666,
309
+ "step": 900
310
+ },
311
+ {
312
+ "epoch": 6.751824817518248,
313
+ "grad_norm": 1.270704984664917,
314
+ "learning_rate": 0.00034015151515151516,
315
+ "loss": 0.0831,
316
+ "step": 925
317
+ },
318
+ {
319
+ "epoch": 6.934306569343065,
320
+ "grad_norm": 0.3851993978023529,
321
+ "learning_rate": 0.00032121212121212126,
322
+ "loss": 0.1082,
323
+ "step": 950
324
+ },
325
+ {
326
+ "epoch": 7.0,
327
+ "eval_loss": 0.05455175042152405,
328
+ "eval_runtime": 200.4227,
329
+ "eval_samples_per_second": 4.081,
330
+ "eval_steps_per_second": 0.684,
331
+ "step": 959
332
+ },
333
+ {
334
+ "epoch": 7.116788321167883,
335
+ "grad_norm": 0.2679482698440552,
336
+ "learning_rate": 0.00030227272727272725,
337
+ "loss": 0.0586,
338
+ "step": 975
339
+ },
340
+ {
341
+ "epoch": 7.299270072992701,
342
+ "grad_norm": 0.44625118374824524,
343
+ "learning_rate": 0.00028333333333333335,
344
+ "loss": 0.0558,
345
+ "step": 1000
346
+ },
347
+ {
348
+ "epoch": 7.481751824817518,
349
+ "grad_norm": 0.4908747375011444,
350
+ "learning_rate": 0.0002643939393939394,
351
+ "loss": 0.0711,
352
+ "step": 1025
353
+ },
354
+ {
355
+ "epoch": 7.664233576642336,
356
+ "grad_norm": 1.205810785293579,
357
+ "learning_rate": 0.00024545454545454545,
358
+ "loss": 0.0573,
359
+ "step": 1050
360
+ },
361
+ {
362
+ "epoch": 7.846715328467154,
363
+ "grad_norm": 0.07598499953746796,
364
+ "learning_rate": 0.0002265151515151515,
365
+ "loss": 0.0435,
366
+ "step": 1075
367
+ },
368
+ {
369
+ "epoch": 8.0,
370
+ "eval_loss": 0.03274066373705864,
371
+ "eval_runtime": 202.8108,
372
+ "eval_samples_per_second": 4.033,
373
+ "eval_steps_per_second": 0.676,
374
+ "step": 1096
375
+ },
376
+ {
377
+ "epoch": 8.02919708029197,
378
+ "grad_norm": 0.4313261806964874,
379
+ "learning_rate": 0.0002075757575757576,
380
+ "loss": 0.0452,
381
+ "step": 1100
382
+ },
383
+ {
384
+ "epoch": 8.211678832116789,
385
+ "grad_norm": 0.25643861293792725,
386
+ "learning_rate": 0.00018863636363636364,
387
+ "loss": 0.0446,
388
+ "step": 1125
389
+ },
390
+ {
391
+ "epoch": 8.394160583941606,
392
+ "grad_norm": 0.35274460911750793,
393
+ "learning_rate": 0.00016969696969696972,
394
+ "loss": 0.0423,
395
+ "step": 1150
396
+ },
397
+ {
398
+ "epoch": 8.576642335766424,
399
+ "grad_norm": 0.08310751616954803,
400
+ "learning_rate": 0.00015075757575757576,
401
+ "loss": 0.0272,
402
+ "step": 1175
403
+ },
404
+ {
405
+ "epoch": 8.75912408759124,
406
+ "grad_norm": 1.2015907764434814,
407
+ "learning_rate": 0.0001318181818181818,
408
+ "loss": 0.0274,
409
+ "step": 1200
410
+ },
411
+ {
412
+ "epoch": 8.941605839416058,
413
+ "grad_norm": 0.3477329611778259,
414
+ "learning_rate": 0.00011287878787878789,
415
+ "loss": 0.0309,
416
+ "step": 1225
417
+ },
418
+ {
419
+ "epoch": 9.0,
420
+ "eval_loss": 0.02009008266031742,
421
+ "eval_runtime": 200.6591,
422
+ "eval_samples_per_second": 4.077,
423
+ "eval_steps_per_second": 0.683,
424
+ "step": 1233
425
+ },
426
+ {
427
+ "epoch": 9.124087591240876,
428
+ "grad_norm": 0.37782296538352966,
429
+ "learning_rate": 9.393939393939393e-05,
430
+ "loss": 0.027,
431
+ "step": 1250
432
+ },
433
+ {
434
+ "epoch": 9.306569343065693,
435
+ "grad_norm": 0.07126203179359436,
436
+ "learning_rate": 7.5e-05,
437
+ "loss": 0.0148,
438
+ "step": 1275
439
+ },
440
+ {
441
+ "epoch": 9.489051094890511,
442
+ "grad_norm": 0.0341663658618927,
443
+ "learning_rate": 5.606060606060606e-05,
444
+ "loss": 0.0187,
445
+ "step": 1300
446
+ },
447
+ {
448
+ "epoch": 9.671532846715328,
449
+ "grad_norm": 0.2040582299232483,
450
+ "learning_rate": 3.712121212121213e-05,
451
+ "loss": 0.0234,
452
+ "step": 1325
453
+ },
454
+ {
455
+ "epoch": 9.854014598540147,
456
+ "grad_norm": 0.3192838430404663,
457
+ "learning_rate": 1.8181818181818182e-05,
458
+ "loss": 0.0213,
459
+ "step": 1350
460
+ },
461
+ {
462
+ "epoch": 10.0,
463
+ "eval_loss": 0.016194986179471016,
464
+ "eval_runtime": 199.5522,
465
+ "eval_samples_per_second": 4.099,
466
+ "eval_steps_per_second": 0.687,
467
+ "step": 1370
468
+ },
469
+ {
470
+ "epoch": 10.0,
471
+ "step": 1370,
472
+ "total_flos": 2.4023145037824e+18,
473
+ "train_loss": 0.8555449325890436,
474
+ "train_runtime": 4862.7206,
475
+ "train_samples_per_second": 1.682,
476
+ "train_steps_per_second": 0.282
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": 2.4023145037824e+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:1eaee302738ca585efa41acdcafac3f902174528001161c8201042bdd30b24c4
3
+ size 5304