NicholasCorrado commited on
Commit
cc241fa
1 Parent(s): c32bd52

Model save

Browse files
Files changed (5) hide show
  1. README.md +4 -8
  2. all_results.json +6 -11
  3. generation_config.json +3 -3
  4. train_results.json +6 -6
  5. trainer_state.json +427 -329
README.md CHANGED
@@ -3,15 +3,11 @@ library_name: transformers
3
  license: apache-2.0
4
  base_model: mistralai/Mistral-7B-v0.3
5
  tags:
6
- - alignment-handbook
7
- - trl
8
- - sft
9
- - generated_from_trainer
10
  - trl
11
  - sft
12
  - generated_from_trainer
13
  datasets:
14
- - data/ift
15
  model-index:
16
  - name: mistral-7b-ift
17
  results: []
@@ -22,9 +18,9 @@ should probably proofread and complete it, then remove this comment. -->
22
 
23
  # mistral-7b-ift
24
 
25
- This model is a fine-tuned version of [mistralai/Mistral-7B-v0.3](https://huggingface.co/mistralai/Mistral-7B-v0.3) on the data/ift dataset.
26
  It achieves the following results on the evaluation set:
27
- - Loss: 7.8271
28
 
29
  ## Model description
30
 
@@ -61,7 +57,7 @@ The following hyperparameters were used during training:
61
 
62
  | Training Loss | Epoch | Step | Validation Loss |
63
  |:-------------:|:------:|:----:|:---------------:|
64
- | 7.9839 | 0.9987 | 386 | 7.8271 |
65
 
66
 
67
  ### Framework versions
 
3
  license: apache-2.0
4
  base_model: mistralai/Mistral-7B-v0.3
5
  tags:
 
 
 
 
6
  - trl
7
  - sft
8
  - generated_from_trainer
9
  datasets:
10
+ - generator
11
  model-index:
12
  - name: mistral-7b-ift
13
  results: []
 
18
 
19
  # mistral-7b-ift
20
 
21
+ This model is a fine-tuned version of [mistralai/Mistral-7B-v0.3](https://huggingface.co/mistralai/Mistral-7B-v0.3) on the generator dataset.
22
  It achieves the following results on the evaluation set:
23
+ - Loss: 1.0699
24
 
25
  ## Model description
26
 
 
57
 
58
  | Training Loss | Epoch | Step | Validation Loss |
59
  |:-------------:|:------:|:----:|:---------------:|
60
+ | 0.9717 | 0.9989 | 455 | 1.0699 |
61
 
62
 
63
  ### Framework versions
all_results.json CHANGED
@@ -1,14 +1,9 @@
1
  {
2
- "epoch": 0.9987063389391979,
3
- "eval_loss": 7.827143669128418,
4
- "eval_runtime": 3.1543,
5
- "eval_samples": 512,
6
- "eval_samples_per_second": 71.965,
7
- "eval_steps_per_second": 1.268,
8
- "total_flos": 161536404357120.0,
9
- "train_loss": 11.514628536342958,
10
- "train_runtime": 5043.2067,
11
  "train_samples": 77486,
12
- "train_samples_per_second": 19.608,
13
- "train_steps_per_second": 0.077
14
  }
 
1
  {
2
+ "epoch": 0.9989023051591658,
3
+ "total_flos": 190430796840960.0,
4
+ "train_loss": 1.0385934979051024,
5
+ "train_runtime": 5380.501,
 
 
 
 
 
6
  "train_samples": 77486,
7
+ "train_samples_per_second": 21.667,
8
+ "train_steps_per_second": 0.085
9
  }
generation_config.json CHANGED
@@ -1,7 +1,7 @@
1
  {
2
  "_from_model_config": true,
3
- "bos_token_id": 100263,
4
- "eos_token_id": 100264,
5
- "pad_token_id": 100264,
6
  "transformers_version": "4.44.1"
7
  }
 
1
  {
2
  "_from_model_config": true,
3
+ "bos_token_id": 32768,
4
+ "eos_token_id": 32769,
5
+ "pad_token_id": 32769,
6
  "transformers_version": "4.44.1"
7
  }
train_results.json CHANGED
@@ -1,9 +1,9 @@
1
  {
2
- "epoch": 0.9987063389391979,
3
- "total_flos": 161536404357120.0,
4
- "train_loss": 11.514628536342958,
5
- "train_runtime": 5043.2067,
6
  "train_samples": 77486,
7
- "train_samples_per_second": 19.608,
8
- "train_steps_per_second": 0.077
9
  }
 
1
  {
2
+ "epoch": 0.9989023051591658,
3
+ "total_flos": 190430796840960.0,
4
+ "train_loss": 1.0385934979051024,
5
+ "train_runtime": 5380.501,
6
  "train_samples": 77486,
7
+ "train_samples_per_second": 21.667,
8
+ "train_steps_per_second": 0.085
9
  }
trainer_state.json CHANGED
@@ -1,579 +1,677 @@
1
  {
2
  "best_metric": null,
3
  "best_model_checkpoint": null,
4
- "epoch": 0.9987063389391979,
5
  "eval_steps": 500,
6
- "global_step": 386,
7
  "is_hyper_param_search": false,
8
  "is_local_process_zero": true,
9
  "is_world_process_zero": true,
10
  "log_history": [
11
  {
12
- "epoch": 0.00258732212160414,
13
- "grad_norm": 1.5696258219863308e+34,
14
- "learning_rate": 1.282051282051282e-08,
15
- "loss": 34.5991,
16
  "step": 1
17
  },
18
  {
19
- "epoch": 0.0129366106080207,
20
- "grad_norm": 2.4800051592297763e+32,
21
- "learning_rate": 6.410256410256409e-08,
22
- "loss": 35.1328,
23
  "step": 5
24
  },
25
  {
26
- "epoch": 0.0258732212160414,
27
- "grad_norm": 2.54523168619682e+30,
28
- "learning_rate": 1.2820512820512818e-07,
29
- "loss": 35.3514,
30
  "step": 10
31
  },
32
  {
33
- "epoch": 0.03880983182406209,
34
- "grad_norm": 2.9350637382111784e+28,
35
- "learning_rate": 1.9230769230769231e-07,
36
- "loss": 35.2418,
37
  "step": 15
38
  },
39
  {
40
- "epoch": 0.0517464424320828,
41
- "grad_norm": 6.845379509396579e+24,
42
- "learning_rate": 2.5641025641025636e-07,
43
- "loss": 35.4029,
44
  "step": 20
45
  },
46
  {
47
- "epoch": 0.0646830530401035,
48
- "grad_norm": 9.432421146054794e+16,
49
- "learning_rate": 3.2051282051282055e-07,
50
- "loss": 35.4307,
51
  "step": 25
52
  },
53
  {
54
- "epoch": 0.07761966364812418,
55
- "grad_norm": 103996205868.7185,
56
- "learning_rate": 3.8461538461538463e-07,
57
- "loss": 35.3465,
58
  "step": 30
59
  },
60
  {
61
- "epoch": 0.09055627425614489,
62
- "grad_norm": 7902.581384813984,
63
- "learning_rate": 4.487179487179487e-07,
64
- "loss": 35.2609,
65
  "step": 35
66
  },
67
  {
68
- "epoch": 0.1034928848641656,
69
- "grad_norm": 3891.3695056510064,
70
- "learning_rate": 4.999897541535663e-07,
71
- "loss": 30.0438,
72
  "step": 40
73
  },
74
  {
75
- "epoch": 0.11642949547218628,
76
- "grad_norm": 2358.218700340259,
77
- "learning_rate": 4.996312377016688e-07,
78
- "loss": 20.8297,
79
  "step": 45
80
  },
81
  {
82
- "epoch": 0.129366106080207,
83
- "grad_norm": 330.05121170654246,
84
- "learning_rate": 4.987612684376705e-07,
85
- "loss": 12.961,
86
  "step": 50
87
  },
88
  {
89
- "epoch": 0.1423027166882277,
90
- "grad_norm": 193.68319402032964,
91
- "learning_rate": 4.973816287836379e-07,
92
- "loss": 10.809,
93
  "step": 55
94
  },
95
  {
96
- "epoch": 0.15523932729624837,
97
- "grad_norm": 63.544778628785686,
98
- "learning_rate": 4.954951453913442e-07,
99
- "loss": 10.385,
100
  "step": 60
101
  },
102
  {
103
- "epoch": 0.16817593790426907,
104
- "grad_norm": 26.370287565962407,
105
- "learning_rate": 4.931056833509313e-07,
106
- "loss": 10.1709,
107
  "step": 65
108
  },
109
  {
110
- "epoch": 0.18111254851228978,
111
- "grad_norm": 99.65626298246401,
112
- "learning_rate": 4.902181382719843e-07,
113
- "loss": 10.0785,
114
  "step": 70
115
  },
116
  {
117
- "epoch": 0.19404915912031048,
118
- "grad_norm": 91.97251247083376,
119
- "learning_rate": 4.868384262532425e-07,
120
- "loss": 10.0305,
121
  "step": 75
122
  },
123
  {
124
- "epoch": 0.2069857697283312,
125
- "grad_norm": 133.24722674771854,
126
- "learning_rate": 4.829734717614995e-07,
127
- "loss": 9.9683,
128
  "step": 80
129
  },
130
  {
131
- "epoch": 0.21992238033635186,
132
- "grad_norm": 49.44784904214244,
133
- "learning_rate": 4.78631193444524e-07,
134
- "loss": 9.8086,
135
  "step": 85
136
  },
137
  {
138
- "epoch": 0.23285899094437257,
139
- "grad_norm": 39.83457542693803,
140
- "learning_rate": 4.738204879070702e-07,
141
- "loss": 9.6444,
142
  "step": 90
143
  },
144
  {
145
- "epoch": 0.24579560155239327,
146
- "grad_norm": 35.524332578393064,
147
- "learning_rate": 4.6855121148321705e-07,
148
- "loss": 9.5317,
149
  "step": 95
150
  },
151
  {
152
- "epoch": 0.258732212160414,
153
- "grad_norm": 21.89346239249435,
154
- "learning_rate": 4.6283416004238185e-07,
155
- "loss": 9.4199,
156
  "step": 100
157
  },
158
  {
159
- "epoch": 0.2716688227684347,
160
- "grad_norm": 18.371198207871824,
161
- "learning_rate": 4.566810468703828e-07,
162
- "loss": 9.3422,
163
  "step": 105
164
  },
165
  {
166
- "epoch": 0.2846054333764554,
167
- "grad_norm": 14.363049133916364,
168
- "learning_rate": 4.5010447867086775e-07,
169
- "loss": 9.2499,
170
  "step": 110
171
  },
172
  {
173
- "epoch": 0.2975420439844761,
174
- "grad_norm": 25.239020822491135,
175
- "learning_rate": 4.431179297362797e-07,
176
- "loss": 9.1466,
177
  "step": 115
178
  },
179
  {
180
- "epoch": 0.31047865459249674,
181
- "grad_norm": 50.305464578443626,
182
- "learning_rate": 4.3573571434127553e-07,
183
- "loss": 9.1168,
184
  "step": 120
185
  },
186
  {
187
- "epoch": 0.32341526520051744,
188
- "grad_norm": 29.946521630452818,
189
- "learning_rate": 4.2797295741516337e-07,
190
- "loss": 9.0978,
191
  "step": 125
192
  },
193
  {
194
- "epoch": 0.33635187580853815,
195
- "grad_norm": 35.470152215729236,
196
- "learning_rate": 4.1984556355344205e-07,
197
- "loss": 9.0445,
198
  "step": 130
199
  },
200
  {
201
- "epoch": 0.34928848641655885,
202
- "grad_norm": 26.3769064790735,
203
- "learning_rate": 4.1137018443193496e-07,
204
- "loss": 9.0052,
205
  "step": 135
206
  },
207
  {
208
- "epoch": 0.36222509702457956,
209
- "grad_norm": 28.18463108090832,
210
- "learning_rate": 4.025641846902812e-07,
211
- "loss": 8.9554,
212
  "step": 140
213
  },
214
  {
215
- "epoch": 0.37516170763260026,
216
- "grad_norm": 23.521159788503216,
217
- "learning_rate": 3.9344560635468183e-07,
218
- "loss": 8.9328,
219
  "step": 145
220
  },
221
  {
222
- "epoch": 0.38809831824062097,
223
- "grad_norm": 20.007227770493905,
224
- "learning_rate": 3.8403313187279446e-07,
225
- "loss": 8.8458,
226
  "step": 150
227
  },
228
  {
229
- "epoch": 0.40103492884864167,
230
- "grad_norm": 20.506423559359675,
231
- "learning_rate": 3.743460458365114e-07,
232
- "loss": 8.8147,
233
  "step": 155
234
  },
235
  {
236
- "epoch": 0.4139715394566624,
237
- "grad_norm": 20.107542907366796,
238
- "learning_rate": 3.644041954710432e-07,
239
- "loss": 8.7916,
240
  "step": 160
241
  },
242
  {
243
- "epoch": 0.4269081500646831,
244
- "grad_norm": 18.743137987266405,
245
- "learning_rate": 3.5422794997126223e-07,
246
- "loss": 8.7202,
247
  "step": 165
248
  },
249
  {
250
- "epoch": 0.4398447606727037,
251
- "grad_norm": 21.53271448781464,
252
- "learning_rate": 3.438381587686152e-07,
253
- "loss": 8.6901,
254
  "step": 170
255
  },
256
  {
257
- "epoch": 0.45278137128072443,
258
- "grad_norm": 29.119808165824566,
259
- "learning_rate": 3.3325610881411314e-07,
260
- "loss": 8.6836,
261
  "step": 175
262
  },
263
  {
264
- "epoch": 0.46571798188874514,
265
- "grad_norm": 19.101582760449293,
266
- "learning_rate": 3.225034809649149e-07,
267
- "loss": 8.6107,
268
  "step": 180
269
  },
270
  {
271
- "epoch": 0.47865459249676584,
272
- "grad_norm": 26.344817395383185,
273
- "learning_rate": 3.116023055638638e-07,
274
- "loss": 8.5785,
275
  "step": 185
276
  },
277
  {
278
- "epoch": 0.49159120310478654,
279
- "grad_norm": 22.757551882374766,
280
- "learning_rate": 3.005749173029856e-07,
281
- "loss": 8.5407,
282
  "step": 190
283
  },
284
  {
285
- "epoch": 0.5045278137128072,
286
- "grad_norm": 17.287888797801536,
287
- "learning_rate": 2.894439094634258e-07,
288
- "loss": 8.4908,
289
  "step": 195
290
  },
291
  {
292
- "epoch": 0.517464424320828,
293
- "grad_norm": 18.78518698061505,
294
- "learning_rate": 2.782320876255818e-07,
295
- "loss": 8.4408,
296
  "step": 200
297
  },
298
  {
299
- "epoch": 0.5304010349288486,
300
- "grad_norm": 26.147386948788057,
301
- "learning_rate": 2.6696242294426794e-07,
302
- "loss": 8.4371,
303
  "step": 205
304
  },
305
  {
306
- "epoch": 0.5433376455368694,
307
- "grad_norm": 20.864739238751334,
308
- "learning_rate": 2.5565800508464693e-07,
309
- "loss": 8.3946,
310
  "step": 210
311
  },
312
  {
313
- "epoch": 0.55627425614489,
314
- "grad_norm": 25.03041019448578,
315
- "learning_rate": 2.443419949153531e-07,
316
- "loss": 8.3438,
317
  "step": 215
318
  },
319
  {
320
- "epoch": 0.5692108667529108,
321
- "grad_norm": 20.710123234104667,
322
- "learning_rate": 2.3303757705573201e-07,
323
- "loss": 8.3685,
324
  "step": 220
325
  },
326
  {
327
- "epoch": 0.5821474773609314,
328
- "grad_norm": 20.005194039944502,
329
- "learning_rate": 2.217679123744182e-07,
330
- "loss": 8.2943,
331
  "step": 225
332
  },
333
  {
334
- "epoch": 0.5950840879689522,
335
- "grad_norm": 20.64021311062467,
336
- "learning_rate": 2.1055609053657423e-07,
337
- "loss": 8.2681,
338
  "step": 230
339
  },
340
  {
341
- "epoch": 0.6080206985769728,
342
- "grad_norm": 18.041357467771427,
343
- "learning_rate": 1.9942508269701447e-07,
344
- "loss": 8.2574,
345
  "step": 235
346
  },
347
  {
348
- "epoch": 0.6209573091849935,
349
- "grad_norm": 24.18533351853082,
350
- "learning_rate": 1.883976944361362e-07,
351
- "loss": 8.2044,
352
  "step": 240
353
  },
354
  {
355
- "epoch": 0.6338939197930142,
356
- "grad_norm": 19.308910630600565,
357
- "learning_rate": 1.7749651903508505e-07,
358
- "loss": 8.1439,
359
  "step": 245
360
  },
361
  {
362
- "epoch": 0.6468305304010349,
363
- "grad_norm": 18.940923202491184,
364
- "learning_rate": 1.6674389118588684e-07,
365
- "loss": 8.2016,
366
  "step": 250
367
  },
368
  {
369
- "epoch": 0.6597671410090556,
370
- "grad_norm": 22.62903264366213,
371
- "learning_rate": 1.5616184123138476e-07,
372
- "loss": 8.1482,
373
  "step": 255
374
  },
375
  {
376
- "epoch": 0.6727037516170763,
377
- "grad_norm": 18.71414418245413,
378
- "learning_rate": 1.457720500287379e-07,
379
- "loss": 8.1104,
380
  "step": 260
381
  },
382
  {
383
- "epoch": 0.685640362225097,
384
- "grad_norm": 18.16814176627225,
385
- "learning_rate": 1.3559580452895682e-07,
386
- "loss": 8.1109,
387
  "step": 265
388
  },
389
  {
390
- "epoch": 0.6985769728331177,
391
- "grad_norm": 19.84573072806573,
392
- "learning_rate": 1.2565395416348867e-07,
393
- "loss": 8.0936,
394
  "step": 270
395
  },
396
  {
397
- "epoch": 0.7115135834411385,
398
- "grad_norm": 19.40761310343157,
399
- "learning_rate": 1.1596686812720555e-07,
400
- "loss": 8.081,
401
  "step": 275
402
  },
403
  {
404
- "epoch": 0.7244501940491591,
405
- "grad_norm": 17.694041027215786,
406
- "learning_rate": 1.065543936453182e-07,
407
- "loss": 8.0583,
408
  "step": 280
409
  },
410
  {
411
- "epoch": 0.7373868046571799,
412
- "grad_norm": 19.473414715193275,
413
- "learning_rate": 9.743581530971878e-08,
414
- "loss": 8.0536,
415
  "step": 285
416
  },
417
  {
418
- "epoch": 0.7503234152652005,
419
- "grad_norm": 20.279917617864715,
420
- "learning_rate": 8.862981556806499e-08,
421
- "loss": 8.0876,
422
  "step": 290
423
  },
424
  {
425
- "epoch": 0.7632600258732212,
426
- "grad_norm": 18.215356879442886,
427
- "learning_rate": 8.0154436446558e-08,
428
- "loss": 8.0188,
429
  "step": 295
430
  },
431
  {
432
- "epoch": 0.7761966364812419,
433
- "grad_norm": 17.250109490543473,
434
- "learning_rate": 7.202704258483663e-08,
435
- "loss": 8.0066,
436
  "step": 300
437
  },
438
  {
439
- "epoch": 0.7891332470892626,
440
- "grad_norm": 16.664504705841736,
441
- "learning_rate": 6.426428565872443e-08,
442
- "loss": 8.0198,
443
  "step": 305
444
  },
445
  {
446
- "epoch": 0.8020698576972833,
447
- "grad_norm": 21.103826588222557,
448
- "learning_rate": 5.688207026372027e-08,
449
- "loss": 8.0141,
450
  "step": 310
451
  },
452
  {
453
- "epoch": 0.815006468305304,
454
- "grad_norm": 17.388005585117728,
455
- "learning_rate": 4.989552132913219e-08,
456
- "loss": 7.9909,
457
  "step": 315
458
  },
459
  {
460
- "epoch": 0.8279430789133247,
461
- "grad_norm": 17.869968121368707,
462
- "learning_rate": 4.331895312961725e-08,
463
- "loss": 7.9866,
464
  "step": 320
465
  },
466
  {
467
- "epoch": 0.8408796895213454,
468
- "grad_norm": 19.683008826871088,
469
- "learning_rate": 3.7165839957618156e-08,
470
- "loss": 7.9899,
471
  "step": 325
472
  },
473
  {
474
- "epoch": 0.8538163001293662,
475
- "grad_norm": 17.460030572155425,
476
- "learning_rate": 3.144878851678298e-08,
477
- "loss": 7.9855,
478
  "step": 330
479
  },
480
  {
481
- "epoch": 0.8667529107373868,
482
- "grad_norm": 17.02791948891275,
483
- "learning_rate": 2.617951209292979e-08,
484
- "loss": 8.0126,
485
  "step": 335
486
  },
487
  {
488
- "epoch": 0.8796895213454075,
489
- "grad_norm": 20.515442084242775,
490
- "learning_rate": 2.136880655547596e-08,
491
- "loss": 8.0,
492
  "step": 340
493
  },
494
  {
495
- "epoch": 0.8926261319534282,
496
- "grad_norm": 16.829511963680876,
497
- "learning_rate": 1.7026528238500426e-08,
498
- "loss": 7.9638,
499
  "step": 345
500
  },
501
  {
502
- "epoch": 0.9055627425614489,
503
- "grad_norm": 17.7377760938193,
504
- "learning_rate": 1.3161573746757415e-08,
505
- "loss": 7.923,
506
  "step": 350
507
  },
508
  {
509
- "epoch": 0.9184993531694696,
510
- "grad_norm": 17.924298918004375,
511
- "learning_rate": 9.78186172801565e-09,
512
- "loss": 7.9911,
513
  "step": 355
514
  },
515
  {
516
- "epoch": 0.9314359637774903,
517
- "grad_norm": 17.683222436895043,
518
- "learning_rate": 6.894316649068643e-09,
519
- "loss": 7.9886,
520
  "step": 360
521
  },
522
  {
523
- "epoch": 0.944372574385511,
524
- "grad_norm": 17.323184239913775,
525
- "learning_rate": 4.50485460865585e-09,
526
- "loss": 7.9649,
527
  "step": 365
528
  },
529
  {
530
- "epoch": 0.9573091849935317,
531
- "grad_norm": 16.759552285384956,
532
- "learning_rate": 2.6183712163621308e-09,
533
- "loss": 7.9909,
534
  "step": 370
535
  },
536
  {
537
- "epoch": 0.9702457956015524,
538
- "grad_norm": 16.40682058120129,
539
- "learning_rate": 1.2387315623294536e-09,
540
- "loss": 8.0056,
541
  "step": 375
542
  },
543
  {
544
- "epoch": 0.9831824062095731,
545
- "grad_norm": 16.270242929964763,
546
- "learning_rate": 3.6876229833118776e-10,
547
- "loss": 7.9802,
548
  "step": 380
549
  },
550
  {
551
- "epoch": 0.9961190168175937,
552
- "grad_norm": 17.17813750433213,
553
- "learning_rate": 1.0245846433665217e-11,
554
- "loss": 7.9839,
555
  "step": 385
556
  },
557
  {
558
- "epoch": 0.9987063389391979,
559
- "eval_loss": 7.827143669128418,
560
- "eval_runtime": 3.6254,
561
- "eval_samples_per_second": 62.613,
562
- "eval_steps_per_second": 1.103,
563
- "step": 386
564
  },
565
  {
566
- "epoch": 0.9987063389391979,
567
- "step": 386,
568
- "total_flos": 161536404357120.0,
569
- "train_loss": 11.514628536342958,
570
- "train_runtime": 5043.2067,
571
- "train_samples_per_second": 19.608,
572
- "train_steps_per_second": 0.077
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
573
  }
574
  ],
575
  "logging_steps": 5,
576
- "max_steps": 386,
577
  "num_input_tokens_seen": 0,
578
  "num_train_epochs": 1,
579
  "save_steps": 100,
@@ -589,7 +687,7 @@
589
  "attributes": {}
590
  }
591
  },
592
- "total_flos": 161536404357120.0,
593
  "train_batch_size": 8,
594
  "trial_name": null,
595
  "trial_params": null
 
1
  {
2
  "best_metric": null,
3
  "best_model_checkpoint": null,
4
+ "epoch": 0.9989023051591658,
5
  "eval_steps": 500,
6
+ "global_step": 455,
7
  "is_hyper_param_search": false,
8
  "is_local_process_zero": true,
9
  "is_world_process_zero": true,
10
  "log_history": [
11
  {
12
+ "epoch": 0.0021953896816684962,
13
+ "grad_norm": 37.23542178718614,
14
+ "learning_rate": 1.0869565217391303e-08,
15
+ "loss": 1.4277,
16
  "step": 1
17
  },
18
  {
19
+ "epoch": 0.010976948408342482,
20
+ "grad_norm": 31.768758474830744,
21
+ "learning_rate": 5.434782608695652e-08,
22
+ "loss": 1.4875,
23
  "step": 5
24
  },
25
  {
26
+ "epoch": 0.021953896816684963,
27
+ "grad_norm": 37.21672974282255,
28
+ "learning_rate": 1.0869565217391303e-07,
29
+ "loss": 1.4405,
30
  "step": 10
31
  },
32
  {
33
+ "epoch": 0.03293084522502744,
34
+ "grad_norm": 28.728369641123845,
35
+ "learning_rate": 1.6304347826086955e-07,
36
+ "loss": 1.4495,
37
  "step": 15
38
  },
39
  {
40
+ "epoch": 0.043907793633369926,
41
+ "grad_norm": 24.14103448999392,
42
+ "learning_rate": 2.1739130434782607e-07,
43
+ "loss": 1.348,
44
  "step": 20
45
  },
46
  {
47
+ "epoch": 0.054884742041712405,
48
+ "grad_norm": 17.84361561407524,
49
+ "learning_rate": 2.717391304347826e-07,
50
+ "loss": 1.2803,
51
  "step": 25
52
  },
53
  {
54
+ "epoch": 0.06586169045005488,
55
+ "grad_norm": 8.32310884222812,
56
+ "learning_rate": 3.260869565217391e-07,
57
+ "loss": 1.2081,
58
  "step": 30
59
  },
60
  {
61
+ "epoch": 0.07683863885839737,
62
+ "grad_norm": 4.7849107325475435,
63
+ "learning_rate": 3.8043478260869567e-07,
64
+ "loss": 1.1701,
65
  "step": 35
66
  },
67
  {
68
+ "epoch": 0.08781558726673985,
69
+ "grad_norm": 4.142884139685247,
70
+ "learning_rate": 4.3478260869565214e-07,
71
+ "loss": 1.1529,
72
  "step": 40
73
  },
74
  {
75
+ "epoch": 0.09879253567508232,
76
+ "grad_norm": 4.1545233643304105,
77
+ "learning_rate": 4.891304347826087e-07,
78
+ "loss": 1.1303,
79
  "step": 45
80
  },
81
  {
82
+ "epoch": 0.10976948408342481,
83
+ "grad_norm": 3.10192089815295,
84
+ "learning_rate": 4.998820089787287e-07,
85
+ "loss": 1.1088,
86
  "step": 50
87
  },
88
  {
89
+ "epoch": 0.1207464324917673,
90
+ "grad_norm": 3.1563385745763677,
91
+ "learning_rate": 4.99402861330474e-07,
92
+ "loss": 1.1042,
93
  "step": 55
94
  },
95
  {
96
+ "epoch": 0.13172338090010977,
97
+ "grad_norm": 2.5435814181022827,
98
+ "learning_rate": 4.985558887302488e-07,
99
+ "loss": 1.0956,
100
  "step": 60
101
  },
102
  {
103
+ "epoch": 0.14270032930845225,
104
+ "grad_norm": 2.640027183329368,
105
+ "learning_rate": 4.973423403123028e-07,
106
+ "loss": 1.079,
107
  "step": 65
108
  },
109
  {
110
+ "epoch": 0.15367727771679474,
111
+ "grad_norm": 3.037284920443539,
112
+ "learning_rate": 4.957640058451501e-07,
113
+ "loss": 1.0675,
114
  "step": 70
115
  },
116
  {
117
+ "epoch": 0.16465422612513722,
118
+ "grad_norm": 3.1427488556058223,
119
+ "learning_rate": 4.938232130919785e-07,
120
+ "loss": 1.0734,
121
  "step": 75
122
  },
123
  {
124
+ "epoch": 0.1756311745334797,
125
+ "grad_norm": 2.2891126109812543,
126
+ "learning_rate": 4.915228243776124e-07,
127
+ "loss": 1.0663,
128
  "step": 80
129
  },
130
  {
131
+ "epoch": 0.18660812294182216,
132
+ "grad_norm": 3.1770515308884497,
133
+ "learning_rate": 4.888662323670913e-07,
134
+ "loss": 1.0556,
135
  "step": 85
136
  },
137
  {
138
+ "epoch": 0.19758507135016465,
139
+ "grad_norm": 2.497553823382758,
140
+ "learning_rate": 4.858573550620908e-07,
141
+ "loss": 1.067,
142
  "step": 90
143
  },
144
  {
145
+ "epoch": 0.20856201975850713,
146
+ "grad_norm": 2.2786389579554225,
147
+ "learning_rate": 4.825006300225665e-07,
148
+ "loss": 1.0713,
149
  "step": 95
150
  },
151
  {
152
+ "epoch": 0.21953896816684962,
153
+ "grad_norm": 2.4565400673449314,
154
+ "learning_rate": 4.7880100782214e-07,
155
+ "loss": 1.0594,
156
  "step": 100
157
  },
158
  {
159
+ "epoch": 0.2305159165751921,
160
+ "grad_norm": 2.2057241212988274,
161
+ "learning_rate": 4.747639447468816e-07,
162
+ "loss": 1.0622,
163
  "step": 105
164
  },
165
  {
166
+ "epoch": 0.2414928649835346,
167
+ "grad_norm": 2.699908595698097,
168
+ "learning_rate": 4.7039539474825683e-07,
169
+ "loss": 1.0263,
170
  "step": 110
171
  },
172
  {
173
+ "epoch": 0.2524698133918771,
174
+ "grad_norm": 2.595572602014253,
175
+ "learning_rate": 4.657018006621053e-07,
176
+ "loss": 1.0289,
177
  "step": 115
178
  },
179
  {
180
+ "epoch": 0.26344676180021953,
181
+ "grad_norm": 2.367781794798575,
182
+ "learning_rate": 4.6069008470660057e-07,
183
+ "loss": 1.0671,
184
  "step": 120
185
  },
186
  {
187
+ "epoch": 0.27442371020856204,
188
+ "grad_norm": 2.191786685372748,
189
+ "learning_rate": 4.5536763827320803e-07,
190
+ "loss": 1.0331,
191
  "step": 125
192
  },
193
  {
194
+ "epoch": 0.2854006586169045,
195
+ "grad_norm": 2.2558364905064097,
196
+ "learning_rate": 4.4974231102569355e-07,
197
+ "loss": 1.0247,
198
  "step": 130
199
  },
200
  {
201
+ "epoch": 0.29637760702524696,
202
+ "grad_norm": 2.2396909107202134,
203
+ "learning_rate": 4.438223993232634e-07,
204
+ "loss": 1.0097,
205
  "step": 135
206
  },
207
  {
208
+ "epoch": 0.30735455543358947,
209
+ "grad_norm": 2.2953815342987007,
210
+ "learning_rate": 4.3761663398490634e-07,
211
+ "loss": 1.0162,
212
  "step": 140
213
  },
214
  {
215
+ "epoch": 0.31833150384193193,
216
+ "grad_norm": 2.469492662807899,
217
+ "learning_rate": 4.3113416741298616e-07,
218
+ "loss": 1.0233,
219
  "step": 145
220
  },
221
  {
222
+ "epoch": 0.32930845225027444,
223
+ "grad_norm": 2.3585547924597052,
224
+ "learning_rate": 4.2438456009507195e-07,
225
+ "loss": 1.0095,
226
  "step": 150
227
  },
228
  {
229
+ "epoch": 0.3402854006586169,
230
+ "grad_norm": 2.3421663442140837,
231
+ "learning_rate": 4.1737776650391625e-07,
232
+ "loss": 1.0187,
233
  "step": 155
234
  },
235
  {
236
+ "epoch": 0.3512623490669594,
237
+ "grad_norm": 2.5398466939682733,
238
+ "learning_rate": 4.101241204163748e-07,
239
+ "loss": 0.9977,
240
  "step": 160
241
  },
242
  {
243
+ "epoch": 0.36223929747530187,
244
+ "grad_norm": 2.2242476659757275,
245
+ "learning_rate": 4.0263431967291934e-07,
246
+ "loss": 1.027,
247
  "step": 165
248
  },
249
  {
250
+ "epoch": 0.3732162458836443,
251
+ "grad_norm": 2.1753753105769227,
252
+ "learning_rate": 3.949194104002224e-07,
253
+ "loss": 1.008,
254
  "step": 170
255
  },
256
  {
257
+ "epoch": 0.38419319429198684,
258
+ "grad_norm": 2.300275831812692,
259
+ "learning_rate": 3.8699077072008085e-07,
260
+ "loss": 1.0106,
261
  "step": 175
262
  },
263
  {
264
+ "epoch": 0.3951701427003293,
265
+ "grad_norm": 2.369231981384555,
266
+ "learning_rate": 3.7886009396870564e-07,
267
+ "loss": 1.0034,
268
  "step": 180
269
  },
270
  {
271
+ "epoch": 0.4061470911086718,
272
+ "grad_norm": 3.342159958597614,
273
+ "learning_rate": 3.705393714511268e-07,
274
+ "loss": 1.0008,
275
  "step": 185
276
  },
277
  {
278
+ "epoch": 0.41712403951701427,
279
+ "grad_norm": 2.2742818660752344,
280
+ "learning_rate": 3.6204087475614676e-07,
281
+ "loss": 1.0163,
282
  "step": 190
283
  },
284
  {
285
+ "epoch": 0.4281009879253567,
286
+ "grad_norm": 2.224871070156181,
287
+ "learning_rate": 3.533771376579249e-07,
288
+ "loss": 1.0116,
289
  "step": 195
290
  },
291
  {
292
+ "epoch": 0.43907793633369924,
293
+ "grad_norm": 2.201217019563197,
294
+ "learning_rate": 3.445609376308857e-07,
295
+ "loss": 0.9992,
296
  "step": 200
297
  },
298
  {
299
+ "epoch": 0.4500548847420417,
300
+ "grad_norm": 2.244052004363795,
301
+ "learning_rate": 3.356052770052119e-07,
302
+ "loss": 1.0002,
303
  "step": 205
304
  },
305
  {
306
+ "epoch": 0.4610318331503842,
307
+ "grad_norm": 2.1869532116505437,
308
+ "learning_rate": 3.2652336379071506e-07,
309
+ "loss": 1.003,
310
  "step": 210
311
  },
312
  {
313
+ "epoch": 0.47200878155872666,
314
+ "grad_norm": 2.25200716108438,
315
+ "learning_rate": 3.173285921973657e-07,
316
+ "loss": 0.9967,
317
  "step": 215
318
  },
319
  {
320
+ "epoch": 0.4829857299670692,
321
+ "grad_norm": 2.1977221613580915,
322
+ "learning_rate": 3.0803452288121113e-07,
323
+ "loss": 0.9933,
324
  "step": 220
325
  },
326
  {
327
+ "epoch": 0.49396267837541163,
328
+ "grad_norm": 2.1857074442694064,
329
+ "learning_rate": 2.986548629448146e-07,
330
+ "loss": 1.0118,
331
  "step": 225
332
  },
333
  {
334
+ "epoch": 0.5049396267837541,
335
+ "grad_norm": 2.176224528870358,
336
+ "learning_rate": 2.892034457217119e-07,
337
+ "loss": 0.9803,
338
  "step": 230
339
  },
340
  {
341
+ "epoch": 0.5159165751920965,
342
+ "grad_norm": 2.1323657558564895,
343
+ "learning_rate": 2.7969421037470033e-07,
344
+ "loss": 1.011,
345
  "step": 235
346
  },
347
  {
348
+ "epoch": 0.5268935236004391,
349
+ "grad_norm": 2.210400681860978,
350
+ "learning_rate": 2.70141181338047e-07,
351
+ "loss": 0.9835,
352
  "step": 240
353
  },
354
  {
355
+ "epoch": 0.5378704720087816,
356
+ "grad_norm": 2.294325436997366,
357
+ "learning_rate": 2.60558447633938e-07,
358
+ "loss": 0.9994,
359
  "step": 245
360
  },
361
  {
362
+ "epoch": 0.5488474204171241,
363
+ "grad_norm": 2.269474512577858,
364
+ "learning_rate": 2.509601420936717e-07,
365
+ "loss": 1.0056,
366
  "step": 250
367
  },
368
  {
369
+ "epoch": 0.5598243688254665,
370
+ "grad_norm": 2.350884633568068,
371
+ "learning_rate": 2.413604205142404e-07,
372
+ "loss": 0.9975,
373
  "step": 255
374
  },
375
  {
376
+ "epoch": 0.570801317233809,
377
+ "grad_norm": 2.2618918862021387,
378
+ "learning_rate": 2.3177344078104305e-07,
379
+ "loss": 1.0226,
380
  "step": 260
381
  },
382
  {
383
+ "epoch": 0.5817782656421515,
384
+ "grad_norm": 2.335669763682869,
385
+ "learning_rate": 2.2221334198751717e-07,
386
+ "loss": 0.9996,
387
  "step": 265
388
  },
389
  {
390
+ "epoch": 0.5927552140504939,
391
+ "grad_norm": 2.218697106476552,
392
+ "learning_rate": 2.1269422358248534e-07,
393
+ "loss": 0.9764,
394
  "step": 270
395
  },
396
  {
397
+ "epoch": 0.6037321624588364,
398
+ "grad_norm": 2.294055527983993,
399
+ "learning_rate": 2.0323012457597113e-07,
400
+ "loss": 0.9911,
401
  "step": 275
402
  },
403
  {
404
+ "epoch": 0.6147091108671789,
405
+ "grad_norm": 2.131671305300942,
406
+ "learning_rate": 1.9383500283415127e-07,
407
+ "loss": 1.0084,
408
  "step": 280
409
  },
410
  {
411
+ "epoch": 0.6256860592755215,
412
+ "grad_norm": 2.170441232463747,
413
+ "learning_rate": 1.8452271449398015e-07,
414
+ "loss": 0.9935,
415
  "step": 285
416
  },
417
  {
418
+ "epoch": 0.6366630076838639,
419
+ "grad_norm": 2.2800412432483994,
420
+ "learning_rate": 1.753069935278477e-07,
421
+ "loss": 0.9981,
422
  "step": 290
423
  },
424
  {
425
+ "epoch": 0.6476399560922064,
426
+ "grad_norm": 2.2112002252829233,
427
+ "learning_rate": 1.662014314884074e-07,
428
+ "loss": 0.9821,
429
  "step": 295
430
  },
431
  {
432
+ "epoch": 0.6586169045005489,
433
+ "grad_norm": 2.1523725296369696,
434
+ "learning_rate": 1.5721945746344914e-07,
435
+ "loss": 1.0028,
436
  "step": 300
437
  },
438
  {
439
+ "epoch": 0.6695938529088913,
440
+ "grad_norm": 2.2685448996190476,
441
+ "learning_rate": 1.4837431827037786e-07,
442
+ "loss": 0.9843,
443
  "step": 305
444
  },
445
  {
446
+ "epoch": 0.6805708013172338,
447
+ "grad_norm": 2.222219631378057,
448
+ "learning_rate": 1.3967905891950936e-07,
449
+ "loss": 0.9892,
450
  "step": 310
451
  },
452
  {
453
+ "epoch": 0.6915477497255763,
454
+ "grad_norm": 2.17757738873566,
455
+ "learning_rate": 1.3114650337499578e-07,
456
+ "loss": 0.993,
457
  "step": 315
458
  },
459
  {
460
+ "epoch": 0.7025246981339188,
461
+ "grad_norm": 2.202207960410075,
462
+ "learning_rate": 1.227892356417542e-07,
463
+ "loss": 0.98,
464
  "step": 320
465
  },
466
  {
467
+ "epoch": 0.7135016465422612,
468
+ "grad_norm": 2.2364238502729887,
469
+ "learning_rate": 1.1461958120629345e-07,
470
+ "loss": 0.9747,
471
  "step": 325
472
  },
473
  {
474
+ "epoch": 0.7244785949506037,
475
+ "grad_norm": 2.2007426350936314,
476
+ "learning_rate": 1.0664958885880901e-07,
477
+ "loss": 0.9993,
478
  "step": 330
479
  },
480
  {
481
+ "epoch": 0.7354555433589463,
482
+ "grad_norm": 2.4965113706058433,
483
+ "learning_rate": 9.889101292335625e-08,
484
+ "loss": 0.9881,
485
  "step": 335
486
  },
487
  {
488
+ "epoch": 0.7464324917672887,
489
+ "grad_norm": 2.1808970559228955,
490
+ "learning_rate": 9.13552959223089e-08,
491
+ "loss": 0.9961,
492
  "step": 340
493
  },
494
  {
495
+ "epoch": 0.7574094401756312,
496
+ "grad_norm": 2.1878061482574336,
497
+ "learning_rate": 8.405355170066925e-08,
498
+ "loss": 0.9943,
499
  "step": 345
500
  },
501
  {
502
+ "epoch": 0.7683863885839737,
503
+ "grad_norm": 2.1845807299852034,
504
+ "learning_rate": 7.699654903511971e-08,
505
+ "loss": 0.9866,
506
  "step": 350
507
  },
508
  {
509
+ "epoch": 0.7793633369923162,
510
+ "grad_norm": 2.1414775634398375,
511
+ "learning_rate": 7.01946957519886e-08,
512
+ "loss": 0.9759,
513
  "step": 355
514
  },
515
  {
516
+ "epoch": 0.7903402854006586,
517
+ "grad_norm": 2.122717025599496,
518
+ "learning_rate": 6.365802337755364e-08,
519
+ "loss": 1.0019,
520
  "step": 360
521
  },
522
  {
523
+ "epoch": 0.8013172338090011,
524
+ "grad_norm": 2.14871365458936,
525
+ "learning_rate": 5.739617234332131e-08,
526
+ "loss": 0.9961,
527
  "step": 365
528
  },
529
  {
530
+ "epoch": 0.8122941822173436,
531
+ "grad_norm": 2.1563921789431233,
532
+ "learning_rate": 5.14183777681014e-08,
533
+ "loss": 0.979,
534
  "step": 370
535
  },
536
  {
537
+ "epoch": 0.823271130625686,
538
+ "grad_norm": 2.2409621573734566,
539
+ "learning_rate": 4.5733455837846325e-08,
540
+ "loss": 1.0026,
541
  "step": 375
542
  },
543
  {
544
+ "epoch": 0.8342480790340285,
545
+ "grad_norm": 2.2773154227725296,
546
+ "learning_rate": 4.0349790803341274e-08,
547
+ "loss": 1.0058,
548
  "step": 380
549
  },
550
  {
551
+ "epoch": 0.845225027442371,
552
+ "grad_norm": 2.117720539958819,
553
+ "learning_rate": 3.527532261492272e-08,
554
+ "loss": 0.9875,
555
  "step": 385
556
  },
557
  {
558
+ "epoch": 0.8562019758507134,
559
+ "grad_norm": 2.152957888451534,
560
+ "learning_rate": 3.0517535212460946e-08,
561
+ "loss": 0.9784,
562
+ "step": 390
 
563
  },
564
  {
565
+ "epoch": 0.867178924259056,
566
+ "grad_norm": 2.1225713025355692,
567
+ "learning_rate": 2.608344548787722e-08,
568
+ "loss": 0.9713,
569
+ "step": 395
570
+ },
571
+ {
572
+ "epoch": 0.8781558726673985,
573
+ "grad_norm": 2.1615502933761643,
574
+ "learning_rate": 2.19795929364735e-08,
575
+ "loss": 0.9895,
576
+ "step": 400
577
+ },
578
+ {
579
+ "epoch": 0.889132821075741,
580
+ "grad_norm": 2.167176721017015,
581
+ "learning_rate": 1.8212030012337704e-08,
582
+ "loss": 0.9982,
583
+ "step": 405
584
+ },
585
+ {
586
+ "epoch": 0.9001097694840834,
587
+ "grad_norm": 2.1328147082553994,
588
+ "learning_rate": 1.4786313202048456e-08,
589
+ "loss": 1.0076,
590
+ "step": 410
591
+ },
592
+ {
593
+ "epoch": 0.9110867178924259,
594
+ "grad_norm": 2.249033557726424,
595
+ "learning_rate": 1.1707494829843207e-08,
596
+ "loss": 0.9855,
597
+ "step": 415
598
+ },
599
+ {
600
+ "epoch": 0.9220636663007684,
601
+ "grad_norm": 2.8747995493229372,
602
+ "learning_rate": 8.980115606337046e-09,
603
+ "loss": 0.9957,
604
+ "step": 420
605
+ },
606
+ {
607
+ "epoch": 0.9330406147091108,
608
+ "grad_norm": 2.124614068925926,
609
+ "learning_rate": 6.608197931780496e-09,
610
+ "loss": 0.9769,
611
+ "step": 425
612
+ },
613
+ {
614
+ "epoch": 0.9440175631174533,
615
+ "grad_norm": 2.176873597616659,
616
+ "learning_rate": 4.595239963733011e-09,
617
+ "loss": 0.9853,
618
+ "step": 430
619
+ },
620
+ {
621
+ "epoch": 0.9549945115257958,
622
+ "grad_norm": 2.1342884606915202,
623
+ "learning_rate": 2.9442104579016356e-09,
624
+ "loss": 0.9917,
625
+ "step": 435
626
+ },
627
+ {
628
+ "epoch": 0.9659714599341384,
629
+ "grad_norm": 2.1374930773738487,
630
+ "learning_rate": 1.6575443897531294e-09,
631
+ "loss": 0.9909,
632
+ "step": 440
633
+ },
634
+ {
635
+ "epoch": 0.9769484083424808,
636
+ "grad_norm": 2.1416862097657865,
637
+ "learning_rate": 7.371393633574252e-10,
638
+ "loss": 0.9845,
639
+ "step": 445
640
+ },
641
+ {
642
+ "epoch": 0.9879253567508233,
643
+ "grad_norm": 2.156534272117916,
644
+ "learning_rate": 1.843528127584981e-10,
645
+ "loss": 0.9959,
646
+ "step": 450
647
+ },
648
+ {
649
+ "epoch": 0.9989023051591658,
650
+ "grad_norm": 2.1792993284280864,
651
+ "learning_rate": 0.0,
652
+ "loss": 0.9717,
653
+ "step": 455
654
+ },
655
+ {
656
+ "epoch": 0.9989023051591658,
657
+ "eval_loss": 1.0698977708816528,
658
+ "eval_runtime": 3.5449,
659
+ "eval_samples_per_second": 75.601,
660
+ "eval_steps_per_second": 1.41,
661
+ "step": 455
662
+ },
663
+ {
664
+ "epoch": 0.9989023051591658,
665
+ "step": 455,
666
+ "total_flos": 190430796840960.0,
667
+ "train_loss": 1.0385934979051024,
668
+ "train_runtime": 5380.501,
669
+ "train_samples_per_second": 21.667,
670
+ "train_steps_per_second": 0.085
671
  }
672
  ],
673
  "logging_steps": 5,
674
+ "max_steps": 455,
675
  "num_input_tokens_seen": 0,
676
  "num_train_epochs": 1,
677
  "save_steps": 100,
 
687
  "attributes": {}
688
  }
689
  },
690
+ "total_flos": 190430796840960.0,
691
  "train_batch_size": 8,
692
  "trial_name": null,
693
  "trial_params": null