Grogros commited on
Commit
1de35f3
·
verified ·
1 Parent(s): 6eab1e7

Training in progress, step 1000, checkpoint

Browse files
checkpoint-1000/config.json ADDED
@@ -0,0 +1,40 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "meta-llama/Llama-3.2-1B-Instruct",
3
+ "architectures": [
4
+ "LlamaForCausalLM"
5
+ ],
6
+ "attention_bias": false,
7
+ "attention_dropout": 0.0,
8
+ "bos_token_id": 128000,
9
+ "eos_token_id": [
10
+ 128001,
11
+ 128008,
12
+ 128009
13
+ ],
14
+ "head_dim": 64,
15
+ "hidden_act": "silu",
16
+ "hidden_size": 2048,
17
+ "initializer_range": 0.02,
18
+ "intermediate_size": 8192,
19
+ "max_position_embeddings": 131072,
20
+ "mlp_bias": false,
21
+ "model_type": "llama",
22
+ "num_attention_heads": 32,
23
+ "num_hidden_layers": 16,
24
+ "num_key_value_heads": 8,
25
+ "pretraining_tp": 1,
26
+ "rms_norm_eps": 1e-05,
27
+ "rope_scaling": {
28
+ "factor": 32.0,
29
+ "high_freq_factor": 4.0,
30
+ "low_freq_factor": 1.0,
31
+ "original_max_position_embeddings": 8192,
32
+ "rope_type": "llama3"
33
+ },
34
+ "rope_theta": 500000.0,
35
+ "tie_word_embeddings": true,
36
+ "torch_dtype": "bfloat16",
37
+ "transformers_version": "4.46.3",
38
+ "use_cache": true,
39
+ "vocab_size": 128256
40
+ }
checkpoint-1000/generation_config.json ADDED
@@ -0,0 +1,12 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "bos_token_id": 128000,
3
+ "do_sample": true,
4
+ "eos_token_id": [
5
+ 128001,
6
+ 128008,
7
+ 128009
8
+ ],
9
+ "temperature": 0.6,
10
+ "top_p": 0.9,
11
+ "transformers_version": "4.46.3"
12
+ }
checkpoint-1000/model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:44776ee956bc4f01b21f8227689c0ba7d24a77306e6617a91602d82dbd1966b9
3
+ size 2471645608
checkpoint-1000/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a6e776ed46d8afda4af78dc2a8f7096762fea63a3426c3d1e4ebf1ad9899580a
3
+ size 3724602
checkpoint-1000/rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5ef05c858881145e0776217dd0bad8316dc1ad872cd5b3f91be59fc1e7ea25e8
3
+ size 14244
checkpoint-1000/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:530dffc867086773c32ec2bf04d801073511f7e8d7c701f0d209936db81239cb
3
+ size 1064
checkpoint-1000/trainer_state.json ADDED
@@ -0,0 +1,733 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_metric": null,
3
+ "best_model_checkpoint": null,
4
+ "epoch": 0.5,
5
+ "eval_steps": 500,
6
+ "global_step": 1000,
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.005,
13
+ "grad_norm": 10.3125,
14
+ "learning_rate": 1.0000000000000002e-06,
15
+ "loss": 1.2492,
16
+ "step": 10
17
+ },
18
+ {
19
+ "epoch": 0.01,
20
+ "grad_norm": 11.0,
21
+ "learning_rate": 2.0000000000000003e-06,
22
+ "loss": 1.3168,
23
+ "step": 20
24
+ },
25
+ {
26
+ "epoch": 0.015,
27
+ "grad_norm": 8.9375,
28
+ "learning_rate": 3e-06,
29
+ "loss": 1.3578,
30
+ "step": 30
31
+ },
32
+ {
33
+ "epoch": 0.02,
34
+ "grad_norm": 10.1875,
35
+ "learning_rate": 4.000000000000001e-06,
36
+ "loss": 1.2434,
37
+ "step": 40
38
+ },
39
+ {
40
+ "epoch": 0.025,
41
+ "grad_norm": 9.5625,
42
+ "learning_rate": 5e-06,
43
+ "loss": 1.2461,
44
+ "step": 50
45
+ },
46
+ {
47
+ "epoch": 0.03,
48
+ "grad_norm": 7.4375,
49
+ "learning_rate": 6e-06,
50
+ "loss": 1.1131,
51
+ "step": 60
52
+ },
53
+ {
54
+ "epoch": 0.035,
55
+ "grad_norm": 11.6875,
56
+ "learning_rate": 7e-06,
57
+ "loss": 1.1562,
58
+ "step": 70
59
+ },
60
+ {
61
+ "epoch": 0.04,
62
+ "grad_norm": 8.6875,
63
+ "learning_rate": 8.000000000000001e-06,
64
+ "loss": 1.2025,
65
+ "step": 80
66
+ },
67
+ {
68
+ "epoch": 0.045,
69
+ "grad_norm": 6.875,
70
+ "learning_rate": 9e-06,
71
+ "loss": 1.1477,
72
+ "step": 90
73
+ },
74
+ {
75
+ "epoch": 0.05,
76
+ "grad_norm": 6.90625,
77
+ "learning_rate": 1e-05,
78
+ "loss": 1.0277,
79
+ "step": 100
80
+ },
81
+ {
82
+ "epoch": 0.055,
83
+ "grad_norm": 8.25,
84
+ "learning_rate": 1.1000000000000001e-05,
85
+ "loss": 1.0428,
86
+ "step": 110
87
+ },
88
+ {
89
+ "epoch": 0.06,
90
+ "grad_norm": 7.78125,
91
+ "learning_rate": 1.2e-05,
92
+ "loss": 0.9688,
93
+ "step": 120
94
+ },
95
+ {
96
+ "epoch": 0.065,
97
+ "grad_norm": 6.71875,
98
+ "learning_rate": 1.3000000000000001e-05,
99
+ "loss": 0.9908,
100
+ "step": 130
101
+ },
102
+ {
103
+ "epoch": 0.07,
104
+ "grad_norm": 8.125,
105
+ "learning_rate": 1.4e-05,
106
+ "loss": 1.0992,
107
+ "step": 140
108
+ },
109
+ {
110
+ "epoch": 0.075,
111
+ "grad_norm": 8.4375,
112
+ "learning_rate": 1.5000000000000002e-05,
113
+ "loss": 0.9598,
114
+ "step": 150
115
+ },
116
+ {
117
+ "epoch": 0.08,
118
+ "grad_norm": 9.25,
119
+ "learning_rate": 1.6000000000000003e-05,
120
+ "loss": 0.9885,
121
+ "step": 160
122
+ },
123
+ {
124
+ "epoch": 0.085,
125
+ "grad_norm": 13.875,
126
+ "learning_rate": 1.7e-05,
127
+ "loss": 1.2307,
128
+ "step": 170
129
+ },
130
+ {
131
+ "epoch": 0.09,
132
+ "grad_norm": 9.3125,
133
+ "learning_rate": 1.8e-05,
134
+ "loss": 0.9137,
135
+ "step": 180
136
+ },
137
+ {
138
+ "epoch": 0.095,
139
+ "grad_norm": 9.25,
140
+ "learning_rate": 1.9e-05,
141
+ "loss": 1.5107,
142
+ "step": 190
143
+ },
144
+ {
145
+ "epoch": 0.1,
146
+ "grad_norm": 96.0,
147
+ "learning_rate": 2e-05,
148
+ "loss": 0.9955,
149
+ "step": 200
150
+ },
151
+ {
152
+ "epoch": 0.105,
153
+ "grad_norm": 26.25,
154
+ "learning_rate": 1.9998476951563914e-05,
155
+ "loss": 1.6652,
156
+ "step": 210
157
+ },
158
+ {
159
+ "epoch": 0.11,
160
+ "grad_norm": 7.21875,
161
+ "learning_rate": 1.999390827019096e-05,
162
+ "loss": 0.86,
163
+ "step": 220
164
+ },
165
+ {
166
+ "epoch": 0.115,
167
+ "grad_norm": 56.0,
168
+ "learning_rate": 1.9986295347545738e-05,
169
+ "loss": 1.9418,
170
+ "step": 230
171
+ },
172
+ {
173
+ "epoch": 0.12,
174
+ "grad_norm": 11.625,
175
+ "learning_rate": 1.9975640502598243e-05,
176
+ "loss": 0.8643,
177
+ "step": 240
178
+ },
179
+ {
180
+ "epoch": 0.125,
181
+ "grad_norm": 52.0,
182
+ "learning_rate": 1.9961946980917457e-05,
183
+ "loss": 1.3936,
184
+ "step": 250
185
+ },
186
+ {
187
+ "epoch": 0.13,
188
+ "grad_norm": 28.125,
189
+ "learning_rate": 1.9945218953682736e-05,
190
+ "loss": 0.8059,
191
+ "step": 260
192
+ },
193
+ {
194
+ "epoch": 0.135,
195
+ "grad_norm": 12.125,
196
+ "learning_rate": 1.9925461516413224e-05,
197
+ "loss": 0.8197,
198
+ "step": 270
199
+ },
200
+ {
201
+ "epoch": 0.14,
202
+ "grad_norm": 30.5,
203
+ "learning_rate": 1.9902680687415704e-05,
204
+ "loss": 1.3477,
205
+ "step": 280
206
+ },
207
+ {
208
+ "epoch": 0.145,
209
+ "grad_norm": 24.5,
210
+ "learning_rate": 1.9876883405951378e-05,
211
+ "loss": 1.0397,
212
+ "step": 290
213
+ },
214
+ {
215
+ "epoch": 0.15,
216
+ "grad_norm": 7.15625,
217
+ "learning_rate": 1.9848077530122083e-05,
218
+ "loss": 0.8006,
219
+ "step": 300
220
+ },
221
+ {
222
+ "epoch": 0.155,
223
+ "grad_norm": 87.0,
224
+ "learning_rate": 1.9816271834476642e-05,
225
+ "loss": 1.0712,
226
+ "step": 310
227
+ },
228
+ {
229
+ "epoch": 0.16,
230
+ "grad_norm": 6.375,
231
+ "learning_rate": 1.9781476007338058e-05,
232
+ "loss": 0.6074,
233
+ "step": 320
234
+ },
235
+ {
236
+ "epoch": 0.165,
237
+ "grad_norm": 74.0,
238
+ "learning_rate": 1.9743700647852356e-05,
239
+ "loss": 0.8439,
240
+ "step": 330
241
+ },
242
+ {
243
+ "epoch": 0.17,
244
+ "grad_norm": 7.59375,
245
+ "learning_rate": 1.9702957262759964e-05,
246
+ "loss": 0.6888,
247
+ "step": 340
248
+ },
249
+ {
250
+ "epoch": 0.175,
251
+ "grad_norm": 59.25,
252
+ "learning_rate": 1.9659258262890683e-05,
253
+ "loss": 0.7408,
254
+ "step": 350
255
+ },
256
+ {
257
+ "epoch": 0.18,
258
+ "grad_norm": 24.0,
259
+ "learning_rate": 1.961261695938319e-05,
260
+ "loss": 0.6303,
261
+ "step": 360
262
+ },
263
+ {
264
+ "epoch": 0.185,
265
+ "grad_norm": 7.625,
266
+ "learning_rate": 1.9563047559630356e-05,
267
+ "loss": 2.4628,
268
+ "step": 370
269
+ },
270
+ {
271
+ "epoch": 0.19,
272
+ "grad_norm": 20.125,
273
+ "learning_rate": 1.9510565162951538e-05,
274
+ "loss": 0.7479,
275
+ "step": 380
276
+ },
277
+ {
278
+ "epoch": 0.195,
279
+ "grad_norm": 9.0,
280
+ "learning_rate": 1.945518575599317e-05,
281
+ "loss": 0.6927,
282
+ "step": 390
283
+ },
284
+ {
285
+ "epoch": 0.2,
286
+ "grad_norm": 11.5625,
287
+ "learning_rate": 1.9396926207859085e-05,
288
+ "loss": 0.5542,
289
+ "step": 400
290
+ },
291
+ {
292
+ "epoch": 0.205,
293
+ "grad_norm": 6.9375,
294
+ "learning_rate": 1.9335804264972018e-05,
295
+ "loss": 1.097,
296
+ "step": 410
297
+ },
298
+ {
299
+ "epoch": 0.21,
300
+ "grad_norm": 118.5,
301
+ "learning_rate": 1.9271838545667876e-05,
302
+ "loss": 1.0457,
303
+ "step": 420
304
+ },
305
+ {
306
+ "epoch": 0.215,
307
+ "grad_norm": 9.0,
308
+ "learning_rate": 1.9205048534524405e-05,
309
+ "loss": 0.9044,
310
+ "step": 430
311
+ },
312
+ {
313
+ "epoch": 0.22,
314
+ "grad_norm": 8.3125,
315
+ "learning_rate": 1.913545457642601e-05,
316
+ "loss": 1.1971,
317
+ "step": 440
318
+ },
319
+ {
320
+ "epoch": 0.225,
321
+ "grad_norm": 10.625,
322
+ "learning_rate": 1.9063077870366504e-05,
323
+ "loss": 0.9662,
324
+ "step": 450
325
+ },
326
+ {
327
+ "epoch": 0.23,
328
+ "grad_norm": 68.5,
329
+ "learning_rate": 1.8987940462991673e-05,
330
+ "loss": 0.5489,
331
+ "step": 460
332
+ },
333
+ {
334
+ "epoch": 0.235,
335
+ "grad_norm": 21.625,
336
+ "learning_rate": 1.891006524188368e-05,
337
+ "loss": 0.3805,
338
+ "step": 470
339
+ },
340
+ {
341
+ "epoch": 0.24,
342
+ "grad_norm": 22.125,
343
+ "learning_rate": 1.8829475928589272e-05,
344
+ "loss": 0.4361,
345
+ "step": 480
346
+ },
347
+ {
348
+ "epoch": 0.245,
349
+ "grad_norm": 8.6875,
350
+ "learning_rate": 1.874619707139396e-05,
351
+ "loss": 0.4573,
352
+ "step": 490
353
+ },
354
+ {
355
+ "epoch": 0.25,
356
+ "grad_norm": 85.0,
357
+ "learning_rate": 1.866025403784439e-05,
358
+ "loss": 1.7953,
359
+ "step": 500
360
+ },
361
+ {
362
+ "epoch": 0.255,
363
+ "grad_norm": 5.59375,
364
+ "learning_rate": 1.8571673007021124e-05,
365
+ "loss": 0.319,
366
+ "step": 510
367
+ },
368
+ {
369
+ "epoch": 0.26,
370
+ "grad_norm": 5.875,
371
+ "learning_rate": 1.848048096156426e-05,
372
+ "loss": 0.778,
373
+ "step": 520
374
+ },
375
+ {
376
+ "epoch": 0.265,
377
+ "grad_norm": 85.0,
378
+ "learning_rate": 1.8386705679454243e-05,
379
+ "loss": 1.6186,
380
+ "step": 530
381
+ },
382
+ {
383
+ "epoch": 0.27,
384
+ "grad_norm": 7.875,
385
+ "learning_rate": 1.8290375725550417e-05,
386
+ "loss": 1.8343,
387
+ "step": 540
388
+ },
389
+ {
390
+ "epoch": 0.275,
391
+ "grad_norm": 7.4375,
392
+ "learning_rate": 1.819152044288992e-05,
393
+ "loss": 0.4746,
394
+ "step": 550
395
+ },
396
+ {
397
+ "epoch": 0.28,
398
+ "grad_norm": 5.8125,
399
+ "learning_rate": 1.8090169943749477e-05,
400
+ "loss": 1.074,
401
+ "step": 560
402
+ },
403
+ {
404
+ "epoch": 0.285,
405
+ "grad_norm": 5.15625,
406
+ "learning_rate": 1.798635510047293e-05,
407
+ "loss": 0.2415,
408
+ "step": 570
409
+ },
410
+ {
411
+ "epoch": 0.29,
412
+ "grad_norm": 14.25,
413
+ "learning_rate": 1.788010753606722e-05,
414
+ "loss": 0.2946,
415
+ "step": 580
416
+ },
417
+ {
418
+ "epoch": 0.295,
419
+ "grad_norm": 12.125,
420
+ "learning_rate": 1.777145961456971e-05,
421
+ "loss": 0.3634,
422
+ "step": 590
423
+ },
424
+ {
425
+ "epoch": 0.3,
426
+ "grad_norm": 5.3125,
427
+ "learning_rate": 1.766044443118978e-05,
428
+ "loss": 0.7839,
429
+ "step": 600
430
+ },
431
+ {
432
+ "epoch": 0.305,
433
+ "grad_norm": 5.96875,
434
+ "learning_rate": 1.7547095802227723e-05,
435
+ "loss": 0.502,
436
+ "step": 610
437
+ },
438
+ {
439
+ "epoch": 0.31,
440
+ "grad_norm": 91.0,
441
+ "learning_rate": 1.7431448254773943e-05,
442
+ "loss": 0.3595,
443
+ "step": 620
444
+ },
445
+ {
446
+ "epoch": 0.315,
447
+ "grad_norm": 26.875,
448
+ "learning_rate": 1.7313537016191706e-05,
449
+ "loss": 0.5093,
450
+ "step": 630
451
+ },
452
+ {
453
+ "epoch": 0.32,
454
+ "grad_norm": 4.8125,
455
+ "learning_rate": 1.7193398003386514e-05,
456
+ "loss": 0.2864,
457
+ "step": 640
458
+ },
459
+ {
460
+ "epoch": 0.325,
461
+ "grad_norm": 6.0,
462
+ "learning_rate": 1.7071067811865477e-05,
463
+ "loss": 0.4504,
464
+ "step": 650
465
+ },
466
+ {
467
+ "epoch": 0.33,
468
+ "grad_norm": 6.3125,
469
+ "learning_rate": 1.6946583704589973e-05,
470
+ "loss": 0.2695,
471
+ "step": 660
472
+ },
473
+ {
474
+ "epoch": 0.335,
475
+ "grad_norm": 7.21875,
476
+ "learning_rate": 1.6819983600624986e-05,
477
+ "loss": 0.479,
478
+ "step": 670
479
+ },
480
+ {
481
+ "epoch": 0.34,
482
+ "grad_norm": 106.0,
483
+ "learning_rate": 1.6691306063588583e-05,
484
+ "loss": 0.7245,
485
+ "step": 680
486
+ },
487
+ {
488
+ "epoch": 0.345,
489
+ "grad_norm": 5.90625,
490
+ "learning_rate": 1.6560590289905074e-05,
491
+ "loss": 0.4877,
492
+ "step": 690
493
+ },
494
+ {
495
+ "epoch": 0.35,
496
+ "grad_norm": 5.78125,
497
+ "learning_rate": 1.6427876096865394e-05,
498
+ "loss": 0.571,
499
+ "step": 700
500
+ },
501
+ {
502
+ "epoch": 0.355,
503
+ "grad_norm": 11.8125,
504
+ "learning_rate": 1.6293203910498375e-05,
505
+ "loss": 0.2269,
506
+ "step": 710
507
+ },
508
+ {
509
+ "epoch": 0.36,
510
+ "grad_norm": 6.75,
511
+ "learning_rate": 1.6156614753256583e-05,
512
+ "loss": 0.575,
513
+ "step": 720
514
+ },
515
+ {
516
+ "epoch": 0.365,
517
+ "grad_norm": 3.875,
518
+ "learning_rate": 1.6018150231520486e-05,
519
+ "loss": 0.1943,
520
+ "step": 730
521
+ },
522
+ {
523
+ "epoch": 0.37,
524
+ "grad_norm": 4.15625,
525
+ "learning_rate": 1.5877852522924733e-05,
526
+ "loss": 0.2041,
527
+ "step": 740
528
+ },
529
+ {
530
+ "epoch": 0.375,
531
+ "grad_norm": 3.515625,
532
+ "learning_rate": 1.573576436351046e-05,
533
+ "loss": 0.9804,
534
+ "step": 750
535
+ },
536
+ {
537
+ "epoch": 0.38,
538
+ "grad_norm": 3.296875,
539
+ "learning_rate": 1.5591929034707468e-05,
540
+ "loss": 1.1265,
541
+ "step": 760
542
+ },
543
+ {
544
+ "epoch": 0.385,
545
+ "grad_norm": 5.09375,
546
+ "learning_rate": 1.5446390350150272e-05,
547
+ "loss": 0.752,
548
+ "step": 770
549
+ },
550
+ {
551
+ "epoch": 0.39,
552
+ "grad_norm": 4.40625,
553
+ "learning_rate": 1.529919264233205e-05,
554
+ "loss": 0.1821,
555
+ "step": 780
556
+ },
557
+ {
558
+ "epoch": 0.395,
559
+ "grad_norm": 4.09375,
560
+ "learning_rate": 1.5150380749100545e-05,
561
+ "loss": 0.1494,
562
+ "step": 790
563
+ },
564
+ {
565
+ "epoch": 0.4,
566
+ "grad_norm": 3.96875,
567
+ "learning_rate": 1.5000000000000002e-05,
568
+ "loss": 0.2066,
569
+ "step": 800
570
+ },
571
+ {
572
+ "epoch": 0.405,
573
+ "grad_norm": 6.0,
574
+ "learning_rate": 1.4848096202463373e-05,
575
+ "loss": 0.1645,
576
+ "step": 810
577
+ },
578
+ {
579
+ "epoch": 0.41,
580
+ "grad_norm": 11.4375,
581
+ "learning_rate": 1.469471562785891e-05,
582
+ "loss": 0.1673,
583
+ "step": 820
584
+ },
585
+ {
586
+ "epoch": 0.415,
587
+ "grad_norm": 9.625,
588
+ "learning_rate": 1.4539904997395468e-05,
589
+ "loss": 0.7342,
590
+ "step": 830
591
+ },
592
+ {
593
+ "epoch": 0.42,
594
+ "grad_norm": 2.375,
595
+ "learning_rate": 1.4383711467890776e-05,
596
+ "loss": 0.4579,
597
+ "step": 840
598
+ },
599
+ {
600
+ "epoch": 0.425,
601
+ "grad_norm": 5.375,
602
+ "learning_rate": 1.4226182617406996e-05,
603
+ "loss": 0.3541,
604
+ "step": 850
605
+ },
606
+ {
607
+ "epoch": 0.43,
608
+ "grad_norm": 2.078125,
609
+ "learning_rate": 1.4067366430758004e-05,
610
+ "loss": 0.1596,
611
+ "step": 860
612
+ },
613
+ {
614
+ "epoch": 0.435,
615
+ "grad_norm": 3.21875,
616
+ "learning_rate": 1.3907311284892737e-05,
617
+ "loss": 0.1419,
618
+ "step": 870
619
+ },
620
+ {
621
+ "epoch": 0.44,
622
+ "grad_norm": 3.8125,
623
+ "learning_rate": 1.3746065934159123e-05,
624
+ "loss": 0.1184,
625
+ "step": 880
626
+ },
627
+ {
628
+ "epoch": 0.445,
629
+ "grad_norm": 37.75,
630
+ "learning_rate": 1.3583679495453e-05,
631
+ "loss": 0.4206,
632
+ "step": 890
633
+ },
634
+ {
635
+ "epoch": 0.45,
636
+ "grad_norm": 67.0,
637
+ "learning_rate": 1.342020143325669e-05,
638
+ "loss": 1.6792,
639
+ "step": 900
640
+ },
641
+ {
642
+ "epoch": 0.455,
643
+ "grad_norm": 4.375,
644
+ "learning_rate": 1.3255681544571568e-05,
645
+ "loss": 0.4549,
646
+ "step": 910
647
+ },
648
+ {
649
+ "epoch": 0.46,
650
+ "grad_norm": 10.625,
651
+ "learning_rate": 1.3090169943749475e-05,
652
+ "loss": 0.1843,
653
+ "step": 920
654
+ },
655
+ {
656
+ "epoch": 0.465,
657
+ "grad_norm": 3.796875,
658
+ "learning_rate": 1.2923717047227368e-05,
659
+ "loss": 0.1655,
660
+ "step": 930
661
+ },
662
+ {
663
+ "epoch": 0.47,
664
+ "grad_norm": 2.296875,
665
+ "learning_rate": 1.2756373558169992e-05,
666
+ "loss": 0.1113,
667
+ "step": 940
668
+ },
669
+ {
670
+ "epoch": 0.475,
671
+ "grad_norm": 2.84375,
672
+ "learning_rate": 1.2588190451025209e-05,
673
+ "loss": 0.1282,
674
+ "step": 950
675
+ },
676
+ {
677
+ "epoch": 0.48,
678
+ "grad_norm": 1.8203125,
679
+ "learning_rate": 1.2419218955996677e-05,
680
+ "loss": 0.1195,
681
+ "step": 960
682
+ },
683
+ {
684
+ "epoch": 0.485,
685
+ "grad_norm": 1.6015625,
686
+ "learning_rate": 1.2249510543438652e-05,
687
+ "loss": 0.1383,
688
+ "step": 970
689
+ },
690
+ {
691
+ "epoch": 0.49,
692
+ "grad_norm": 2.875,
693
+ "learning_rate": 1.2079116908177592e-05,
694
+ "loss": 0.1135,
695
+ "step": 980
696
+ },
697
+ {
698
+ "epoch": 0.495,
699
+ "grad_norm": 2.359375,
700
+ "learning_rate": 1.190808995376545e-05,
701
+ "loss": 0.1054,
702
+ "step": 990
703
+ },
704
+ {
705
+ "epoch": 0.5,
706
+ "grad_norm": 1.671875,
707
+ "learning_rate": 1.1736481776669307e-05,
708
+ "loss": 0.0947,
709
+ "step": 1000
710
+ }
711
+ ],
712
+ "logging_steps": 10,
713
+ "max_steps": 2000,
714
+ "num_input_tokens_seen": 0,
715
+ "num_train_epochs": 9223372036854775807,
716
+ "save_steps": 500,
717
+ "stateful_callbacks": {
718
+ "TrainerControl": {
719
+ "args": {
720
+ "should_epoch_stop": false,
721
+ "should_evaluate": false,
722
+ "should_log": false,
723
+ "should_save": true,
724
+ "should_training_stop": false
725
+ },
726
+ "attributes": {}
727
+ }
728
+ },
729
+ "total_flos": 9.5664155394048e+16,
730
+ "train_batch_size": 16,
731
+ "trial_name": null,
732
+ "trial_params": null
733
+ }
checkpoint-1000/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a5398f7a7e7f6172c28b24f6055730ae70609578e93d12641bdbbd47e51cbb18
3
+ size 5304