Hartunka commited on
Commit
d1f9197
·
verified ·
1 Parent(s): a3c5a98

End of training

Browse files
Files changed (5) hide show
  1. README.md +16 -4
  2. all_results.json +9 -9
  3. eval_results.json +6 -6
  4. train_results.json +3 -3
  5. trainer_state.json +269 -269
README.md CHANGED
@@ -2,11 +2,23 @@
2
  library_name: transformers
3
  tags:
4
  - generated_from_trainer
 
 
5
  metrics:
6
  - accuracy
7
  model-index:
8
  - name: distilbert_km_5_v2
9
- results: []
 
 
 
 
 
 
 
 
 
 
10
  ---
11
 
12
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
@@ -14,10 +26,10 @@ should probably proofread and complete it, then remove this comment. -->
14
 
15
  # distilbert_km_5_v2
16
 
17
- This model is a fine-tuned version of [](https://huggingface.co/) on an unknown dataset.
18
  It achieves the following results on the evaluation set:
19
- - Loss: 6.1598
20
- - Accuracy: 0.1531
21
 
22
  ## Model description
23
 
 
2
  library_name: transformers
3
  tags:
4
  - generated_from_trainer
5
+ datasets:
6
+ - Hartunka/processed_wikitext-103-raw-v1-km-5_v2
7
  metrics:
8
  - accuracy
9
  model-index:
10
  - name: distilbert_km_5_v2
11
+ results:
12
+ - task:
13
+ name: Masked Language Modeling
14
+ type: fill-mask
15
+ dataset:
16
+ name: Hartunka/processed_wikitext-103-raw-v1-km-5_v2
17
+ type: Hartunka/processed_wikitext-103-raw-v1-km-5_v2
18
+ metrics:
19
+ - name: Accuracy
20
+ type: accuracy
21
+ value: 0.155817370175736
22
  ---
23
 
24
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
 
26
 
27
  # distilbert_km_5_v2
28
 
29
+ This model is a fine-tuned version of [](https://huggingface.co/) on the Hartunka/processed_wikitext-103-raw-v1-km-5_v2 dataset.
30
  It achieves the following results on the evaluation set:
31
+ - Loss: 6.0633
32
+ - Accuracy: 0.1558
33
 
34
  ## Model description
35
 
all_results.json CHANGED
@@ -1,16 +1,16 @@
1
  {
2
  "epoch": 25.0,
3
- "eval_accuracy": 0.1547437418771543,
4
- "eval_loss": 6.234433174133301,
5
- "eval_runtime": 0.8208,
6
  "eval_samples": 479,
7
- "eval_samples_per_second": 583.605,
8
- "eval_steps_per_second": 6.092,
9
- "perplexity": 510.0114488201174,
10
  "total_flos": 7.68154255975296e+17,
11
- "train_loss": 6.145095159497009,
12
- "train_runtime": 16764.6066,
13
  "train_samples": 228639,
14
- "train_samples_per_second": 340.955,
15
  "train_steps_per_second": 3.552
16
  }
 
1
  {
2
  "epoch": 25.0,
3
+ "eval_accuracy": 0.155817370175736,
4
+ "eval_loss": 6.063293933868408,
5
+ "eval_runtime": 0.8236,
6
  "eval_samples": 479,
7
+ "eval_samples_per_second": 581.575,
8
+ "eval_steps_per_second": 6.071,
9
+ "perplexity": 429.7888037097014,
10
  "total_flos": 7.68154255975296e+17,
11
+ "train_loss": 6.137595424443909,
12
+ "train_runtime": 16763.2895,
13
  "train_samples": 228639,
14
+ "train_samples_per_second": 340.982,
15
  "train_steps_per_second": 3.552
16
  }
eval_results.json CHANGED
@@ -1,10 +1,10 @@
1
  {
2
  "epoch": 25.0,
3
- "eval_accuracy": 0.1547437418771543,
4
- "eval_loss": 6.234433174133301,
5
- "eval_runtime": 0.8208,
6
  "eval_samples": 479,
7
- "eval_samples_per_second": 583.605,
8
- "eval_steps_per_second": 6.092,
9
- "perplexity": 510.0114488201174
10
  }
 
1
  {
2
  "epoch": 25.0,
3
+ "eval_accuracy": 0.155817370175736,
4
+ "eval_loss": 6.063293933868408,
5
+ "eval_runtime": 0.8236,
6
  "eval_samples": 479,
7
+ "eval_samples_per_second": 581.575,
8
+ "eval_steps_per_second": 6.071,
9
+ "perplexity": 429.7888037097014
10
  }
train_results.json CHANGED
@@ -1,9 +1,9 @@
1
  {
2
  "epoch": 25.0,
3
  "total_flos": 7.68154255975296e+17,
4
- "train_loss": 6.145095159497009,
5
- "train_runtime": 16764.6066,
6
  "train_samples": 228639,
7
- "train_samples_per_second": 340.955,
8
  "train_steps_per_second": 3.552
9
  }
 
1
  {
2
  "epoch": 25.0,
3
  "total_flos": 7.68154255975296e+17,
4
+ "train_loss": 6.137595424443909,
5
+ "train_runtime": 16763.2895,
6
  "train_samples": 228639,
7
+ "train_samples_per_second": 340.982,
8
  "train_steps_per_second": 3.552
9
  }
trainer_state.json CHANGED
@@ -1,7 +1,7 @@
1
  {
2
- "best_global_step": 30000,
3
- "best_metric": 6.239090919494629,
4
- "best_model_checkpoint": "distilbert_km_5_v2/checkpoint-30000",
5
  "epoch": 25.0,
6
  "eval_steps": 10000,
7
  "global_step": 59550,
@@ -11,889 +11,889 @@
11
  "log_history": [
12
  {
13
  "epoch": 0.20990764063811923,
14
- "grad_norm": 4.16007137298584,
15
  "learning_rate": 5e-06,
16
- "loss": 10.8691,
17
  "step": 500
18
  },
19
  {
20
  "epoch": 0.41981528127623846,
21
- "grad_norm": 7.692114353179932,
22
  "learning_rate": 1e-05,
23
- "loss": 8.7484,
24
  "step": 1000
25
  },
26
  {
27
  "epoch": 0.6297229219143576,
28
- "grad_norm": 4.155143737792969,
29
  "learning_rate": 1.5e-05,
30
- "loss": 7.6798,
31
  "step": 1500
32
  },
33
  {
34
  "epoch": 0.8396305625524769,
35
- "grad_norm": 9.022382736206055,
36
  "learning_rate": 2e-05,
37
- "loss": 7.4081,
38
  "step": 2000
39
  },
40
  {
41
  "epoch": 1.0495382031905962,
42
- "grad_norm": 6.34670352935791,
43
  "learning_rate": 2.5e-05,
44
- "loss": 7.2587,
45
  "step": 2500
46
  },
47
  {
48
  "epoch": 1.2594458438287153,
49
- "grad_norm": 2.665623426437378,
50
  "learning_rate": 3e-05,
51
- "loss": 7.1072,
52
  "step": 3000
53
  },
54
  {
55
  "epoch": 1.4693534844668346,
56
- "grad_norm": 2.367063045501709,
57
  "learning_rate": 3.5e-05,
58
- "loss": 6.9775,
59
  "step": 3500
60
  },
61
  {
62
  "epoch": 1.6792611251049538,
63
- "grad_norm": 4.0844244956970215,
64
  "learning_rate": 4e-05,
65
- "loss": 6.883,
66
  "step": 4000
67
  },
68
  {
69
  "epoch": 1.8891687657430731,
70
- "grad_norm": 2.90297269821167,
71
  "learning_rate": 4.5e-05,
72
- "loss": 6.7989,
73
  "step": 4500
74
  },
75
  {
76
  "epoch": 2.0990764063811924,
77
- "grad_norm": 7.584831237792969,
78
  "learning_rate": 5e-05,
79
- "loss": 6.7098,
80
  "step": 5000
81
  },
82
  {
83
  "epoch": 2.3089840470193117,
84
- "grad_norm": 3.8110125064849854,
85
  "learning_rate": 5.500000000000001e-05,
86
- "loss": 6.6441,
87
  "step": 5500
88
  },
89
  {
90
  "epoch": 2.5188916876574305,
91
- "grad_norm": 3.088609457015991,
92
  "learning_rate": 6e-05,
93
- "loss": 6.616,
94
  "step": 6000
95
  },
96
  {
97
  "epoch": 2.72879932829555,
98
- "grad_norm": 4.08863639831543,
99
  "learning_rate": 6.500000000000001e-05,
100
- "loss": 6.5824,
101
  "step": 6500
102
  },
103
  {
104
  "epoch": 2.938706968933669,
105
- "grad_norm": 2.3588216304779053,
106
  "learning_rate": 7e-05,
107
- "loss": 6.5555,
108
  "step": 7000
109
  },
110
  {
111
  "epoch": 3.1486146095717884,
112
- "grad_norm": 4.109069347381592,
113
  "learning_rate": 7.500000000000001e-05,
114
- "loss": 6.4999,
115
  "step": 7500
116
  },
117
  {
118
  "epoch": 3.3585222502099077,
119
- "grad_norm": 2.773463726043701,
120
  "learning_rate": 8e-05,
121
- "loss": 6.4843,
122
  "step": 8000
123
  },
124
  {
125
  "epoch": 3.568429890848027,
126
- "grad_norm": 2.5729739665985107,
127
  "learning_rate": 8.5e-05,
128
- "loss": 6.4734,
129
  "step": 8500
130
  },
131
  {
132
  "epoch": 3.7783375314861463,
133
- "grad_norm": 2.4617655277252197,
134
  "learning_rate": 9e-05,
135
- "loss": 6.4576,
136
  "step": 9000
137
  },
138
  {
139
  "epoch": 3.988245172124265,
140
- "grad_norm": 1.2090647220611572,
141
  "learning_rate": 9.5e-05,
142
- "loss": 6.4383,
143
  "step": 9500
144
  },
145
  {
146
  "epoch": 4.198152812762385,
147
- "grad_norm": 2.028115749359131,
148
  "learning_rate": 0.0001,
149
- "loss": 6.382,
150
  "step": 10000
151
  },
152
  {
153
  "epoch": 4.198152812762385,
154
- "eval_accuracy": 0.15106152091043157,
155
- "eval_loss": 6.41177225112915,
156
- "eval_runtime": 0.8344,
157
- "eval_samples_per_second": 574.093,
158
- "eval_steps_per_second": 5.993,
159
  "step": 10000
160
  },
161
  {
162
  "epoch": 4.408060453400504,
163
- "grad_norm": 4.3798828125,
164
  "learning_rate": 9.899091826437942e-05,
165
- "loss": 6.369,
166
  "step": 10500
167
  },
168
  {
169
  "epoch": 4.617968094038623,
170
- "grad_norm": 1.393499732017517,
171
  "learning_rate": 9.798183652875883e-05,
172
- "loss": 6.3485,
173
  "step": 11000
174
  },
175
  {
176
  "epoch": 4.827875734676742,
177
- "grad_norm": 1.421209454536438,
178
  "learning_rate": 9.697275479313825e-05,
179
- "loss": 6.3454,
180
  "step": 11500
181
  },
182
  {
183
  "epoch": 5.037783375314861,
184
- "grad_norm": 1.3307273387908936,
185
  "learning_rate": 9.596367305751767e-05,
186
- "loss": 6.3193,
187
  "step": 12000
188
  },
189
  {
190
  "epoch": 5.247691015952981,
191
- "grad_norm": 2.4040586948394775,
192
  "learning_rate": 9.495459132189707e-05,
193
- "loss": 6.2765,
194
  "step": 12500
195
  },
196
  {
197
  "epoch": 5.4575986565911,
198
- "grad_norm": 1.8897922039031982,
199
  "learning_rate": 9.394550958627649e-05,
200
- "loss": 6.2646,
201
  "step": 13000
202
  },
203
  {
204
  "epoch": 5.667506297229219,
205
- "grad_norm": 1.9345887899398804,
206
  "learning_rate": 9.293642785065591e-05,
207
- "loss": 6.2631,
208
  "step": 13500
209
  },
210
  {
211
  "epoch": 5.877413937867338,
212
- "grad_norm": 2.281689167022705,
213
  "learning_rate": 9.192734611503532e-05,
214
- "loss": 6.2526,
215
  "step": 14000
216
  },
217
  {
218
  "epoch": 6.087321578505458,
219
- "grad_norm": 1.1156648397445679,
220
  "learning_rate": 9.091826437941474e-05,
221
- "loss": 6.2271,
222
  "step": 14500
223
  },
224
  {
225
  "epoch": 6.297229219143577,
226
- "grad_norm": 2.4591474533081055,
227
  "learning_rate": 8.990918264379415e-05,
228
- "loss": 6.202,
229
  "step": 15000
230
  },
231
  {
232
  "epoch": 6.507136859781696,
233
- "grad_norm": 1.9221314191818237,
234
  "learning_rate": 8.890010090817356e-05,
235
- "loss": 6.1978,
236
  "step": 15500
237
  },
238
  {
239
  "epoch": 6.717044500419815,
240
- "grad_norm": 1.8501588106155396,
241
  "learning_rate": 8.789101917255298e-05,
242
- "loss": 6.1887,
243
  "step": 16000
244
  },
245
  {
246
  "epoch": 6.926952141057934,
247
- "grad_norm": 0.7939983606338501,
248
  "learning_rate": 8.68819374369324e-05,
249
- "loss": 6.183,
250
  "step": 16500
251
  },
252
  {
253
  "epoch": 7.136859781696054,
254
- "grad_norm": 1.738791823387146,
255
  "learning_rate": 8.58728557013118e-05,
256
- "loss": 6.1532,
257
  "step": 17000
258
  },
259
  {
260
  "epoch": 7.346767422334173,
261
- "grad_norm": 1.3368757963180542,
262
  "learning_rate": 8.486377396569122e-05,
263
- "loss": 6.1361,
264
  "step": 17500
265
  },
266
  {
267
  "epoch": 7.5566750629722925,
268
- "grad_norm": 3.3924355506896973,
269
  "learning_rate": 8.385469223007064e-05,
270
- "loss": 6.139,
271
  "step": 18000
272
  },
273
  {
274
  "epoch": 7.766582703610411,
275
- "grad_norm": 2.039095640182495,
276
  "learning_rate": 8.284561049445006e-05,
277
- "loss": 6.1323,
278
  "step": 18500
279
  },
280
  {
281
  "epoch": 7.97649034424853,
282
- "grad_norm": 2.0174481868743896,
283
  "learning_rate": 8.183652875882947e-05,
284
- "loss": 6.1284,
285
  "step": 19000
286
  },
287
  {
288
  "epoch": 8.18639798488665,
289
- "grad_norm": 1.7137439250946045,
290
  "learning_rate": 8.082744702320889e-05,
291
- "loss": 6.0952,
292
  "step": 19500
293
  },
294
  {
295
  "epoch": 8.39630562552477,
296
- "grad_norm": 2.8214635848999023,
297
  "learning_rate": 7.98183652875883e-05,
298
- "loss": 6.0912,
299
  "step": 20000
300
  },
301
  {
302
  "epoch": 8.39630562552477,
303
- "eval_accuracy": 0.15275400544347484,
304
- "eval_loss": 6.2791643142700195,
305
- "eval_runtime": 0.8056,
306
- "eval_samples_per_second": 594.572,
307
- "eval_steps_per_second": 6.206,
308
  "step": 20000
309
  },
310
  {
311
  "epoch": 8.606213266162888,
312
- "grad_norm": 1.7325291633605957,
313
  "learning_rate": 7.880928355196771e-05,
314
- "loss": 6.0845,
315
  "step": 20500
316
  },
317
  {
318
  "epoch": 8.816120906801007,
319
- "grad_norm": 1.1671876907348633,
320
  "learning_rate": 7.780020181634713e-05,
321
- "loss": 6.085,
322
  "step": 21000
323
  },
324
  {
325
  "epoch": 9.026028547439127,
326
- "grad_norm": 1.3601328134536743,
327
  "learning_rate": 7.679112008072655e-05,
328
- "loss": 6.0742,
329
  "step": 21500
330
  },
331
  {
332
  "epoch": 9.235936188077247,
333
- "grad_norm": 1.2197597026824951,
334
  "learning_rate": 7.578203834510595e-05,
335
- "loss": 6.0519,
336
  "step": 22000
337
  },
338
  {
339
  "epoch": 9.445843828715365,
340
- "grad_norm": 1.7163370847702026,
341
  "learning_rate": 7.477295660948537e-05,
342
- "loss": 6.0448,
343
  "step": 22500
344
  },
345
  {
346
  "epoch": 9.655751469353484,
347
- "grad_norm": 1.9384193420410156,
348
  "learning_rate": 7.376387487386479e-05,
349
- "loss": 6.0438,
350
  "step": 23000
351
  },
352
  {
353
  "epoch": 9.865659109991604,
354
- "grad_norm": 2.2118213176727295,
355
  "learning_rate": 7.27547931382442e-05,
356
- "loss": 6.0369,
357
  "step": 23500
358
  },
359
  {
360
  "epoch": 10.075566750629722,
361
- "grad_norm": 1.7999187707901,
362
  "learning_rate": 7.174571140262362e-05,
363
- "loss": 6.023,
364
  "step": 24000
365
  },
366
  {
367
  "epoch": 10.285474391267842,
368
- "grad_norm": 0.8260259032249451,
369
  "learning_rate": 7.073662966700304e-05,
370
- "loss": 6.0167,
371
  "step": 24500
372
  },
373
  {
374
  "epoch": 10.495382031905962,
375
- "grad_norm": 2.0052714347839355,
376
  "learning_rate": 6.972754793138244e-05,
377
- "loss": 6.0054,
378
  "step": 25000
379
  },
380
  {
381
  "epoch": 10.705289672544081,
382
- "grad_norm": 2.0868582725524902,
383
  "learning_rate": 6.871846619576186e-05,
384
- "loss": 6.007,
385
  "step": 25500
386
  },
387
  {
388
  "epoch": 10.9151973131822,
389
- "grad_norm": 1.2315425872802734,
390
  "learning_rate": 6.770938446014128e-05,
391
- "loss": 6.0081,
392
  "step": 26000
393
  },
394
  {
395
  "epoch": 11.125104953820319,
396
- "grad_norm": 0.7917899489402771,
397
  "learning_rate": 6.670030272452068e-05,
398
- "loss": 5.9892,
399
  "step": 26500
400
  },
401
  {
402
  "epoch": 11.335012594458439,
403
- "grad_norm": 2.7325539588928223,
404
  "learning_rate": 6.56912209889001e-05,
405
- "loss": 5.9831,
406
  "step": 27000
407
  },
408
  {
409
  "epoch": 11.544920235096557,
410
- "grad_norm": 1.536982536315918,
411
  "learning_rate": 6.468213925327952e-05,
412
- "loss": 5.9746,
413
  "step": 27500
414
  },
415
  {
416
  "epoch": 11.754827875734676,
417
- "grad_norm": 1.3493270874023438,
418
  "learning_rate": 6.367305751765893e-05,
419
- "loss": 5.9717,
420
  "step": 28000
421
  },
422
  {
423
  "epoch": 11.964735516372796,
424
- "grad_norm": 1.4217336177825928,
425
  "learning_rate": 6.266397578203835e-05,
426
- "loss": 5.969,
427
  "step": 28500
428
  },
429
  {
430
  "epoch": 12.174643157010916,
431
- "grad_norm": 1.707473874092102,
432
  "learning_rate": 6.165489404641777e-05,
433
- "loss": 5.9576,
434
  "step": 29000
435
  },
436
  {
437
  "epoch": 12.384550797649034,
438
- "grad_norm": 2.6133828163146973,
439
  "learning_rate": 6.064581231079718e-05,
440
- "loss": 5.9509,
441
  "step": 29500
442
  },
443
  {
444
  "epoch": 12.594458438287154,
445
- "grad_norm": 2.2156567573547363,
446
  "learning_rate": 5.963673057517659e-05,
447
- "loss": 5.9527,
448
  "step": 30000
449
  },
450
  {
451
  "epoch": 12.594458438287154,
452
- "eval_accuracy": 0.153202563169824,
453
- "eval_loss": 6.239090919494629,
454
- "eval_runtime": 0.8363,
455
- "eval_samples_per_second": 572.762,
456
- "eval_steps_per_second": 5.979,
457
  "step": 30000
458
  },
459
  {
460
  "epoch": 12.804366078925273,
461
- "grad_norm": 2.367995500564575,
462
  "learning_rate": 5.8627648839556e-05,
463
- "loss": 5.9443,
464
  "step": 30500
465
  },
466
  {
467
  "epoch": 13.014273719563391,
468
- "grad_norm": 0.9859780073165894,
469
  "learning_rate": 5.7618567103935416e-05,
470
- "loss": 5.9464,
471
  "step": 31000
472
  },
473
  {
474
  "epoch": 13.224181360201511,
475
- "grad_norm": 2.5278403759002686,
476
  "learning_rate": 5.660948536831484e-05,
477
- "loss": 5.9307,
478
  "step": 31500
479
  },
480
  {
481
  "epoch": 13.43408900083963,
482
- "grad_norm": 1.3613232374191284,
483
  "learning_rate": 5.5600403632694254e-05,
484
- "loss": 5.9289,
485
  "step": 32000
486
  },
487
  {
488
  "epoch": 13.64399664147775,
489
- "grad_norm": 1.8001269102096558,
490
  "learning_rate": 5.4591321897073666e-05,
491
- "loss": 5.931,
492
  "step": 32500
493
  },
494
  {
495
  "epoch": 13.853904282115868,
496
- "grad_norm": 1.4513713121414185,
497
  "learning_rate": 5.358224016145308e-05,
498
- "loss": 5.9268,
499
  "step": 33000
500
  },
501
  {
502
  "epoch": 14.063811922753988,
503
- "grad_norm": 1.2253810167312622,
504
  "learning_rate": 5.257315842583249e-05,
505
- "loss": 5.9161,
506
  "step": 33500
507
  },
508
  {
509
  "epoch": 14.273719563392108,
510
- "grad_norm": 0.8094009160995483,
511
  "learning_rate": 5.15640766902119e-05,
512
- "loss": 5.9091,
513
  "step": 34000
514
  },
515
  {
516
  "epoch": 14.483627204030226,
517
- "grad_norm": 1.3057845830917358,
518
  "learning_rate": 5.055499495459133e-05,
519
- "loss": 5.9087,
520
  "step": 34500
521
  },
522
  {
523
  "epoch": 14.693534844668346,
524
- "grad_norm": 2.4522488117218018,
525
  "learning_rate": 4.954591321897074e-05,
526
- "loss": 5.9053,
527
  "step": 35000
528
  },
529
  {
530
  "epoch": 14.903442485306465,
531
- "grad_norm": 1.1328725814819336,
532
  "learning_rate": 4.853683148335015e-05,
533
- "loss": 5.9063,
534
  "step": 35500
535
  },
536
  {
537
  "epoch": 15.113350125944585,
538
- "grad_norm": 0.740524411201477,
539
  "learning_rate": 4.7527749747729566e-05,
540
- "loss": 5.8968,
541
  "step": 36000
542
  },
543
  {
544
  "epoch": 15.323257766582703,
545
- "grad_norm": 1.5093880891799927,
546
  "learning_rate": 4.6518668012108985e-05,
547
- "loss": 5.8922,
548
  "step": 36500
549
  },
550
  {
551
  "epoch": 15.533165407220823,
552
- "grad_norm": 0.7476732134819031,
553
  "learning_rate": 4.55095862764884e-05,
554
- "loss": 5.8881,
555
  "step": 37000
556
  },
557
  {
558
  "epoch": 15.743073047858942,
559
- "grad_norm": 2.415114164352417,
560
  "learning_rate": 4.450050454086781e-05,
561
- "loss": 5.8902,
562
  "step": 37500
563
  },
564
  {
565
  "epoch": 15.95298068849706,
566
- "grad_norm": 3.997908353805542,
567
  "learning_rate": 4.349142280524723e-05,
568
- "loss": 5.8864,
569
  "step": 38000
570
  },
571
  {
572
  "epoch": 16.162888329135182,
573
- "grad_norm": 1.8006722927093506,
574
  "learning_rate": 4.248234106962664e-05,
575
- "loss": 5.8794,
576
  "step": 38500
577
  },
578
  {
579
  "epoch": 16.3727959697733,
580
- "grad_norm": 0.7412501573562622,
581
  "learning_rate": 4.147325933400605e-05,
582
- "loss": 5.8734,
583
  "step": 39000
584
  },
585
  {
586
  "epoch": 16.582703610411418,
587
- "grad_norm": 1.4623297452926636,
588
  "learning_rate": 4.046417759838547e-05,
589
- "loss": 5.8761,
590
  "step": 39500
591
  },
592
  {
593
  "epoch": 16.79261125104954,
594
- "grad_norm": 1.9331860542297363,
595
  "learning_rate": 3.9455095862764884e-05,
596
- "loss": 5.8672,
597
  "step": 40000
598
  },
599
  {
600
  "epoch": 16.79261125104954,
601
- "eval_accuracy": 0.1527419535718291,
602
- "eval_loss": 6.2560858726501465,
603
- "eval_runtime": 0.8082,
604
- "eval_samples_per_second": 592.662,
605
- "eval_steps_per_second": 6.186,
606
  "step": 40000
607
  },
608
  {
609
  "epoch": 17.002518891687657,
610
- "grad_norm": 0.8226171135902405,
611
  "learning_rate": 3.84460141271443e-05,
612
- "loss": 5.8699,
613
  "step": 40500
614
  },
615
  {
616
  "epoch": 17.212426532325775,
617
- "grad_norm": 0.7785201072692871,
618
  "learning_rate": 3.7436932391523715e-05,
619
- "loss": 5.8614,
620
  "step": 41000
621
  },
622
  {
623
  "epoch": 17.422334172963897,
624
- "grad_norm": 0.8002318739891052,
625
  "learning_rate": 3.642785065590313e-05,
626
- "loss": 5.8567,
627
  "step": 41500
628
  },
629
  {
630
  "epoch": 17.632241813602015,
631
- "grad_norm": 2.5899975299835205,
632
  "learning_rate": 3.541876892028255e-05,
633
- "loss": 5.8578,
634
  "step": 42000
635
  },
636
  {
637
  "epoch": 17.842149454240133,
638
- "grad_norm": 0.8905363082885742,
639
  "learning_rate": 3.440968718466196e-05,
640
- "loss": 5.8578,
641
  "step": 42500
642
  },
643
  {
644
  "epoch": 18.052057094878254,
645
- "grad_norm": 3.3620052337646484,
646
  "learning_rate": 3.340060544904137e-05,
647
- "loss": 5.8518,
648
  "step": 43000
649
  },
650
  {
651
  "epoch": 18.261964735516372,
652
- "grad_norm": 0.7979151606559753,
653
  "learning_rate": 3.239152371342079e-05,
654
- "loss": 5.8427,
655
  "step": 43500
656
  },
657
  {
658
  "epoch": 18.471872376154494,
659
- "grad_norm": 2.3933281898498535,
660
  "learning_rate": 3.13824419778002e-05,
661
- "loss": 5.8444,
662
  "step": 44000
663
  },
664
  {
665
  "epoch": 18.68178001679261,
666
- "grad_norm": 0.7565113306045532,
667
  "learning_rate": 3.0373360242179615e-05,
668
- "loss": 5.8449,
669
  "step": 44500
670
  },
671
  {
672
  "epoch": 18.89168765743073,
673
- "grad_norm": 1.0033838748931885,
674
  "learning_rate": 2.9364278506559034e-05,
675
- "loss": 5.8471,
676
  "step": 45000
677
  },
678
  {
679
  "epoch": 19.10159529806885,
680
- "grad_norm": 0.7387955784797668,
681
  "learning_rate": 2.8355196770938446e-05,
682
- "loss": 5.8424,
683
  "step": 45500
684
  },
685
  {
686
  "epoch": 19.31150293870697,
687
- "grad_norm": 1.6438482999801636,
688
  "learning_rate": 2.734611503531786e-05,
689
- "loss": 5.8313,
690
  "step": 46000
691
  },
692
  {
693
  "epoch": 19.521410579345087,
694
- "grad_norm": 0.799278736114502,
695
  "learning_rate": 2.6337033299697278e-05,
696
- "loss": 5.8329,
697
  "step": 46500
698
  },
699
  {
700
  "epoch": 19.73131821998321,
701
- "grad_norm": 1.9198673963546753,
702
  "learning_rate": 2.532795156407669e-05,
703
- "loss": 5.8342,
704
  "step": 47000
705
  },
706
  {
707
  "epoch": 19.941225860621326,
708
- "grad_norm": 3.435133218765259,
709
  "learning_rate": 2.4318869828456106e-05,
710
- "loss": 5.83,
711
  "step": 47500
712
  },
713
  {
714
  "epoch": 20.151133501259444,
715
- "grad_norm": 0.7492583990097046,
716
  "learning_rate": 2.330978809283552e-05,
717
- "loss": 5.8271,
718
  "step": 48000
719
  },
720
  {
721
  "epoch": 20.361041141897566,
722
- "grad_norm": 1.3788270950317383,
723
  "learning_rate": 2.2300706357214934e-05,
724
- "loss": 5.8249,
725
  "step": 48500
726
  },
727
  {
728
  "epoch": 20.570948782535684,
729
- "grad_norm": 1.0550808906555176,
730
  "learning_rate": 2.129162462159435e-05,
731
- "loss": 5.8203,
732
  "step": 49000
733
  },
734
  {
735
  "epoch": 20.7808564231738,
736
- "grad_norm": 1.49457848072052,
737
  "learning_rate": 2.0282542885973765e-05,
738
- "loss": 5.8195,
739
  "step": 49500
740
  },
741
  {
742
  "epoch": 20.990764063811923,
743
- "grad_norm": 0.7563645839691162,
744
  "learning_rate": 1.927346115035318e-05,
745
- "loss": 5.8213,
746
  "step": 50000
747
  },
748
  {
749
  "epoch": 20.990764063811923,
750
- "eval_accuracy": 0.15299857010682144,
751
- "eval_loss": 6.323090076446533,
752
- "eval_runtime": 0.8177,
753
- "eval_samples_per_second": 585.813,
754
- "eval_steps_per_second": 6.115,
755
  "step": 50000
756
  },
757
  {
758
  "epoch": 21.20067170445004,
759
- "grad_norm": 0.8100897073745728,
760
  "learning_rate": 1.8264379414732593e-05,
761
- "loss": 5.8143,
762
  "step": 50500
763
  },
764
  {
765
  "epoch": 21.410579345088163,
766
- "grad_norm": 2.0852837562561035,
767
  "learning_rate": 1.725529767911201e-05,
768
- "loss": 5.816,
769
  "step": 51000
770
  },
771
  {
772
  "epoch": 21.62048698572628,
773
- "grad_norm": 0.7802498936653137,
774
  "learning_rate": 1.6246215943491424e-05,
775
- "loss": 5.8138,
776
  "step": 51500
777
  },
778
  {
779
  "epoch": 21.8303946263644,
780
- "grad_norm": 0.7688509821891785,
781
  "learning_rate": 1.5237134207870837e-05,
782
- "loss": 5.8135,
783
  "step": 52000
784
  },
785
  {
786
  "epoch": 22.04030226700252,
787
- "grad_norm": 0.7938185930252075,
788
  "learning_rate": 1.4228052472250252e-05,
789
- "loss": 5.8118,
790
  "step": 52500
791
  },
792
  {
793
  "epoch": 22.250209907640638,
794
- "grad_norm": 0.8451926112174988,
795
  "learning_rate": 1.3218970736629668e-05,
796
- "loss": 5.8024,
797
  "step": 53000
798
  },
799
  {
800
  "epoch": 22.460117548278756,
801
- "grad_norm": 3.4431746006011963,
802
  "learning_rate": 1.2209889001009082e-05,
803
- "loss": 5.8055,
804
  "step": 53500
805
  },
806
  {
807
  "epoch": 22.670025188916878,
808
- "grad_norm": 0.7895912528038025,
809
  "learning_rate": 1.1200807265388496e-05,
810
- "loss": 5.8099,
811
  "step": 54000
812
  },
813
  {
814
  "epoch": 22.879932829554996,
815
- "grad_norm": 0.7990484833717346,
816
  "learning_rate": 1.0191725529767912e-05,
817
- "loss": 5.8059,
818
  "step": 54500
819
  },
820
  {
821
  "epoch": 23.089840470193113,
822
- "grad_norm": 2.9361062049865723,
823
  "learning_rate": 9.182643794147326e-06,
824
- "loss": 5.8012,
825
  "step": 55000
826
  },
827
  {
828
  "epoch": 23.299748110831235,
829
- "grad_norm": 0.793583869934082,
830
  "learning_rate": 8.173562058526741e-06,
831
- "loss": 5.8011,
832
  "step": 55500
833
  },
834
  {
835
  "epoch": 23.509655751469353,
836
- "grad_norm": 0.8068329095840454,
837
  "learning_rate": 7.164480322906156e-06,
838
- "loss": 5.8006,
839
  "step": 56000
840
  },
841
  {
842
  "epoch": 23.719563392107474,
843
- "grad_norm": 0.7717165946960449,
844
  "learning_rate": 6.155398587285571e-06,
845
- "loss": 5.796,
846
  "step": 56500
847
  },
848
  {
849
  "epoch": 23.929471032745592,
850
- "grad_norm": 0.8018918037414551,
851
  "learning_rate": 5.146316851664986e-06,
852
- "loss": 5.7986,
853
  "step": 57000
854
  },
855
  {
856
  "epoch": 24.13937867338371,
857
- "grad_norm": 0.9420611262321472,
858
  "learning_rate": 4.1372351160444e-06,
859
- "loss": 5.7952,
860
  "step": 57500
861
  },
862
  {
863
  "epoch": 24.349286314021832,
864
- "grad_norm": 0.9924749135971069,
865
  "learning_rate": 3.1281533804238145e-06,
866
- "loss": 5.7973,
867
  "step": 58000
868
  },
869
  {
870
  "epoch": 24.55919395465995,
871
- "grad_norm": 0.806293785572052,
872
  "learning_rate": 2.1190716448032293e-06,
873
- "loss": 5.7935,
874
  "step": 58500
875
  },
876
  {
877
  "epoch": 24.769101595298068,
878
- "grad_norm": 0.7656426429748535,
879
  "learning_rate": 1.109989909182644e-06,
880
- "loss": 5.7939,
881
  "step": 59000
882
  },
883
  {
884
  "epoch": 24.97900923593619,
885
- "grad_norm": 0.7934106588363647,
886
  "learning_rate": 1.0090817356205853e-07,
887
- "loss": 5.7922,
888
  "step": 59500
889
  },
890
  {
891
  "epoch": 25.0,
892
  "step": 59550,
893
  "total_flos": 7.68154255975296e+17,
894
- "train_loss": 6.145095159497009,
895
- "train_runtime": 16764.6066,
896
- "train_samples_per_second": 340.955,
897
  "train_steps_per_second": 3.552
898
  }
899
  ],
 
1
  {
2
+ "best_global_step": 50000,
3
+ "best_metric": 6.1598076820373535,
4
+ "best_model_checkpoint": "distilbert_km_5_v2/checkpoint-50000",
5
  "epoch": 25.0,
6
  "eval_steps": 10000,
7
  "global_step": 59550,
 
11
  "log_history": [
12
  {
13
  "epoch": 0.20990764063811923,
14
+ "grad_norm": 3.6239705085754395,
15
  "learning_rate": 5e-06,
16
+ "loss": 10.8643,
17
  "step": 500
18
  },
19
  {
20
  "epoch": 0.41981528127623846,
21
+ "grad_norm": 9.112265586853027,
22
  "learning_rate": 1e-05,
23
+ "loss": 8.8081,
24
  "step": 1000
25
  },
26
  {
27
  "epoch": 0.6297229219143576,
28
+ "grad_norm": 9.361543655395508,
29
  "learning_rate": 1.5e-05,
30
+ "loss": 7.7539,
31
  "step": 1500
32
  },
33
  {
34
  "epoch": 0.8396305625524769,
35
+ "grad_norm": 8.929161071777344,
36
  "learning_rate": 2e-05,
37
+ "loss": 7.4084,
38
  "step": 2000
39
  },
40
  {
41
  "epoch": 1.0495382031905962,
42
+ "grad_norm": 5.102548122406006,
43
  "learning_rate": 2.5e-05,
44
+ "loss": 7.2304,
45
  "step": 2500
46
  },
47
  {
48
  "epoch": 1.2594458438287153,
49
+ "grad_norm": 6.74715518951416,
50
  "learning_rate": 3e-05,
51
+ "loss": 7.0823,
52
  "step": 3000
53
  },
54
  {
55
  "epoch": 1.4693534844668346,
56
+ "grad_norm": 2.6494035720825195,
57
  "learning_rate": 3.5e-05,
58
+ "loss": 6.9562,
59
  "step": 3500
60
  },
61
  {
62
  "epoch": 1.6792611251049538,
63
+ "grad_norm": 4.500717639923096,
64
  "learning_rate": 4e-05,
65
+ "loss": 6.8548,
66
  "step": 4000
67
  },
68
  {
69
  "epoch": 1.8891687657430731,
70
+ "grad_norm": 3.333782911300659,
71
  "learning_rate": 4.5e-05,
72
+ "loss": 6.7755,
73
  "step": 4500
74
  },
75
  {
76
  "epoch": 2.0990764063811924,
77
+ "grad_norm": 2.0406346321105957,
78
  "learning_rate": 5e-05,
79
+ "loss": 6.6788,
80
  "step": 5000
81
  },
82
  {
83
  "epoch": 2.3089840470193117,
84
+ "grad_norm": 2.6579527854919434,
85
  "learning_rate": 5.500000000000001e-05,
86
+ "loss": 6.6198,
87
  "step": 5500
88
  },
89
  {
90
  "epoch": 2.5188916876574305,
91
+ "grad_norm": 1.9155195951461792,
92
  "learning_rate": 6e-05,
93
+ "loss": 6.5878,
94
  "step": 6000
95
  },
96
  {
97
  "epoch": 2.72879932829555,
98
+ "grad_norm": 2.0430564880371094,
99
  "learning_rate": 6.500000000000001e-05,
100
+ "loss": 6.5593,
101
  "step": 6500
102
  },
103
  {
104
  "epoch": 2.938706968933669,
105
+ "grad_norm": 2.4071273803710938,
106
  "learning_rate": 7e-05,
107
+ "loss": 6.5363,
108
  "step": 7000
109
  },
110
  {
111
  "epoch": 3.1486146095717884,
112
+ "grad_norm": 3.474665880203247,
113
  "learning_rate": 7.500000000000001e-05,
114
+ "loss": 6.473,
115
  "step": 7500
116
  },
117
  {
118
  "epoch": 3.3585222502099077,
119
+ "grad_norm": 1.8387290239334106,
120
  "learning_rate": 8e-05,
121
+ "loss": 6.4553,
122
  "step": 8000
123
  },
124
  {
125
  "epoch": 3.568429890848027,
126
+ "grad_norm": 1.6159054040908813,
127
  "learning_rate": 8.5e-05,
128
+ "loss": 6.4511,
129
  "step": 8500
130
  },
131
  {
132
  "epoch": 3.7783375314861463,
133
+ "grad_norm": 1.459579348564148,
134
  "learning_rate": 9e-05,
135
+ "loss": 6.4312,
136
  "step": 9000
137
  },
138
  {
139
  "epoch": 3.988245172124265,
140
+ "grad_norm": 2.3029682636260986,
141
  "learning_rate": 9.5e-05,
142
+ "loss": 6.4139,
143
  "step": 9500
144
  },
145
  {
146
  "epoch": 4.198152812762385,
147
+ "grad_norm": 2.19469952583313,
148
  "learning_rate": 0.0001,
149
+ "loss": 6.3534,
150
  "step": 10000
151
  },
152
  {
153
  "epoch": 4.198152812762385,
154
+ "eval_accuracy": 0.15103369598486324,
155
+ "eval_loss": 6.31992244720459,
156
+ "eval_runtime": 0.866,
157
+ "eval_samples_per_second": 553.108,
158
+ "eval_steps_per_second": 5.774,
159
  "step": 10000
160
  },
161
  {
162
  "epoch": 4.408060453400504,
163
+ "grad_norm": 1.5890544652938843,
164
  "learning_rate": 9.899091826437942e-05,
165
+ "loss": 6.345,
166
  "step": 10500
167
  },
168
  {
169
  "epoch": 4.617968094038623,
170
+ "grad_norm": 4.346758842468262,
171
  "learning_rate": 9.798183652875883e-05,
172
+ "loss": 6.3315,
173
  "step": 11000
174
  },
175
  {
176
  "epoch": 4.827875734676742,
177
+ "grad_norm": 1.4556849002838135,
178
  "learning_rate": 9.697275479313825e-05,
179
+ "loss": 6.3282,
180
  "step": 11500
181
  },
182
  {
183
  "epoch": 5.037783375314861,
184
+ "grad_norm": 1.899580478668213,
185
  "learning_rate": 9.596367305751767e-05,
186
+ "loss": 6.3036,
187
  "step": 12000
188
  },
189
  {
190
  "epoch": 5.247691015952981,
191
+ "grad_norm": 1.6178083419799805,
192
  "learning_rate": 9.495459132189707e-05,
193
+ "loss": 6.2554,
194
  "step": 12500
195
  },
196
  {
197
  "epoch": 5.4575986565911,
198
+ "grad_norm": 1.2845096588134766,
199
  "learning_rate": 9.394550958627649e-05,
200
+ "loss": 6.2448,
201
  "step": 13000
202
  },
203
  {
204
  "epoch": 5.667506297229219,
205
+ "grad_norm": 2.576080799102783,
206
  "learning_rate": 9.293642785065591e-05,
207
+ "loss": 6.2492,
208
  "step": 13500
209
  },
210
  {
211
  "epoch": 5.877413937867338,
212
+ "grad_norm": 1.3754308223724365,
213
  "learning_rate": 9.192734611503532e-05,
214
+ "loss": 6.237,
215
  "step": 14000
216
  },
217
  {
218
  "epoch": 6.087321578505458,
219
+ "grad_norm": 3.0778098106384277,
220
  "learning_rate": 9.091826437941474e-05,
221
+ "loss": 6.2123,
222
  "step": 14500
223
  },
224
  {
225
  "epoch": 6.297229219143577,
226
+ "grad_norm": 1.8809382915496826,
227
  "learning_rate": 8.990918264379415e-05,
228
+ "loss": 6.1876,
229
  "step": 15000
230
  },
231
  {
232
  "epoch": 6.507136859781696,
233
+ "grad_norm": 1.2240134477615356,
234
  "learning_rate": 8.890010090817356e-05,
235
+ "loss": 6.1805,
236
  "step": 15500
237
  },
238
  {
239
  "epoch": 6.717044500419815,
240
+ "grad_norm": 1.9700826406478882,
241
  "learning_rate": 8.789101917255298e-05,
242
+ "loss": 6.1735,
243
  "step": 16000
244
  },
245
  {
246
  "epoch": 6.926952141057934,
247
+ "grad_norm": 1.0418548583984375,
248
  "learning_rate": 8.68819374369324e-05,
249
+ "loss": 6.1697,
250
  "step": 16500
251
  },
252
  {
253
  "epoch": 7.136859781696054,
254
+ "grad_norm": 1.7506479024887085,
255
  "learning_rate": 8.58728557013118e-05,
256
+ "loss": 6.1395,
257
  "step": 17000
258
  },
259
  {
260
  "epoch": 7.346767422334173,
261
+ "grad_norm": 0.9085572361946106,
262
  "learning_rate": 8.486377396569122e-05,
263
+ "loss": 6.1208,
264
  "step": 17500
265
  },
266
  {
267
  "epoch": 7.5566750629722925,
268
+ "grad_norm": 1.7142499685287476,
269
  "learning_rate": 8.385469223007064e-05,
270
+ "loss": 6.1237,
271
  "step": 18000
272
  },
273
  {
274
  "epoch": 7.766582703610411,
275
+ "grad_norm": 2.2456912994384766,
276
  "learning_rate": 8.284561049445006e-05,
277
+ "loss": 6.1165,
278
  "step": 18500
279
  },
280
  {
281
  "epoch": 7.97649034424853,
282
+ "grad_norm": 1.1050975322723389,
283
  "learning_rate": 8.183652875882947e-05,
284
+ "loss": 6.1185,
285
  "step": 19000
286
  },
287
  {
288
  "epoch": 8.18639798488665,
289
+ "grad_norm": 0.995062530040741,
290
  "learning_rate": 8.082744702320889e-05,
291
+ "loss": 6.0826,
292
  "step": 19500
293
  },
294
  {
295
  "epoch": 8.39630562552477,
296
+ "grad_norm": 1.0620806217193604,
297
  "learning_rate": 7.98183652875883e-05,
298
+ "loss": 6.0866,
299
  "step": 20000
300
  },
301
  {
302
  "epoch": 8.39630562552477,
303
+ "eval_accuracy": 0.15325907011981257,
304
+ "eval_loss": 6.24980354309082,
305
+ "eval_runtime": 0.7949,
306
+ "eval_samples_per_second": 602.593,
307
+ "eval_steps_per_second": 6.29,
308
  "step": 20000
309
  },
310
  {
311
  "epoch": 8.606213266162888,
312
+ "grad_norm": 2.747081756591797,
313
  "learning_rate": 7.880928355196771e-05,
314
+ "loss": 6.074,
315
  "step": 20500
316
  },
317
  {
318
  "epoch": 8.816120906801007,
319
+ "grad_norm": 1.7315388917922974,
320
  "learning_rate": 7.780020181634713e-05,
321
+ "loss": 6.0768,
322
  "step": 21000
323
  },
324
  {
325
  "epoch": 9.026028547439127,
326
+ "grad_norm": 0.9869686365127563,
327
  "learning_rate": 7.679112008072655e-05,
328
+ "loss": 6.0646,
329
  "step": 21500
330
  },
331
  {
332
  "epoch": 9.235936188077247,
333
+ "grad_norm": 1.1722387075424194,
334
  "learning_rate": 7.578203834510595e-05,
335
+ "loss": 6.0443,
336
  "step": 22000
337
  },
338
  {
339
  "epoch": 9.445843828715365,
340
+ "grad_norm": 1.2412378787994385,
341
  "learning_rate": 7.477295660948537e-05,
342
+ "loss": 6.0375,
343
  "step": 22500
344
  },
345
  {
346
  "epoch": 9.655751469353484,
347
+ "grad_norm": 1.4818612337112427,
348
  "learning_rate": 7.376387487386479e-05,
349
+ "loss": 6.0324,
350
  "step": 23000
351
  },
352
  {
353
  "epoch": 9.865659109991604,
354
+ "grad_norm": 0.8582746982574463,
355
  "learning_rate": 7.27547931382442e-05,
356
+ "loss": 6.0322,
357
  "step": 23500
358
  },
359
  {
360
  "epoch": 10.075566750629722,
361
+ "grad_norm": 1.6660131216049194,
362
  "learning_rate": 7.174571140262362e-05,
363
+ "loss": 6.0157,
364
  "step": 24000
365
  },
366
  {
367
  "epoch": 10.285474391267842,
368
+ "grad_norm": 1.989464282989502,
369
  "learning_rate": 7.073662966700304e-05,
370
+ "loss": 6.0099,
371
  "step": 24500
372
  },
373
  {
374
  "epoch": 10.495382031905962,
375
+ "grad_norm": 1.0022387504577637,
376
  "learning_rate": 6.972754793138244e-05,
377
+ "loss": 6.0006,
378
  "step": 25000
379
  },
380
  {
381
  "epoch": 10.705289672544081,
382
+ "grad_norm": 1.2185399532318115,
383
  "learning_rate": 6.871846619576186e-05,
384
+ "loss": 6.0002,
385
  "step": 25500
386
  },
387
  {
388
  "epoch": 10.9151973131822,
389
+ "grad_norm": 2.3096652030944824,
390
  "learning_rate": 6.770938446014128e-05,
391
+ "loss": 6.001,
392
  "step": 26000
393
  },
394
  {
395
  "epoch": 11.125104953820319,
396
+ "grad_norm": 1.4585367441177368,
397
  "learning_rate": 6.670030272452068e-05,
398
+ "loss": 5.9834,
399
  "step": 26500
400
  },
401
  {
402
  "epoch": 11.335012594458439,
403
+ "grad_norm": 0.8468912243843079,
404
  "learning_rate": 6.56912209889001e-05,
405
+ "loss": 5.9767,
406
  "step": 27000
407
  },
408
  {
409
  "epoch": 11.544920235096557,
410
+ "grad_norm": 1.3908807039260864,
411
  "learning_rate": 6.468213925327952e-05,
412
+ "loss": 5.971,
413
  "step": 27500
414
  },
415
  {
416
  "epoch": 11.754827875734676,
417
+ "grad_norm": 1.800117015838623,
418
  "learning_rate": 6.367305751765893e-05,
419
+ "loss": 5.9669,
420
  "step": 28000
421
  },
422
  {
423
  "epoch": 11.964735516372796,
424
+ "grad_norm": 1.4885984659194946,
425
  "learning_rate": 6.266397578203835e-05,
426
+ "loss": 5.9635,
427
  "step": 28500
428
  },
429
  {
430
  "epoch": 12.174643157010916,
431
+ "grad_norm": 0.7347907423973083,
432
  "learning_rate": 6.165489404641777e-05,
433
+ "loss": 5.954,
434
  "step": 29000
435
  },
436
  {
437
  "epoch": 12.384550797649034,
438
+ "grad_norm": 1.437314510345459,
439
  "learning_rate": 6.064581231079718e-05,
440
+ "loss": 5.9428,
441
  "step": 29500
442
  },
443
  {
444
  "epoch": 12.594458438287154,
445
+ "grad_norm": 0.8958004713058472,
446
  "learning_rate": 5.963673057517659e-05,
447
+ "loss": 5.9471,
448
  "step": 30000
449
  },
450
  {
451
  "epoch": 12.594458438287154,
452
+ "eval_accuracy": 0.15510535299549486,
453
+ "eval_loss": 6.205569267272949,
454
+ "eval_runtime": 0.8013,
455
+ "eval_samples_per_second": 597.742,
456
+ "eval_steps_per_second": 6.239,
457
  "step": 30000
458
  },
459
  {
460
  "epoch": 12.804366078925273,
461
+ "grad_norm": 2.1559407711029053,
462
  "learning_rate": 5.8627648839556e-05,
463
+ "loss": 5.9424,
464
  "step": 30500
465
  },
466
  {
467
  "epoch": 13.014273719563391,
468
+ "grad_norm": 0.7265110015869141,
469
  "learning_rate": 5.7618567103935416e-05,
470
+ "loss": 5.9402,
471
  "step": 31000
472
  },
473
  {
474
  "epoch": 13.224181360201511,
475
+ "grad_norm": 2.1399364471435547,
476
  "learning_rate": 5.660948536831484e-05,
477
+ "loss": 5.9276,
478
  "step": 31500
479
  },
480
  {
481
  "epoch": 13.43408900083963,
482
+ "grad_norm": 3.5693092346191406,
483
  "learning_rate": 5.5600403632694254e-05,
484
+ "loss": 5.9228,
485
  "step": 32000
486
  },
487
  {
488
  "epoch": 13.64399664147775,
489
+ "grad_norm": 2.570362091064453,
490
  "learning_rate": 5.4591321897073666e-05,
491
+ "loss": 5.9253,
492
  "step": 32500
493
  },
494
  {
495
  "epoch": 13.853904282115868,
496
+ "grad_norm": 0.8022028803825378,
497
  "learning_rate": 5.358224016145308e-05,
498
+ "loss": 5.9203,
499
  "step": 33000
500
  },
501
  {
502
  "epoch": 14.063811922753988,
503
+ "grad_norm": 0.7353616952896118,
504
  "learning_rate": 5.257315842583249e-05,
505
+ "loss": 5.913,
506
  "step": 33500
507
  },
508
  {
509
  "epoch": 14.273719563392108,
510
+ "grad_norm": 2.391524314880371,
511
  "learning_rate": 5.15640766902119e-05,
512
+ "loss": 5.9068,
513
  "step": 34000
514
  },
515
  {
516
  "epoch": 14.483627204030226,
517
+ "grad_norm": 2.1767020225524902,
518
  "learning_rate": 5.055499495459133e-05,
519
+ "loss": 5.9041,
520
  "step": 34500
521
  },
522
  {
523
  "epoch": 14.693534844668346,
524
+ "grad_norm": 1.295410394668579,
525
  "learning_rate": 4.954591321897074e-05,
526
+ "loss": 5.9022,
527
  "step": 35000
528
  },
529
  {
530
  "epoch": 14.903442485306465,
531
+ "grad_norm": 0.9406413435935974,
532
  "learning_rate": 4.853683148335015e-05,
533
+ "loss": 5.9007,
534
  "step": 35500
535
  },
536
  {
537
  "epoch": 15.113350125944585,
538
+ "grad_norm": 1.7114624977111816,
539
  "learning_rate": 4.7527749747729566e-05,
540
+ "loss": 5.893,
541
  "step": 36000
542
  },
543
  {
544
  "epoch": 15.323257766582703,
545
+ "grad_norm": 0.9910393357276917,
546
  "learning_rate": 4.6518668012108985e-05,
547
+ "loss": 5.8903,
548
  "step": 36500
549
  },
550
  {
551
  "epoch": 15.533165407220823,
552
+ "grad_norm": 0.7706008553504944,
553
  "learning_rate": 4.55095862764884e-05,
554
+ "loss": 5.8853,
555
  "step": 37000
556
  },
557
  {
558
  "epoch": 15.743073047858942,
559
+ "grad_norm": 1.8005712032318115,
560
  "learning_rate": 4.450050454086781e-05,
561
+ "loss": 5.8824,
562
  "step": 37500
563
  },
564
  {
565
  "epoch": 15.95298068849706,
566
+ "grad_norm": 0.9181882739067078,
567
  "learning_rate": 4.349142280524723e-05,
568
+ "loss": 5.8824,
569
  "step": 38000
570
  },
571
  {
572
  "epoch": 16.162888329135182,
573
+ "grad_norm": 0.7467831373214722,
574
  "learning_rate": 4.248234106962664e-05,
575
+ "loss": 5.8783,
576
  "step": 38500
577
  },
578
  {
579
  "epoch": 16.3727959697733,
580
+ "grad_norm": 0.8850783109664917,
581
  "learning_rate": 4.147325933400605e-05,
582
+ "loss": 5.8694,
583
  "step": 39000
584
  },
585
  {
586
  "epoch": 16.582703610411418,
587
+ "grad_norm": 0.8134591579437256,
588
  "learning_rate": 4.046417759838547e-05,
589
+ "loss": 5.8727,
590
  "step": 39500
591
  },
592
  {
593
  "epoch": 16.79261125104954,
594
+ "grad_norm": 0.8487093448638916,
595
  "learning_rate": 3.9455095862764884e-05,
596
+ "loss": 5.862,
597
  "step": 40000
598
  },
599
  {
600
  "epoch": 16.79261125104954,
601
+ "eval_accuracy": 0.15302231692273185,
602
+ "eval_loss": 6.215011119842529,
603
+ "eval_runtime": 0.819,
604
+ "eval_samples_per_second": 584.845,
605
+ "eval_steps_per_second": 6.105,
606
  "step": 40000
607
  },
608
  {
609
  "epoch": 17.002518891687657,
610
+ "grad_norm": 0.820103645324707,
611
  "learning_rate": 3.84460141271443e-05,
612
+ "loss": 5.8684,
613
  "step": 40500
614
  },
615
  {
616
  "epoch": 17.212426532325775,
617
+ "grad_norm": 0.7368544936180115,
618
  "learning_rate": 3.7436932391523715e-05,
619
+ "loss": 5.8585,
620
  "step": 41000
621
  },
622
  {
623
  "epoch": 17.422334172963897,
624
+ "grad_norm": 1.2730772495269775,
625
  "learning_rate": 3.642785065590313e-05,
626
+ "loss": 5.8542,
627
  "step": 41500
628
  },
629
  {
630
  "epoch": 17.632241813602015,
631
+ "grad_norm": 1.0919069051742554,
632
  "learning_rate": 3.541876892028255e-05,
633
+ "loss": 5.857,
634
  "step": 42000
635
  },
636
  {
637
  "epoch": 17.842149454240133,
638
+ "grad_norm": 0.7412800788879395,
639
  "learning_rate": 3.440968718466196e-05,
640
+ "loss": 5.8527,
641
  "step": 42500
642
  },
643
  {
644
  "epoch": 18.052057094878254,
645
+ "grad_norm": 1.8040186166763306,
646
  "learning_rate": 3.340060544904137e-05,
647
+ "loss": 5.8497,
648
  "step": 43000
649
  },
650
  {
651
  "epoch": 18.261964735516372,
652
+ "grad_norm": 0.7469385266304016,
653
  "learning_rate": 3.239152371342079e-05,
654
+ "loss": 5.8419,
655
  "step": 43500
656
  },
657
  {
658
  "epoch": 18.471872376154494,
659
+ "grad_norm": 1.1077488660812378,
660
  "learning_rate": 3.13824419778002e-05,
661
+ "loss": 5.8419,
662
  "step": 44000
663
  },
664
  {
665
  "epoch": 18.68178001679261,
666
+ "grad_norm": 1.1853009462356567,
667
  "learning_rate": 3.0373360242179615e-05,
668
+ "loss": 5.8422,
669
  "step": 44500
670
  },
671
  {
672
  "epoch": 18.89168765743073,
673
+ "grad_norm": 2.191572427749634,
674
  "learning_rate": 2.9364278506559034e-05,
675
+ "loss": 5.8459,
676
  "step": 45000
677
  },
678
  {
679
  "epoch": 19.10159529806885,
680
+ "grad_norm": 0.7320278286933899,
681
  "learning_rate": 2.8355196770938446e-05,
682
+ "loss": 5.8397,
683
  "step": 45500
684
  },
685
  {
686
  "epoch": 19.31150293870697,
687
+ "grad_norm": 0.7785986065864563,
688
  "learning_rate": 2.734611503531786e-05,
689
+ "loss": 5.8294,
690
  "step": 46000
691
  },
692
  {
693
  "epoch": 19.521410579345087,
694
+ "grad_norm": 0.8866362571716309,
695
  "learning_rate": 2.6337033299697278e-05,
696
+ "loss": 5.8299,
697
  "step": 46500
698
  },
699
  {
700
  "epoch": 19.73131821998321,
701
+ "grad_norm": 1.5244886875152588,
702
  "learning_rate": 2.532795156407669e-05,
703
+ "loss": 5.8309,
704
  "step": 47000
705
  },
706
  {
707
  "epoch": 19.941225860621326,
708
+ "grad_norm": 0.7803938984870911,
709
  "learning_rate": 2.4318869828456106e-05,
710
+ "loss": 5.8269,
711
  "step": 47500
712
  },
713
  {
714
  "epoch": 20.151133501259444,
715
+ "grad_norm": 0.8089988231658936,
716
  "learning_rate": 2.330978809283552e-05,
717
+ "loss": 5.8238,
718
  "step": 48000
719
  },
720
  {
721
  "epoch": 20.361041141897566,
722
+ "grad_norm": 0.7548121809959412,
723
  "learning_rate": 2.2300706357214934e-05,
724
+ "loss": 5.8203,
725
  "step": 48500
726
  },
727
  {
728
  "epoch": 20.570948782535684,
729
+ "grad_norm": 0.7919092178344727,
730
  "learning_rate": 2.129162462159435e-05,
731
+ "loss": 5.819,
732
  "step": 49000
733
  },
734
  {
735
  "epoch": 20.7808564231738,
736
+ "grad_norm": 0.7366911172866821,
737
  "learning_rate": 2.0282542885973765e-05,
738
+ "loss": 5.8163,
739
  "step": 49500
740
  },
741
  {
742
  "epoch": 20.990764063811923,
743
+ "grad_norm": 0.768332302570343,
744
  "learning_rate": 1.927346115035318e-05,
745
+ "loss": 5.8189,
746
  "step": 50000
747
  },
748
  {
749
  "epoch": 20.990764063811923,
750
+ "eval_accuracy": 0.15311071859141503,
751
+ "eval_loss": 6.1598076820373535,
752
+ "eval_runtime": 0.8306,
753
+ "eval_samples_per_second": 576.688,
754
+ "eval_steps_per_second": 6.02,
755
  "step": 50000
756
  },
757
  {
758
  "epoch": 21.20067170445004,
759
+ "grad_norm": 0.7508776187896729,
760
  "learning_rate": 1.8264379414732593e-05,
761
+ "loss": 5.8124,
762
  "step": 50500
763
  },
764
  {
765
  "epoch": 21.410579345088163,
766
+ "grad_norm": 0.8071050643920898,
767
  "learning_rate": 1.725529767911201e-05,
768
+ "loss": 5.8136,
769
  "step": 51000
770
  },
771
  {
772
  "epoch": 21.62048698572628,
773
+ "grad_norm": 1.8220573663711548,
774
  "learning_rate": 1.6246215943491424e-05,
775
+ "loss": 5.8131,
776
  "step": 51500
777
  },
778
  {
779
  "epoch": 21.8303946263644,
780
+ "grad_norm": 0.8811066746711731,
781
  "learning_rate": 1.5237134207870837e-05,
782
+ "loss": 5.8105,
783
  "step": 52000
784
  },
785
  {
786
  "epoch": 22.04030226700252,
787
+ "grad_norm": 0.7641807198524475,
788
  "learning_rate": 1.4228052472250252e-05,
789
+ "loss": 5.8103,
790
  "step": 52500
791
  },
792
  {
793
  "epoch": 22.250209907640638,
794
+ "grad_norm": 0.7622039318084717,
795
  "learning_rate": 1.3218970736629668e-05,
796
+ "loss": 5.7994,
797
  "step": 53000
798
  },
799
  {
800
  "epoch": 22.460117548278756,
801
+ "grad_norm": 0.7833624482154846,
802
  "learning_rate": 1.2209889001009082e-05,
803
+ "loss": 5.8041,
804
  "step": 53500
805
  },
806
  {
807
  "epoch": 22.670025188916878,
808
+ "grad_norm": 0.7755321860313416,
809
  "learning_rate": 1.1200807265388496e-05,
810
+ "loss": 5.8056,
811
  "step": 54000
812
  },
813
  {
814
  "epoch": 22.879932829554996,
815
+ "grad_norm": 3.2827467918395996,
816
  "learning_rate": 1.0191725529767912e-05,
817
+ "loss": 5.8017,
818
  "step": 54500
819
  },
820
  {
821
  "epoch": 23.089840470193113,
822
+ "grad_norm": 1.9679166078567505,
823
  "learning_rate": 9.182643794147326e-06,
824
+ "loss": 5.8,
825
  "step": 55000
826
  },
827
  {
828
  "epoch": 23.299748110831235,
829
+ "grad_norm": 0.7793216705322266,
830
  "learning_rate": 8.173562058526741e-06,
831
+ "loss": 5.7998,
832
  "step": 55500
833
  },
834
  {
835
  "epoch": 23.509655751469353,
836
+ "grad_norm": 0.7761842608451843,
837
  "learning_rate": 7.164480322906156e-06,
838
+ "loss": 5.7984,
839
  "step": 56000
840
  },
841
  {
842
  "epoch": 23.719563392107474,
843
+ "grad_norm": 0.7610192894935608,
844
  "learning_rate": 6.155398587285571e-06,
845
+ "loss": 5.7934,
846
  "step": 56500
847
  },
848
  {
849
  "epoch": 23.929471032745592,
850
+ "grad_norm": 0.7657565474510193,
851
  "learning_rate": 5.146316851664986e-06,
852
+ "loss": 5.7973,
853
  "step": 57000
854
  },
855
  {
856
  "epoch": 24.13937867338371,
857
+ "grad_norm": 0.7501471042633057,
858
  "learning_rate": 4.1372351160444e-06,
859
+ "loss": 5.7937,
860
  "step": 57500
861
  },
862
  {
863
  "epoch": 24.349286314021832,
864
+ "grad_norm": 0.7807060480117798,
865
  "learning_rate": 3.1281533804238145e-06,
866
+ "loss": 5.7962,
867
  "step": 58000
868
  },
869
  {
870
  "epoch": 24.55919395465995,
871
+ "grad_norm": 0.7652791738510132,
872
  "learning_rate": 2.1190716448032293e-06,
873
+ "loss": 5.7912,
874
  "step": 58500
875
  },
876
  {
877
  "epoch": 24.769101595298068,
878
+ "grad_norm": 0.7461200952529907,
879
  "learning_rate": 1.109989909182644e-06,
880
+ "loss": 5.7923,
881
  "step": 59000
882
  },
883
  {
884
  "epoch": 24.97900923593619,
885
+ "grad_norm": 0.7574649453163147,
886
  "learning_rate": 1.0090817356205853e-07,
887
+ "loss": 5.7921,
888
  "step": 59500
889
  },
890
  {
891
  "epoch": 25.0,
892
  "step": 59550,
893
  "total_flos": 7.68154255975296e+17,
894
+ "train_loss": 6.137595424443909,
895
+ "train_runtime": 16763.2895,
896
+ "train_samples_per_second": 340.982,
897
  "train_steps_per_second": 3.552
898
  }
899
  ],