Hartunka commited on
Commit
59414ea
·
verified ·
1 Parent(s): f8e65c3

End of training

Browse files
Files changed (5) hide show
  1. README.md +16 -4
  2. all_results.json +10 -10
  3. eval_results.json +6 -6
  4. train_results.json +4 -4
  5. trainer_state.json +267 -267
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: bert_base_rand_10_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
  # bert_base_rand_10_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: 11.1017
20
- - Accuracy: 0.1508
21
 
22
  ## Model description
23
 
 
2
  library_name: transformers
3
  tags:
4
  - generated_from_trainer
5
+ datasets:
6
+ - Hartunka/processed_wikitext-103-raw-v1-rand-10_v2
7
  metrics:
8
  - accuracy
9
  model-index:
10
  - name: bert_base_rand_10_v2
11
+ results:
12
+ - task:
13
+ name: Masked Language Modeling
14
+ type: fill-mask
15
+ dataset:
16
+ name: Hartunka/processed_wikitext-103-raw-v1-rand-10_v2
17
+ type: Hartunka/processed_wikitext-103-raw-v1-rand-10_v2
18
+ metrics:
19
+ - name: Accuracy
20
+ type: accuracy
21
+ value: 0.15282251229021868
22
  ---
23
 
24
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
 
26
 
27
  # bert_base_rand_10_v2
28
 
29
+ This model is a fine-tuned version of [](https://huggingface.co/) on the Hartunka/processed_wikitext-103-raw-v1-rand-10_v2 dataset.
30
  It achieves the following results on the evaluation set:
31
+ - Loss: 8.3712
32
+ - Accuracy: 0.1528
33
 
34
  ## Model description
35
 
all_results.json CHANGED
@@ -1,16 +1,16 @@
1
  {
2
  "epoch": 25.0,
3
- "eval_accuracy": 0.15268124540882635,
4
- "eval_loss": 8.355876922607422,
5
- "eval_runtime": 1.0307,
6
  "eval_samples": 479,
7
- "eval_samples_per_second": 464.734,
8
- "eval_steps_per_second": 4.851,
9
- "perplexity": 4255.114382745165,
10
  "total_flos": 1.5149776477860864e+18,
11
- "train_loss": 7.332706870744451,
12
- "train_runtime": 24796.9574,
13
  "train_samples": 228639,
14
- "train_samples_per_second": 230.511,
15
- "train_steps_per_second": 2.402
16
  }
 
1
  {
2
  "epoch": 25.0,
3
+ "eval_accuracy": 0.15282251229021868,
4
+ "eval_loss": 8.3711576461792,
5
+ "eval_runtime": 1.0257,
6
  "eval_samples": 479,
7
+ "eval_samples_per_second": 466.98,
8
+ "eval_steps_per_second": 4.875,
9
+ "perplexity": 4320.634935200771,
10
  "total_flos": 1.5149776477860864e+18,
11
+ "train_loss": 7.298674304619444,
12
+ "train_runtime": 24656.8275,
13
  "train_samples": 228639,
14
+ "train_samples_per_second": 231.821,
15
+ "train_steps_per_second": 2.415
16
  }
eval_results.json CHANGED
@@ -1,10 +1,10 @@
1
  {
2
  "epoch": 25.0,
3
- "eval_accuracy": 0.15268124540882635,
4
- "eval_loss": 8.355876922607422,
5
- "eval_runtime": 1.0307,
6
  "eval_samples": 479,
7
- "eval_samples_per_second": 464.734,
8
- "eval_steps_per_second": 4.851,
9
- "perplexity": 4255.114382745165
10
  }
 
1
  {
2
  "epoch": 25.0,
3
+ "eval_accuracy": 0.15282251229021868,
4
+ "eval_loss": 8.3711576461792,
5
+ "eval_runtime": 1.0257,
6
  "eval_samples": 479,
7
+ "eval_samples_per_second": 466.98,
8
+ "eval_steps_per_second": 4.875,
9
+ "perplexity": 4320.634935200771
10
  }
train_results.json CHANGED
@@ -1,9 +1,9 @@
1
  {
2
  "epoch": 25.0,
3
  "total_flos": 1.5149776477860864e+18,
4
- "train_loss": 7.332706870744451,
5
- "train_runtime": 24796.9574,
6
  "train_samples": 228639,
7
- "train_samples_per_second": 230.511,
8
- "train_steps_per_second": 2.402
9
  }
 
1
  {
2
  "epoch": 25.0,
3
  "total_flos": 1.5149776477860864e+18,
4
+ "train_loss": 7.298674304619444,
5
+ "train_runtime": 24656.8275,
6
  "train_samples": 228639,
7
+ "train_samples_per_second": 231.821,
8
+ "train_steps_per_second": 2.415
9
  }
trainer_state.json CHANGED
@@ -1,6 +1,6 @@
1
  {
2
  "best_global_step": 10000,
3
- "best_metric": 8.353975296020508,
4
  "best_model_checkpoint": "bert_base_rand_10_v2/checkpoint-10000",
5
  "epoch": 25.0,
6
  "eval_steps": 10000,
@@ -11,890 +11,890 @@
11
  "log_history": [
12
  {
13
  "epoch": 0.20990764063811923,
14
- "grad_norm": 2.7386207580566406,
15
  "learning_rate": 5e-06,
16
- "loss": 11.5311,
17
  "step": 500
18
  },
19
  {
20
  "epoch": 0.41981528127623846,
21
- "grad_norm": 2.343797206878662,
22
  "learning_rate": 1e-05,
23
- "loss": 9.8497,
24
  "step": 1000
25
  },
26
  {
27
  "epoch": 0.6297229219143576,
28
- "grad_norm": 2.4195940494537354,
29
  "learning_rate": 1.5e-05,
30
- "loss": 9.3046,
31
  "step": 1500
32
  },
33
  {
34
  "epoch": 0.8396305625524769,
35
- "grad_norm": 2.4725236892700195,
36
  "learning_rate": 2e-05,
37
- "loss": 9.147,
38
  "step": 2000
39
  },
40
  {
41
  "epoch": 1.0495382031905962,
42
- "grad_norm": 2.195281505584717,
43
  "learning_rate": 2.5e-05,
44
- "loss": 9.0266,
45
  "step": 2500
46
  },
47
  {
48
  "epoch": 1.2594458438287153,
49
- "grad_norm": 2.7833189964294434,
50
  "learning_rate": 3e-05,
51
- "loss": 8.9158,
52
  "step": 3000
53
  },
54
  {
55
  "epoch": 1.4693534844668346,
56
- "grad_norm": 2.8701202869415283,
57
  "learning_rate": 3.5e-05,
58
- "loss": 8.8255,
59
  "step": 3500
60
  },
61
  {
62
  "epoch": 1.6792611251049538,
63
- "grad_norm": 2.5824337005615234,
64
  "learning_rate": 4e-05,
65
- "loss": 8.7586,
66
  "step": 4000
67
  },
68
  {
69
  "epoch": 1.8891687657430731,
70
- "grad_norm": 1.4923522472381592,
71
  "learning_rate": 4.5e-05,
72
- "loss": 8.7001,
73
  "step": 4500
74
  },
75
  {
76
  "epoch": 2.0990764063811924,
77
- "grad_norm": 2.264029026031494,
78
  "learning_rate": 5e-05,
79
- "loss": 8.65,
80
  "step": 5000
81
  },
82
  {
83
  "epoch": 2.3089840470193117,
84
- "grad_norm": 2.5837624073028564,
85
  "learning_rate": 5.500000000000001e-05,
86
- "loss": 8.6083,
87
  "step": 5500
88
  },
89
  {
90
  "epoch": 2.5188916876574305,
91
- "grad_norm": 3.833742618560791,
92
  "learning_rate": 6e-05,
93
- "loss": 8.5711,
94
  "step": 6000
95
  },
96
  {
97
  "epoch": 2.72879932829555,
98
- "grad_norm": 2.1671464443206787,
99
  "learning_rate": 6.500000000000001e-05,
100
- "loss": 8.5378,
101
  "step": 6500
102
  },
103
  {
104
  "epoch": 2.938706968933669,
105
- "grad_norm": 2.455141544342041,
106
  "learning_rate": 7e-05,
107
- "loss": 8.5089,
108
  "step": 7000
109
  },
110
  {
111
  "epoch": 3.1486146095717884,
112
- "grad_norm": 2.34185528755188,
113
  "learning_rate": 7.500000000000001e-05,
114
- "loss": 8.4854,
115
  "step": 7500
116
  },
117
  {
118
  "epoch": 3.3585222502099077,
119
- "grad_norm": 2.6939852237701416,
120
  "learning_rate": 8e-05,
121
- "loss": 8.4633,
122
  "step": 8000
123
  },
124
  {
125
  "epoch": 3.568429890848027,
126
- "grad_norm": 2.867020845413208,
127
  "learning_rate": 8.5e-05,
128
- "loss": 8.4461,
129
  "step": 8500
130
  },
131
  {
132
  "epoch": 3.7783375314861463,
133
- "grad_norm": 2.205739736557007,
134
  "learning_rate": 9e-05,
135
- "loss": 8.4208,
136
  "step": 9000
137
  },
138
  {
139
  "epoch": 3.988245172124265,
140
- "grad_norm": 2.926563262939453,
141
  "learning_rate": 9.5e-05,
142
  "loss": 8.4024,
143
  "step": 9500
144
  },
145
  {
146
  "epoch": 4.198152812762385,
147
- "grad_norm": 3.00920033454895,
148
  "learning_rate": 0.0001,
149
- "loss": 8.37,
150
  "step": 10000
151
  },
152
  {
153
  "epoch": 4.198152812762385,
154
- "eval_accuracy": 0.15067197195247503,
155
- "eval_loss": 8.353975296020508,
156
- "eval_runtime": 1.0372,
157
- "eval_samples_per_second": 461.815,
158
- "eval_steps_per_second": 4.821,
159
  "step": 10000
160
  },
161
  {
162
  "epoch": 4.408060453400504,
163
- "grad_norm": 3.1034252643585205,
164
  "learning_rate": 9.899091826437942e-05,
165
- "loss": 8.3583,
166
  "step": 10500
167
  },
168
  {
169
  "epoch": 4.617968094038623,
170
- "grad_norm": 2.8090872764587402,
171
  "learning_rate": 9.798183652875883e-05,
172
- "loss": 8.3412,
173
  "step": 11000
174
  },
175
  {
176
  "epoch": 4.827875734676742,
177
- "grad_norm": 3.098296880722046,
178
  "learning_rate": 9.697275479313825e-05,
179
- "loss": 8.3346,
180
  "step": 11500
181
  },
182
  {
183
  "epoch": 5.037783375314861,
184
- "grad_norm": 3.6177151203155518,
185
  "learning_rate": 9.596367305751767e-05,
186
- "loss": 8.3095,
187
  "step": 12000
188
  },
189
  {
190
  "epoch": 5.247691015952981,
191
- "grad_norm": 2.9146227836608887,
192
  "learning_rate": 9.495459132189707e-05,
193
- "loss": 8.2474,
194
  "step": 12500
195
  },
196
  {
197
  "epoch": 5.4575986565911,
198
- "grad_norm": 2.585206985473633,
199
  "learning_rate": 9.394550958627649e-05,
200
- "loss": 8.249,
201
  "step": 13000
202
  },
203
  {
204
  "epoch": 5.667506297229219,
205
- "grad_norm": 3.3508150577545166,
206
  "learning_rate": 9.293642785065591e-05,
207
- "loss": 8.2504,
208
  "step": 13500
209
  },
210
  {
211
  "epoch": 5.877413937867338,
212
- "grad_norm": 2.227829933166504,
213
  "learning_rate": 9.192734611503532e-05,
214
- "loss": 8.2453,
215
  "step": 14000
216
  },
217
  {
218
  "epoch": 6.087321578505458,
219
- "grad_norm": 2.9316141605377197,
220
  "learning_rate": 9.091826437941474e-05,
221
- "loss": 8.1971,
222
  "step": 14500
223
  },
224
  {
225
  "epoch": 6.297229219143577,
226
- "grad_norm": 3.4122517108917236,
227
  "learning_rate": 8.990918264379415e-05,
228
- "loss": 8.158,
229
  "step": 15000
230
  },
231
  {
232
  "epoch": 6.507136859781696,
233
- "grad_norm": 3.834278106689453,
234
  "learning_rate": 8.890010090817356e-05,
235
- "loss": 8.159,
236
  "step": 15500
237
  },
238
  {
239
  "epoch": 6.717044500419815,
240
- "grad_norm": 3.4940927028656006,
241
  "learning_rate": 8.789101917255298e-05,
242
- "loss": 8.1764,
243
  "step": 16000
244
  },
245
  {
246
  "epoch": 6.926952141057934,
247
- "grad_norm": 3.1475300788879395,
248
  "learning_rate": 8.68819374369324e-05,
249
- "loss": 8.1736,
250
  "step": 16500
251
  },
252
  {
253
  "epoch": 7.136859781696054,
254
- "grad_norm": 2.9396891593933105,
255
  "learning_rate": 8.58728557013118e-05,
256
- "loss": 8.094,
257
  "step": 17000
258
  },
259
  {
260
  "epoch": 7.346767422334173,
261
- "grad_norm": 3.0760741233825684,
262
  "learning_rate": 8.486377396569122e-05,
263
- "loss": 8.0627,
264
  "step": 17500
265
  },
266
  {
267
  "epoch": 7.5566750629722925,
268
- "grad_norm": 2.9063827991485596,
269
  "learning_rate": 8.385469223007064e-05,
270
- "loss": 8.0774,
271
  "step": 18000
272
  },
273
  {
274
  "epoch": 7.766582703610411,
275
- "grad_norm": 3.3095574378967285,
276
  "learning_rate": 8.284561049445006e-05,
277
- "loss": 8.0906,
278
  "step": 18500
279
  },
280
  {
281
  "epoch": 7.97649034424853,
282
- "grad_norm": 3.671017646789551,
283
  "learning_rate": 8.183652875882947e-05,
284
- "loss": 8.0912,
285
  "step": 19000
286
  },
287
  {
288
  "epoch": 8.18639798488665,
289
- "grad_norm": 3.6357405185699463,
290
  "learning_rate": 8.082744702320889e-05,
291
- "loss": 7.9367,
292
  "step": 19500
293
  },
294
  {
295
  "epoch": 8.39630562552477,
296
- "grad_norm": 3.9633190631866455,
297
  "learning_rate": 7.98183652875883e-05,
298
- "loss": 7.9402,
299
  "step": 20000
300
  },
301
  {
302
  "epoch": 8.39630562552477,
303
- "eval_accuracy": 0.15191223098291198,
304
- "eval_loss": 8.597428321838379,
305
- "eval_runtime": 1.0203,
306
- "eval_samples_per_second": 469.451,
307
- "eval_steps_per_second": 4.9,
308
  "step": 20000
309
  },
310
  {
311
  "epoch": 8.606213266162888,
312
- "grad_norm": 3.9242844581604004,
313
  "learning_rate": 7.880928355196771e-05,
314
- "loss": 7.948,
315
  "step": 20500
316
  },
317
  {
318
  "epoch": 8.816120906801007,
319
- "grad_norm": 3.322613477706909,
320
  "learning_rate": 7.780020181634713e-05,
321
- "loss": 7.9675,
322
  "step": 21000
323
  },
324
  {
325
  "epoch": 9.026028547439127,
326
- "grad_norm": 4.762775897979736,
327
  "learning_rate": 7.679112008072655e-05,
328
- "loss": 7.9288,
329
  "step": 21500
330
  },
331
  {
332
  "epoch": 9.235936188077247,
333
- "grad_norm": 4.790997505187988,
334
  "learning_rate": 7.578203834510595e-05,
335
- "loss": 7.696,
336
  "step": 22000
337
  },
338
  {
339
  "epoch": 9.445843828715365,
340
- "grad_norm": 5.435602188110352,
341
  "learning_rate": 7.477295660948537e-05,
342
- "loss": 7.7155,
343
  "step": 22500
344
  },
345
  {
346
  "epoch": 9.655751469353484,
347
- "grad_norm": 4.448131084442139,
348
  "learning_rate": 7.376387487386479e-05,
349
- "loss": 7.7444,
350
  "step": 23000
351
  },
352
  {
353
  "epoch": 9.865659109991604,
354
- "grad_norm": 5.873594284057617,
355
  "learning_rate": 7.27547931382442e-05,
356
- "loss": 7.7417,
357
  "step": 23500
358
  },
359
  {
360
  "epoch": 10.075566750629722,
361
- "grad_norm": 6.450915813446045,
362
  "learning_rate": 7.174571140262362e-05,
363
- "loss": 7.6323,
364
  "step": 24000
365
  },
366
  {
367
  "epoch": 10.285474391267842,
368
- "grad_norm": 5.398285388946533,
369
  "learning_rate": 7.073662966700304e-05,
370
- "loss": 7.4505,
371
  "step": 24500
372
  },
373
  {
374
  "epoch": 10.495382031905962,
375
- "grad_norm": 6.161104679107666,
376
  "learning_rate": 6.972754793138244e-05,
377
- "loss": 7.463,
378
  "step": 25000
379
  },
380
  {
381
  "epoch": 10.705289672544081,
382
- "grad_norm": 6.576310157775879,
383
  "learning_rate": 6.871846619576186e-05,
384
- "loss": 7.4863,
385
  "step": 25500
386
  },
387
  {
388
  "epoch": 10.9151973131822,
389
- "grad_norm": 5.577183723449707,
390
  "learning_rate": 6.770938446014128e-05,
391
- "loss": 7.5076,
392
  "step": 26000
393
  },
394
  {
395
  "epoch": 11.125104953820319,
396
- "grad_norm": 5.695350170135498,
397
  "learning_rate": 6.670030272452068e-05,
398
- "loss": 7.3367,
399
  "step": 26500
400
  },
401
  {
402
  "epoch": 11.335012594458439,
403
- "grad_norm": 7.413161754608154,
404
  "learning_rate": 6.56912209889001e-05,
405
- "loss": 7.2485,
406
  "step": 27000
407
  },
408
  {
409
  "epoch": 11.544920235096557,
410
- "grad_norm": 7.09622859954834,
411
  "learning_rate": 6.468213925327952e-05,
412
- "loss": 7.2704,
413
  "step": 27500
414
  },
415
  {
416
  "epoch": 11.754827875734676,
417
- "grad_norm": 6.137447834014893,
418
  "learning_rate": 6.367305751765893e-05,
419
- "loss": 7.287,
420
  "step": 28000
421
  },
422
  {
423
  "epoch": 11.964735516372796,
424
- "grad_norm": 6.190756797790527,
425
  "learning_rate": 6.266397578203835e-05,
426
- "loss": 7.3065,
427
  "step": 28500
428
  },
429
  {
430
  "epoch": 12.174643157010916,
431
- "grad_norm": 5.271512031555176,
432
  "learning_rate": 6.165489404641777e-05,
433
- "loss": 7.101,
434
  "step": 29000
435
  },
436
  {
437
  "epoch": 12.384550797649034,
438
- "grad_norm": 7.171426296234131,
439
  "learning_rate": 6.064581231079718e-05,
440
- "loss": 7.0708,
441
  "step": 29500
442
  },
443
  {
444
  "epoch": 12.594458438287154,
445
- "grad_norm": 6.148562431335449,
446
  "learning_rate": 5.963673057517659e-05,
447
- "loss": 7.1082,
448
  "step": 30000
449
  },
450
  {
451
  "epoch": 12.594458438287154,
452
- "eval_accuracy": 0.15309063435654924,
453
- "eval_loss": 9.577547073364258,
454
- "eval_runtime": 1.1962,
455
- "eval_samples_per_second": 400.438,
456
- "eval_steps_per_second": 4.18,
457
  "step": 30000
458
  },
459
  {
460
  "epoch": 12.804366078925273,
461
- "grad_norm": 6.524195194244385,
462
  "learning_rate": 5.8627648839556e-05,
463
- "loss": 7.1284,
464
  "step": 30500
465
  },
466
  {
467
  "epoch": 13.014273719563391,
468
- "grad_norm": 5.461683750152588,
469
  "learning_rate": 5.7618567103935416e-05,
470
- "loss": 7.1167,
471
  "step": 31000
472
  },
473
  {
474
  "epoch": 13.224181360201511,
475
- "grad_norm": 5.116941452026367,
476
  "learning_rate": 5.660948536831484e-05,
477
- "loss": 6.9099,
478
  "step": 31500
479
  },
480
  {
481
  "epoch": 13.43408900083963,
482
- "grad_norm": 7.876025676727295,
483
  "learning_rate": 5.5600403632694254e-05,
484
- "loss": 6.9343,
485
  "step": 32000
486
  },
487
  {
488
  "epoch": 13.64399664147775,
489
- "grad_norm": 6.082109451293945,
490
  "learning_rate": 5.4591321897073666e-05,
491
- "loss": 6.9668,
492
  "step": 32500
493
  },
494
  {
495
  "epoch": 13.853904282115868,
496
- "grad_norm": 6.903444290161133,
497
  "learning_rate": 5.358224016145308e-05,
498
- "loss": 6.9685,
499
  "step": 33000
500
  },
501
  {
502
  "epoch": 14.063811922753988,
503
- "grad_norm": 5.676742076873779,
504
  "learning_rate": 5.257315842583249e-05,
505
- "loss": 6.9083,
506
  "step": 33500
507
  },
508
  {
509
  "epoch": 14.273719563392108,
510
- "grad_norm": 8.090641021728516,
511
  "learning_rate": 5.15640766902119e-05,
512
- "loss": 6.7851,
513
  "step": 34000
514
  },
515
  {
516
  "epoch": 14.483627204030226,
517
- "grad_norm": 7.927946090698242,
518
  "learning_rate": 5.055499495459133e-05,
519
- "loss": 6.808,
520
  "step": 34500
521
  },
522
  {
523
  "epoch": 14.693534844668346,
524
- "grad_norm": 5.399305820465088,
525
  "learning_rate": 4.954591321897074e-05,
526
- "loss": 6.8176,
527
  "step": 35000
528
  },
529
  {
530
  "epoch": 14.903442485306465,
531
- "grad_norm": 7.270740032196045,
532
  "learning_rate": 4.853683148335015e-05,
533
- "loss": 6.8321,
534
  "step": 35500
535
  },
536
  {
537
  "epoch": 15.113350125944585,
538
- "grad_norm": 6.8463358879089355,
539
  "learning_rate": 4.7527749747729566e-05,
540
- "loss": 6.739,
541
  "step": 36000
542
  },
543
  {
544
  "epoch": 15.323257766582703,
545
- "grad_norm": 8.434353828430176,
546
  "learning_rate": 4.6518668012108985e-05,
547
- "loss": 6.6743,
548
  "step": 36500
549
  },
550
  {
551
  "epoch": 15.533165407220823,
552
- "grad_norm": 5.886655807495117,
553
  "learning_rate": 4.55095862764884e-05,
554
- "loss": 6.6907,
555
  "step": 37000
556
  },
557
  {
558
  "epoch": 15.743073047858942,
559
- "grad_norm": 9.10944938659668,
560
  "learning_rate": 4.450050454086781e-05,
561
- "loss": 6.7091,
562
  "step": 37500
563
  },
564
  {
565
  "epoch": 15.95298068849706,
566
- "grad_norm": 8.006986618041992,
567
  "learning_rate": 4.349142280524723e-05,
568
- "loss": 6.7187,
569
  "step": 38000
570
  },
571
  {
572
  "epoch": 16.162888329135182,
573
- "grad_norm": 6.354709625244141,
574
  "learning_rate": 4.248234106962664e-05,
575
- "loss": 6.6063,
576
  "step": 38500
577
  },
578
  {
579
  "epoch": 16.3727959697733,
580
- "grad_norm": 8.193419456481934,
581
  "learning_rate": 4.147325933400605e-05,
582
- "loss": 6.5956,
583
  "step": 39000
584
  },
585
  {
586
  "epoch": 16.582703610411418,
587
- "grad_norm": 9.004114151000977,
588
  "learning_rate": 4.046417759838547e-05,
589
- "loss": 6.5984,
590
  "step": 39500
591
  },
592
  {
593
  "epoch": 16.79261125104954,
594
- "grad_norm": 6.446766376495361,
595
  "learning_rate": 3.9455095862764884e-05,
596
- "loss": 6.6025,
597
  "step": 40000
598
  },
599
  {
600
  "epoch": 16.79261125104954,
601
- "eval_accuracy": 0.15192889985421107,
602
- "eval_loss": 10.42084789276123,
603
- "eval_runtime": 1.0275,
604
- "eval_samples_per_second": 466.195,
605
- "eval_steps_per_second": 4.866,
606
  "step": 40000
607
  },
608
  {
609
  "epoch": 17.002518891687657,
610
- "grad_norm": 6.60426664352417,
611
  "learning_rate": 3.84460141271443e-05,
612
- "loss": 6.6194,
613
  "step": 40500
614
  },
615
  {
616
  "epoch": 17.212426532325775,
617
- "grad_norm": 7.228277206420898,
618
  "learning_rate": 3.7436932391523715e-05,
619
- "loss": 6.5066,
620
  "step": 41000
621
  },
622
  {
623
  "epoch": 17.422334172963897,
624
- "grad_norm": 8.09839916229248,
625
  "learning_rate": 3.642785065590313e-05,
626
- "loss": 6.5231,
627
  "step": 41500
628
  },
629
  {
630
  "epoch": 17.632241813602015,
631
- "grad_norm": 6.092846393585205,
632
  "learning_rate": 3.541876892028255e-05,
633
- "loss": 6.5291,
634
  "step": 42000
635
  },
636
  {
637
  "epoch": 17.842149454240133,
638
- "grad_norm": 7.129655838012695,
639
  "learning_rate": 3.440968718466196e-05,
640
- "loss": 6.5341,
641
  "step": 42500
642
  },
643
  {
644
  "epoch": 18.052057094878254,
645
- "grad_norm": 4.712491035461426,
646
  "learning_rate": 3.340060544904137e-05,
647
- "loss": 6.5046,
648
  "step": 43000
649
  },
650
  {
651
  "epoch": 18.261964735516372,
652
- "grad_norm": 5.977617263793945,
653
  "learning_rate": 3.239152371342079e-05,
654
- "loss": 6.4385,
655
  "step": 43500
656
  },
657
  {
658
  "epoch": 18.471872376154494,
659
- "grad_norm": 8.676977157592773,
660
  "learning_rate": 3.13824419778002e-05,
661
- "loss": 6.445,
662
  "step": 44000
663
  },
664
  {
665
  "epoch": 18.68178001679261,
666
- "grad_norm": 6.589122295379639,
667
  "learning_rate": 3.0373360242179615e-05,
668
- "loss": 6.4603,
669
  "step": 44500
670
  },
671
  {
672
  "epoch": 18.89168765743073,
673
- "grad_norm": 5.998814582824707,
674
  "learning_rate": 2.9364278506559034e-05,
675
- "loss": 6.4607,
676
  "step": 45000
677
  },
678
  {
679
  "epoch": 19.10159529806885,
680
- "grad_norm": 5.517434120178223,
681
  "learning_rate": 2.8355196770938446e-05,
682
- "loss": 6.4095,
683
  "step": 45500
684
  },
685
  {
686
  "epoch": 19.31150293870697,
687
- "grad_norm": 6.569741725921631,
688
  "learning_rate": 2.734611503531786e-05,
689
- "loss": 6.3718,
690
  "step": 46000
691
  },
692
  {
693
  "epoch": 19.521410579345087,
694
- "grad_norm": 5.036622047424316,
695
  "learning_rate": 2.6337033299697278e-05,
696
- "loss": 6.3688,
697
  "step": 46500
698
  },
699
  {
700
  "epoch": 19.73131821998321,
701
- "grad_norm": 7.818873405456543,
702
  "learning_rate": 2.532795156407669e-05,
703
- "loss": 6.3726,
704
  "step": 47000
705
  },
706
  {
707
  "epoch": 19.941225860621326,
708
- "grad_norm": 5.3081955909729,
709
  "learning_rate": 2.4318869828456106e-05,
710
- "loss": 6.3741,
711
  "step": 47500
712
  },
713
  {
714
  "epoch": 20.151133501259444,
715
- "grad_norm": 5.733414173126221,
716
  "learning_rate": 2.330978809283552e-05,
717
- "loss": 6.3229,
718
  "step": 48000
719
  },
720
  {
721
  "epoch": 20.361041141897566,
722
- "grad_norm": 9.06678295135498,
723
  "learning_rate": 2.2300706357214934e-05,
724
- "loss": 6.2961,
725
  "step": 48500
726
  },
727
  {
728
  "epoch": 20.570948782535684,
729
- "grad_norm": 4.187677383422852,
730
  "learning_rate": 2.129162462159435e-05,
731
- "loss": 6.2937,
732
  "step": 49000
733
  },
734
  {
735
  "epoch": 20.7808564231738,
736
- "grad_norm": 8.01919174194336,
737
  "learning_rate": 2.0282542885973765e-05,
738
- "loss": 6.2997,
739
  "step": 49500
740
  },
741
  {
742
  "epoch": 20.990764063811923,
743
- "grad_norm": 4.963134288787842,
744
  "learning_rate": 1.927346115035318e-05,
745
- "loss": 6.2995,
746
  "step": 50000
747
  },
748
  {
749
  "epoch": 20.990764063811923,
750
- "eval_accuracy": 0.1519331595031822,
751
- "eval_loss": 11.06142520904541,
752
- "eval_runtime": 1.0136,
753
- "eval_samples_per_second": 472.594,
754
- "eval_steps_per_second": 4.933,
755
  "step": 50000
756
  },
757
  {
758
  "epoch": 21.20067170445004,
759
- "grad_norm": 10.060037612915039,
760
  "learning_rate": 1.8264379414732593e-05,
761
- "loss": 6.2277,
762
  "step": 50500
763
  },
764
  {
765
  "epoch": 21.410579345088163,
766
- "grad_norm": 3.576784372329712,
767
  "learning_rate": 1.725529767911201e-05,
768
- "loss": 6.2332,
769
  "step": 51000
770
  },
771
  {
772
  "epoch": 21.62048698572628,
773
- "grad_norm": 7.847463607788086,
774
  "learning_rate": 1.6246215943491424e-05,
775
- "loss": 6.2321,
776
  "step": 51500
777
  },
778
  {
779
  "epoch": 21.8303946263644,
780
- "grad_norm": 5.3019232749938965,
781
  "learning_rate": 1.5237134207870837e-05,
782
- "loss": 6.232,
783
  "step": 52000
784
  },
785
  {
786
  "epoch": 22.04030226700252,
787
- "grad_norm": 3.935030937194824,
788
  "learning_rate": 1.4228052472250252e-05,
789
- "loss": 6.2224,
790
  "step": 52500
791
  },
792
  {
793
  "epoch": 22.250209907640638,
794
- "grad_norm": 3.691894054412842,
795
  "learning_rate": 1.3218970736629668e-05,
796
- "loss": 6.1747,
797
  "step": 53000
798
  },
799
  {
800
  "epoch": 22.460117548278756,
801
- "grad_norm": 7.271762847900391,
802
  "learning_rate": 1.2209889001009082e-05,
803
- "loss": 6.1786,
804
  "step": 53500
805
  },
806
  {
807
  "epoch": 22.670025188916878,
808
- "grad_norm": 3.5396854877471924,
809
  "learning_rate": 1.1200807265388496e-05,
810
- "loss": 6.182,
811
  "step": 54000
812
  },
813
  {
814
  "epoch": 22.879932829554996,
815
- "grad_norm": 2.217651128768921,
816
  "learning_rate": 1.0191725529767912e-05,
817
- "loss": 6.1654,
818
  "step": 54500
819
  },
820
  {
821
  "epoch": 23.089840470193113,
822
- "grad_norm": 7.711702346801758,
823
  "learning_rate": 9.182643794147326e-06,
824
- "loss": 6.1587,
825
  "step": 55000
826
  },
827
  {
828
  "epoch": 23.299748110831235,
829
- "grad_norm": 6.7426981925964355,
830
  "learning_rate": 8.173562058526741e-06,
831
- "loss": 6.1373,
832
  "step": 55500
833
  },
834
  {
835
  "epoch": 23.509655751469353,
836
- "grad_norm": 3.855668544769287,
837
  "learning_rate": 7.164480322906156e-06,
838
- "loss": 6.1439,
839
  "step": 56000
840
  },
841
  {
842
  "epoch": 23.719563392107474,
843
- "grad_norm": 3.8093292713165283,
844
  "learning_rate": 6.155398587285571e-06,
845
- "loss": 6.1323,
846
  "step": 56500
847
  },
848
  {
849
  "epoch": 23.929471032745592,
850
- "grad_norm": 3.554218292236328,
851
  "learning_rate": 5.146316851664986e-06,
852
- "loss": 6.1344,
853
  "step": 57000
854
  },
855
  {
856
  "epoch": 24.13937867338371,
857
- "grad_norm": 4.135804653167725,
858
  "learning_rate": 4.1372351160444e-06,
859
- "loss": 6.1233,
860
  "step": 57500
861
  },
862
  {
863
  "epoch": 24.349286314021832,
864
- "grad_norm": 7.920344352722168,
865
  "learning_rate": 3.1281533804238145e-06,
866
- "loss": 6.1253,
867
  "step": 58000
868
  },
869
  {
870
  "epoch": 24.55919395465995,
871
- "grad_norm": 8.885543823242188,
872
  "learning_rate": 2.1190716448032293e-06,
873
- "loss": 6.1242,
874
  "step": 58500
875
  },
876
  {
877
  "epoch": 24.769101595298068,
878
- "grad_norm": 3.082768201828003,
879
  "learning_rate": 1.109989909182644e-06,
880
- "loss": 6.115,
881
  "step": 59000
882
  },
883
  {
884
  "epoch": 24.97900923593619,
885
- "grad_norm": 5.572300434112549,
886
  "learning_rate": 1.0090817356205853e-07,
887
- "loss": 6.1039,
888
  "step": 59500
889
  },
890
  {
891
  "epoch": 25.0,
892
  "step": 59550,
893
  "total_flos": 1.5149776477860864e+18,
894
- "train_loss": 7.332706870744451,
895
- "train_runtime": 24796.9574,
896
- "train_samples_per_second": 230.511,
897
- "train_steps_per_second": 2.402
898
  }
899
  ],
900
  "logging_steps": 500,
 
1
  {
2
  "best_global_step": 10000,
3
+ "best_metric": 8.372286796569824,
4
  "best_model_checkpoint": "bert_base_rand_10_v2/checkpoint-10000",
5
  "epoch": 25.0,
6
  "eval_steps": 10000,
 
11
  "log_history": [
12
  {
13
  "epoch": 0.20990764063811923,
14
+ "grad_norm": 3.6852850914001465,
15
  "learning_rate": 5e-06,
16
+ "loss": 11.5321,
17
  "step": 500
18
  },
19
  {
20
  "epoch": 0.41981528127623846,
21
+ "grad_norm": 2.2791285514831543,
22
  "learning_rate": 1e-05,
23
+ "loss": 9.8516,
24
  "step": 1000
25
  },
26
  {
27
  "epoch": 0.6297229219143576,
28
+ "grad_norm": 2.6390469074249268,
29
  "learning_rate": 1.5e-05,
30
+ "loss": 9.3008,
31
  "step": 1500
32
  },
33
  {
34
  "epoch": 0.8396305625524769,
35
+ "grad_norm": 1.7550042867660522,
36
  "learning_rate": 2e-05,
37
+ "loss": 9.1443,
38
  "step": 2000
39
  },
40
  {
41
  "epoch": 1.0495382031905962,
42
+ "grad_norm": 2.3174149990081787,
43
  "learning_rate": 2.5e-05,
44
+ "loss": 9.0251,
45
  "step": 2500
46
  },
47
  {
48
  "epoch": 1.2594458438287153,
49
+ "grad_norm": 2.786781072616577,
50
  "learning_rate": 3e-05,
51
+ "loss": 8.9154,
52
  "step": 3000
53
  },
54
  {
55
  "epoch": 1.4693534844668346,
56
+ "grad_norm": 2.0159904956817627,
57
  "learning_rate": 3.5e-05,
58
+ "loss": 8.8249,
59
  "step": 3500
60
  },
61
  {
62
  "epoch": 1.6792611251049538,
63
+ "grad_norm": 2.1325860023498535,
64
  "learning_rate": 4e-05,
65
+ "loss": 8.7579,
66
  "step": 4000
67
  },
68
  {
69
  "epoch": 1.8891687657430731,
70
+ "grad_norm": 2.5831844806671143,
71
  "learning_rate": 4.5e-05,
72
+ "loss": 8.6993,
73
  "step": 4500
74
  },
75
  {
76
  "epoch": 2.0990764063811924,
77
+ "grad_norm": 2.185391426086426,
78
  "learning_rate": 5e-05,
79
+ "loss": 8.6487,
80
  "step": 5000
81
  },
82
  {
83
  "epoch": 2.3089840470193117,
84
+ "grad_norm": 2.713773012161255,
85
  "learning_rate": 5.500000000000001e-05,
86
+ "loss": 8.6079,
87
  "step": 5500
88
  },
89
  {
90
  "epoch": 2.5188916876574305,
91
+ "grad_norm": 2.877927780151367,
92
  "learning_rate": 6e-05,
93
+ "loss": 8.5705,
94
  "step": 6000
95
  },
96
  {
97
  "epoch": 2.72879932829555,
98
+ "grad_norm": 3.3467283248901367,
99
  "learning_rate": 6.500000000000001e-05,
100
+ "loss": 8.5368,
101
  "step": 6500
102
  },
103
  {
104
  "epoch": 2.938706968933669,
105
+ "grad_norm": 2.0169737339019775,
106
  "learning_rate": 7e-05,
107
+ "loss": 8.5103,
108
  "step": 7000
109
  },
110
  {
111
  "epoch": 3.1486146095717884,
112
+ "grad_norm": 3.169982433319092,
113
  "learning_rate": 7.500000000000001e-05,
114
+ "loss": 8.4839,
115
  "step": 7500
116
  },
117
  {
118
  "epoch": 3.3585222502099077,
119
+ "grad_norm": 2.6595113277435303,
120
  "learning_rate": 8e-05,
121
+ "loss": 8.462,
122
  "step": 8000
123
  },
124
  {
125
  "epoch": 3.568429890848027,
126
+ "grad_norm": 3.434765338897705,
127
  "learning_rate": 8.5e-05,
128
+ "loss": 8.4464,
129
  "step": 8500
130
  },
131
  {
132
  "epoch": 3.7783375314861463,
133
+ "grad_norm": 3.2256903648376465,
134
  "learning_rate": 9e-05,
135
+ "loss": 8.4202,
136
  "step": 9000
137
  },
138
  {
139
  "epoch": 3.988245172124265,
140
+ "grad_norm": 2.2853989601135254,
141
  "learning_rate": 9.5e-05,
142
  "loss": 8.4024,
143
  "step": 9500
144
  },
145
  {
146
  "epoch": 4.198152812762385,
147
+ "grad_norm": 3.075472354888916,
148
  "learning_rate": 0.0001,
149
+ "loss": 8.374,
150
  "step": 10000
151
  },
152
  {
153
  "epoch": 4.198152812762385,
154
+ "eval_accuracy": 0.1504215476223601,
155
+ "eval_loss": 8.372286796569824,
156
+ "eval_runtime": 1.02,
157
+ "eval_samples_per_second": 469.617,
158
+ "eval_steps_per_second": 4.902,
159
  "step": 10000
160
  },
161
  {
162
  "epoch": 4.408060453400504,
163
+ "grad_norm": 2.2937734127044678,
164
  "learning_rate": 9.899091826437942e-05,
165
+ "loss": 8.3611,
166
  "step": 10500
167
  },
168
  {
169
  "epoch": 4.617968094038623,
170
+ "grad_norm": 2.6895759105682373,
171
  "learning_rate": 9.798183652875883e-05,
172
+ "loss": 8.3415,
173
  "step": 11000
174
  },
175
  {
176
  "epoch": 4.827875734676742,
177
+ "grad_norm": 3.8590962886810303,
178
  "learning_rate": 9.697275479313825e-05,
179
+ "loss": 8.3364,
180
  "step": 11500
181
  },
182
  {
183
  "epoch": 5.037783375314861,
184
+ "grad_norm": 2.2545762062072754,
185
  "learning_rate": 9.596367305751767e-05,
186
+ "loss": 8.3105,
187
  "step": 12000
188
  },
189
  {
190
  "epoch": 5.247691015952981,
191
+ "grad_norm": 3.4054758548736572,
192
  "learning_rate": 9.495459132189707e-05,
193
+ "loss": 8.2518,
194
  "step": 12500
195
  },
196
  {
197
  "epoch": 5.4575986565911,
198
+ "grad_norm": 3.0823278427124023,
199
  "learning_rate": 9.394550958627649e-05,
200
+ "loss": 8.2505,
201
  "step": 13000
202
  },
203
  {
204
  "epoch": 5.667506297229219,
205
+ "grad_norm": 3.253948211669922,
206
  "learning_rate": 9.293642785065591e-05,
207
+ "loss": 8.2507,
208
  "step": 13500
209
  },
210
  {
211
  "epoch": 5.877413937867338,
212
+ "grad_norm": 3.6160099506378174,
213
  "learning_rate": 9.192734611503532e-05,
214
+ "loss": 8.2465,
215
  "step": 14000
216
  },
217
  {
218
  "epoch": 6.087321578505458,
219
+ "grad_norm": 3.6914443969726562,
220
  "learning_rate": 9.091826437941474e-05,
221
+ "loss": 8.2012,
222
  "step": 14500
223
  },
224
  {
225
  "epoch": 6.297229219143577,
226
+ "grad_norm": 2.717073440551758,
227
  "learning_rate": 8.990918264379415e-05,
228
+ "loss": 8.154,
229
  "step": 15000
230
  },
231
  {
232
  "epoch": 6.507136859781696,
233
+ "grad_norm": 3.506162166595459,
234
  "learning_rate": 8.890010090817356e-05,
235
+ "loss": 8.1615,
236
  "step": 15500
237
  },
238
  {
239
  "epoch": 6.717044500419815,
240
+ "grad_norm": 2.6031546592712402,
241
  "learning_rate": 8.789101917255298e-05,
242
+ "loss": 8.1672,
243
  "step": 16000
244
  },
245
  {
246
  "epoch": 6.926952141057934,
247
+ "grad_norm": 2.740102767944336,
248
  "learning_rate": 8.68819374369324e-05,
249
+ "loss": 8.1701,
250
  "step": 16500
251
  },
252
  {
253
  "epoch": 7.136859781696054,
254
+ "grad_norm": 3.0991599559783936,
255
  "learning_rate": 8.58728557013118e-05,
256
+ "loss": 8.0863,
257
  "step": 17000
258
  },
259
  {
260
  "epoch": 7.346767422334173,
261
+ "grad_norm": 3.861220598220825,
262
  "learning_rate": 8.486377396569122e-05,
263
+ "loss": 8.0581,
264
  "step": 17500
265
  },
266
  {
267
  "epoch": 7.5566750629722925,
268
+ "grad_norm": 3.77158522605896,
269
  "learning_rate": 8.385469223007064e-05,
270
+ "loss": 8.0758,
271
  "step": 18000
272
  },
273
  {
274
  "epoch": 7.766582703610411,
275
+ "grad_norm": 2.998100757598877,
276
  "learning_rate": 8.284561049445006e-05,
277
+ "loss": 8.0836,
278
  "step": 18500
279
  },
280
  {
281
  "epoch": 7.97649034424853,
282
+ "grad_norm": 2.62511944770813,
283
  "learning_rate": 8.183652875882947e-05,
284
+ "loss": 8.085,
285
  "step": 19000
286
  },
287
  {
288
  "epoch": 8.18639798488665,
289
+ "grad_norm": 4.364990711212158,
290
  "learning_rate": 8.082744702320889e-05,
291
+ "loss": 7.9198,
292
  "step": 19500
293
  },
294
  {
295
  "epoch": 8.39630562552477,
296
+ "grad_norm": 2.857267379760742,
297
  "learning_rate": 7.98183652875883e-05,
298
+ "loss": 7.9188,
299
  "step": 20000
300
  },
301
  {
302
  "epoch": 8.39630562552477,
303
+ "eval_accuracy": 0.15168775779342855,
304
+ "eval_loss": 8.573280334472656,
305
+ "eval_runtime": 1.0058,
306
+ "eval_samples_per_second": 476.223,
307
+ "eval_steps_per_second": 4.971,
308
  "step": 20000
309
  },
310
  {
311
  "epoch": 8.606213266162888,
312
+ "grad_norm": 4.015566825866699,
313
  "learning_rate": 7.880928355196771e-05,
314
+ "loss": 7.9285,
315
  "step": 20500
316
  },
317
  {
318
  "epoch": 8.816120906801007,
319
+ "grad_norm": 3.7750561237335205,
320
  "learning_rate": 7.780020181634713e-05,
321
+ "loss": 7.9474,
322
  "step": 21000
323
  },
324
  {
325
  "epoch": 9.026028547439127,
326
+ "grad_norm": 5.549905776977539,
327
  "learning_rate": 7.679112008072655e-05,
328
+ "loss": 7.9053,
329
  "step": 21500
330
  },
331
  {
332
  "epoch": 9.235936188077247,
333
+ "grad_norm": 5.526270389556885,
334
  "learning_rate": 7.578203834510595e-05,
335
+ "loss": 7.6521,
336
  "step": 22000
337
  },
338
  {
339
  "epoch": 9.445843828715365,
340
+ "grad_norm": 5.86563777923584,
341
  "learning_rate": 7.477295660948537e-05,
342
+ "loss": 7.6691,
343
  "step": 22500
344
  },
345
  {
346
  "epoch": 9.655751469353484,
347
+ "grad_norm": 4.7667436599731445,
348
  "learning_rate": 7.376387487386479e-05,
349
+ "loss": 7.6996,
350
  "step": 23000
351
  },
352
  {
353
  "epoch": 9.865659109991604,
354
+ "grad_norm": 5.395050048828125,
355
  "learning_rate": 7.27547931382442e-05,
356
+ "loss": 7.707,
357
  "step": 23500
358
  },
359
  {
360
  "epoch": 10.075566750629722,
361
+ "grad_norm": 5.892194747924805,
362
  "learning_rate": 7.174571140262362e-05,
363
+ "loss": 7.5903,
364
  "step": 24000
365
  },
366
  {
367
  "epoch": 10.285474391267842,
368
+ "grad_norm": 5.045933246612549,
369
  "learning_rate": 7.073662966700304e-05,
370
+ "loss": 7.4006,
371
  "step": 24500
372
  },
373
  {
374
  "epoch": 10.495382031905962,
375
+ "grad_norm": 5.722672462463379,
376
  "learning_rate": 6.972754793138244e-05,
377
+ "loss": 7.42,
378
  "step": 25000
379
  },
380
  {
381
  "epoch": 10.705289672544081,
382
+ "grad_norm": 6.793386459350586,
383
  "learning_rate": 6.871846619576186e-05,
384
+ "loss": 7.4472,
385
  "step": 25500
386
  },
387
  {
388
  "epoch": 10.9151973131822,
389
+ "grad_norm": 5.019600868225098,
390
  "learning_rate": 6.770938446014128e-05,
391
+ "loss": 7.4676,
392
  "step": 26000
393
  },
394
  {
395
  "epoch": 11.125104953820319,
396
+ "grad_norm": 7.059942245483398,
397
  "learning_rate": 6.670030272452068e-05,
398
+ "loss": 7.2898,
399
  "step": 26500
400
  },
401
  {
402
  "epoch": 11.335012594458439,
403
+ "grad_norm": 6.75661039352417,
404
  "learning_rate": 6.56912209889001e-05,
405
+ "loss": 7.2027,
406
  "step": 27000
407
  },
408
  {
409
  "epoch": 11.544920235096557,
410
+ "grad_norm": 7.141287326812744,
411
  "learning_rate": 6.468213925327952e-05,
412
+ "loss": 7.2284,
413
  "step": 27500
414
  },
415
  {
416
  "epoch": 11.754827875734676,
417
+ "grad_norm": 5.021152973175049,
418
  "learning_rate": 6.367305751765893e-05,
419
+ "loss": 7.2403,
420
  "step": 28000
421
  },
422
  {
423
  "epoch": 11.964735516372796,
424
+ "grad_norm": 6.937757968902588,
425
  "learning_rate": 6.266397578203835e-05,
426
+ "loss": 7.2654,
427
  "step": 28500
428
  },
429
  {
430
  "epoch": 12.174643157010916,
431
+ "grad_norm": 6.400770664215088,
432
  "learning_rate": 6.165489404641777e-05,
433
+ "loss": 7.048,
434
  "step": 29000
435
  },
436
  {
437
  "epoch": 12.384550797649034,
438
+ "grad_norm": 9.594337463378906,
439
  "learning_rate": 6.064581231079718e-05,
440
+ "loss": 7.0271,
441
  "step": 29500
442
  },
443
  {
444
  "epoch": 12.594458438287154,
445
+ "grad_norm": 7.834346294403076,
446
  "learning_rate": 5.963673057517659e-05,
447
+ "loss": 7.0642,
448
  "step": 30000
449
  },
450
  {
451
  "epoch": 12.594458438287154,
452
+ "eval_accuracy": 0.15339843859305483,
453
+ "eval_loss": 9.611098289489746,
454
+ "eval_runtime": 1.0061,
455
+ "eval_samples_per_second": 476.103,
456
+ "eval_steps_per_second": 4.97,
457
  "step": 30000
458
  },
459
  {
460
  "epoch": 12.804366078925273,
461
+ "grad_norm": 6.474629878997803,
462
  "learning_rate": 5.8627648839556e-05,
463
+ "loss": 7.081,
464
  "step": 30500
465
  },
466
  {
467
  "epoch": 13.014273719563391,
468
+ "grad_norm": 7.800127029418945,
469
  "learning_rate": 5.7618567103935416e-05,
470
+ "loss": 7.072,
471
  "step": 31000
472
  },
473
  {
474
  "epoch": 13.224181360201511,
475
+ "grad_norm": 5.215531826019287,
476
  "learning_rate": 5.660948536831484e-05,
477
+ "loss": 6.8515,
478
  "step": 31500
479
  },
480
  {
481
  "epoch": 13.43408900083963,
482
+ "grad_norm": 7.740579128265381,
483
  "learning_rate": 5.5600403632694254e-05,
484
+ "loss": 6.8846,
485
  "step": 32000
486
  },
487
  {
488
  "epoch": 13.64399664147775,
489
+ "grad_norm": 8.729143142700195,
490
  "learning_rate": 5.4591321897073666e-05,
491
+ "loss": 6.9149,
492
  "step": 32500
493
  },
494
  {
495
  "epoch": 13.853904282115868,
496
+ "grad_norm": 7.193752288818359,
497
  "learning_rate": 5.358224016145308e-05,
498
+ "loss": 6.9133,
499
  "step": 33000
500
  },
501
  {
502
  "epoch": 14.063811922753988,
503
+ "grad_norm": 7.278873443603516,
504
  "learning_rate": 5.257315842583249e-05,
505
+ "loss": 6.86,
506
  "step": 33500
507
  },
508
  {
509
  "epoch": 14.273719563392108,
510
+ "grad_norm": 8.18996810913086,
511
  "learning_rate": 5.15640766902119e-05,
512
+ "loss": 6.7287,
513
  "step": 34000
514
  },
515
  {
516
  "epoch": 14.483627204030226,
517
+ "grad_norm": 8.34183406829834,
518
  "learning_rate": 5.055499495459133e-05,
519
+ "loss": 6.7532,
520
  "step": 34500
521
  },
522
  {
523
  "epoch": 14.693534844668346,
524
+ "grad_norm": 6.523552894592285,
525
  "learning_rate": 4.954591321897074e-05,
526
+ "loss": 6.7692,
527
  "step": 35000
528
  },
529
  {
530
  "epoch": 14.903442485306465,
531
+ "grad_norm": 7.099226951599121,
532
  "learning_rate": 4.853683148335015e-05,
533
+ "loss": 6.7841,
534
  "step": 35500
535
  },
536
  {
537
  "epoch": 15.113350125944585,
538
+ "grad_norm": 6.869073867797852,
539
  "learning_rate": 4.7527749747729566e-05,
540
+ "loss": 6.689,
541
  "step": 36000
542
  },
543
  {
544
  "epoch": 15.323257766582703,
545
+ "grad_norm": 8.294517517089844,
546
  "learning_rate": 4.6518668012108985e-05,
547
+ "loss": 6.6235,
548
  "step": 36500
549
  },
550
  {
551
  "epoch": 15.533165407220823,
552
+ "grad_norm": 9.18161678314209,
553
  "learning_rate": 4.55095862764884e-05,
554
+ "loss": 6.6395,
555
  "step": 37000
556
  },
557
  {
558
  "epoch": 15.743073047858942,
559
+ "grad_norm": 6.705373764038086,
560
  "learning_rate": 4.450050454086781e-05,
561
+ "loss": 6.6594,
562
  "step": 37500
563
  },
564
  {
565
  "epoch": 15.95298068849706,
566
+ "grad_norm": 8.675580024719238,
567
  "learning_rate": 4.349142280524723e-05,
568
+ "loss": 6.661,
569
  "step": 38000
570
  },
571
  {
572
  "epoch": 16.162888329135182,
573
+ "grad_norm": 5.100327014923096,
574
  "learning_rate": 4.248234106962664e-05,
575
+ "loss": 6.5488,
576
  "step": 38500
577
  },
578
  {
579
  "epoch": 16.3727959697733,
580
+ "grad_norm": 6.246947288513184,
581
  "learning_rate": 4.147325933400605e-05,
582
+ "loss": 6.5364,
583
  "step": 39000
584
  },
585
  {
586
  "epoch": 16.582703610411418,
587
+ "grad_norm": 8.054546356201172,
588
  "learning_rate": 4.046417759838547e-05,
589
+ "loss": 6.5339,
590
  "step": 39500
591
  },
592
  {
593
  "epoch": 16.79261125104954,
594
+ "grad_norm": 8.97150707244873,
595
  "learning_rate": 3.9455095862764884e-05,
596
+ "loss": 6.5459,
597
  "step": 40000
598
  },
599
  {
600
  "epoch": 16.79261125104954,
601
+ "eval_accuracy": 0.1510037007962319,
602
+ "eval_loss": 10.364506721496582,
603
+ "eval_runtime": 1.026,
604
+ "eval_samples_per_second": 466.866,
605
+ "eval_steps_per_second": 4.873,
606
  "step": 40000
607
  },
608
  {
609
  "epoch": 17.002518891687657,
610
+ "grad_norm": 6.644847393035889,
611
  "learning_rate": 3.84460141271443e-05,
612
+ "loss": 6.5685,
613
  "step": 40500
614
  },
615
  {
616
  "epoch": 17.212426532325775,
617
+ "grad_norm": 8.234219551086426,
618
  "learning_rate": 3.7436932391523715e-05,
619
+ "loss": 6.4355,
620
  "step": 41000
621
  },
622
  {
623
  "epoch": 17.422334172963897,
624
+ "grad_norm": 7.898758411407471,
625
  "learning_rate": 3.642785065590313e-05,
626
+ "loss": 6.4477,
627
  "step": 41500
628
  },
629
  {
630
  "epoch": 17.632241813602015,
631
+ "grad_norm": 5.532283782958984,
632
  "learning_rate": 3.541876892028255e-05,
633
+ "loss": 6.4561,
634
  "step": 42000
635
  },
636
  {
637
  "epoch": 17.842149454240133,
638
+ "grad_norm": 9.313681602478027,
639
  "learning_rate": 3.440968718466196e-05,
640
+ "loss": 6.4727,
641
  "step": 42500
642
  },
643
  {
644
  "epoch": 18.052057094878254,
645
+ "grad_norm": 9.502847671508789,
646
  "learning_rate": 3.340060544904137e-05,
647
+ "loss": 6.4386,
648
  "step": 43000
649
  },
650
  {
651
  "epoch": 18.261964735516372,
652
+ "grad_norm": 6.0692057609558105,
653
  "learning_rate": 3.239152371342079e-05,
654
+ "loss": 6.3679,
655
  "step": 43500
656
  },
657
  {
658
  "epoch": 18.471872376154494,
659
+ "grad_norm": 6.463051795959473,
660
  "learning_rate": 3.13824419778002e-05,
661
+ "loss": 6.372,
662
  "step": 44000
663
  },
664
  {
665
  "epoch": 18.68178001679261,
666
+ "grad_norm": 9.71617317199707,
667
  "learning_rate": 3.0373360242179615e-05,
668
+ "loss": 6.3865,
669
  "step": 44500
670
  },
671
  {
672
  "epoch": 18.89168765743073,
673
+ "grad_norm": 8.971209526062012,
674
  "learning_rate": 2.9364278506559034e-05,
675
+ "loss": 6.3962,
676
  "step": 45000
677
  },
678
  {
679
  "epoch": 19.10159529806885,
680
+ "grad_norm": 8.518393516540527,
681
  "learning_rate": 2.8355196770938446e-05,
682
+ "loss": 6.3379,
683
  "step": 45500
684
  },
685
  {
686
  "epoch": 19.31150293870697,
687
+ "grad_norm": 7.180614471435547,
688
  "learning_rate": 2.734611503531786e-05,
689
+ "loss": 6.2966,
690
  "step": 46000
691
  },
692
  {
693
  "epoch": 19.521410579345087,
694
+ "grad_norm": 5.732406139373779,
695
  "learning_rate": 2.6337033299697278e-05,
696
+ "loss": 6.3011,
697
  "step": 46500
698
  },
699
  {
700
  "epoch": 19.73131821998321,
701
+ "grad_norm": 4.699340343475342,
702
  "learning_rate": 2.532795156407669e-05,
703
+ "loss": 6.3127,
704
  "step": 47000
705
  },
706
  {
707
  "epoch": 19.941225860621326,
708
+ "grad_norm": 4.854285717010498,
709
  "learning_rate": 2.4318869828456106e-05,
710
+ "loss": 6.3086,
711
  "step": 47500
712
  },
713
  {
714
  "epoch": 20.151133501259444,
715
+ "grad_norm": 7.51551628112793,
716
  "learning_rate": 2.330978809283552e-05,
717
+ "loss": 6.2612,
718
  "step": 48000
719
  },
720
  {
721
  "epoch": 20.361041141897566,
722
+ "grad_norm": 8.607324600219727,
723
  "learning_rate": 2.2300706357214934e-05,
724
+ "loss": 6.2382,
725
  "step": 48500
726
  },
727
  {
728
  "epoch": 20.570948782535684,
729
+ "grad_norm": 7.082845211029053,
730
  "learning_rate": 2.129162462159435e-05,
731
+ "loss": 6.2377,
732
  "step": 49000
733
  },
734
  {
735
  "epoch": 20.7808564231738,
736
+ "grad_norm": 6.963397026062012,
737
  "learning_rate": 2.0282542885973765e-05,
738
+ "loss": 6.2378,
739
  "step": 49500
740
  },
741
  {
742
  "epoch": 20.990764063811923,
743
+ "grad_norm": 4.931850433349609,
744
  "learning_rate": 1.927346115035318e-05,
745
+ "loss": 6.2464,
746
  "step": 50000
747
  },
748
  {
749
  "epoch": 20.990764063811923,
750
+ "eval_accuracy": 0.15081167465724618,
751
+ "eval_loss": 11.101739883422852,
752
+ "eval_runtime": 1.0118,
753
+ "eval_samples_per_second": 473.392,
754
+ "eval_steps_per_second": 4.941,
755
  "step": 50000
756
  },
757
  {
758
  "epoch": 21.20067170445004,
759
+ "grad_norm": 7.39634895324707,
760
  "learning_rate": 1.8264379414732593e-05,
761
+ "loss": 6.179,
762
  "step": 50500
763
  },
764
  {
765
  "epoch": 21.410579345088163,
766
+ "grad_norm": 4.351124286651611,
767
  "learning_rate": 1.725529767911201e-05,
768
+ "loss": 6.1939,
769
  "step": 51000
770
  },
771
  {
772
  "epoch": 21.62048698572628,
773
+ "grad_norm": 5.487509727478027,
774
  "learning_rate": 1.6246215943491424e-05,
775
+ "loss": 6.1821,
776
  "step": 51500
777
  },
778
  {
779
  "epoch": 21.8303946263644,
780
+ "grad_norm": 4.813266277313232,
781
  "learning_rate": 1.5237134207870837e-05,
782
+ "loss": 6.1822,
783
  "step": 52000
784
  },
785
  {
786
  "epoch": 22.04030226700252,
787
+ "grad_norm": 3.7798547744750977,
788
  "learning_rate": 1.4228052472250252e-05,
789
+ "loss": 6.1733,
790
  "step": 52500
791
  },
792
  {
793
  "epoch": 22.250209907640638,
794
+ "grad_norm": 7.521478652954102,
795
  "learning_rate": 1.3218970736629668e-05,
796
+ "loss": 6.1302,
797
  "step": 53000
798
  },
799
  {
800
  "epoch": 22.460117548278756,
801
+ "grad_norm": 6.492825984954834,
802
  "learning_rate": 1.2209889001009082e-05,
803
+ "loss": 6.1308,
804
  "step": 53500
805
  },
806
  {
807
  "epoch": 22.670025188916878,
808
+ "grad_norm": 3.990598678588867,
809
  "learning_rate": 1.1200807265388496e-05,
810
+ "loss": 6.1427,
811
  "step": 54000
812
  },
813
  {
814
  "epoch": 22.879932829554996,
815
+ "grad_norm": 4.194901466369629,
816
  "learning_rate": 1.0191725529767912e-05,
817
+ "loss": 6.1251,
818
  "step": 54500
819
  },
820
  {
821
  "epoch": 23.089840470193113,
822
+ "grad_norm": 3.876901149749756,
823
  "learning_rate": 9.182643794147326e-06,
824
+ "loss": 6.1162,
825
  "step": 55000
826
  },
827
  {
828
  "epoch": 23.299748110831235,
829
+ "grad_norm": 6.772987365722656,
830
  "learning_rate": 8.173562058526741e-06,
831
+ "loss": 6.1002,
832
  "step": 55500
833
  },
834
  {
835
  "epoch": 23.509655751469353,
836
+ "grad_norm": 3.5543112754821777,
837
  "learning_rate": 7.164480322906156e-06,
838
+ "loss": 6.1027,
839
  "step": 56000
840
  },
841
  {
842
  "epoch": 23.719563392107474,
843
+ "grad_norm": 4.911917209625244,
844
  "learning_rate": 6.155398587285571e-06,
845
+ "loss": 6.0919,
846
  "step": 56500
847
  },
848
  {
849
  "epoch": 23.929471032745592,
850
+ "grad_norm": 4.851410865783691,
851
  "learning_rate": 5.146316851664986e-06,
852
+ "loss": 6.1013,
853
  "step": 57000
854
  },
855
  {
856
  "epoch": 24.13937867338371,
857
+ "grad_norm": 6.0461039543151855,
858
  "learning_rate": 4.1372351160444e-06,
859
+ "loss": 6.0854,
860
  "step": 57500
861
  },
862
  {
863
  "epoch": 24.349286314021832,
864
+ "grad_norm": 6.592803001403809,
865
  "learning_rate": 3.1281533804238145e-06,
866
+ "loss": 6.0857,
867
  "step": 58000
868
  },
869
  {
870
  "epoch": 24.55919395465995,
871
+ "grad_norm": 5.261019706726074,
872
  "learning_rate": 2.1190716448032293e-06,
873
+ "loss": 6.0856,
874
  "step": 58500
875
  },
876
  {
877
  "epoch": 24.769101595298068,
878
+ "grad_norm": 3.316622734069824,
879
  "learning_rate": 1.109989909182644e-06,
880
+ "loss": 6.0747,
881
  "step": 59000
882
  },
883
  {
884
  "epoch": 24.97900923593619,
885
+ "grad_norm": 4.893493175506592,
886
  "learning_rate": 1.0090817356205853e-07,
887
+ "loss": 6.0665,
888
  "step": 59500
889
  },
890
  {
891
  "epoch": 25.0,
892
  "step": 59550,
893
  "total_flos": 1.5149776477860864e+18,
894
+ "train_loss": 7.298674304619444,
895
+ "train_runtime": 24656.8275,
896
+ "train_samples_per_second": 231.821,
897
+ "train_steps_per_second": 2.415
898
  }
899
  ],
900
  "logging_steps": 500,