chansung commited on
Commit
a70ab67
·
verified ·
1 Parent(s): b71f095

Model save

Browse files
Files changed (4) hide show
  1. README.md +4 -5
  2. all_results.json +3 -8
  3. train_results.json +3 -3
  4. trainer_state.json +112 -112
README.md CHANGED
@@ -1,11 +1,10 @@
1
  ---
2
  base_model: meta-llama/Meta-Llama-3-8B
3
  datasets:
4
- - llama-duo/synth_coding_dataset_dedup
5
  library_name: peft
6
  license: llama3
7
  tags:
8
- - alignment-handbook
9
  - trl
10
  - sft
11
  - generated_from_trainer
@@ -19,9 +18,9 @@ should probably proofread and complete it, then remove this comment. -->
19
 
20
  # llama3.1-8b-gpt4o_100k_coding-k
21
 
22
- This model is a fine-tuned version of [meta-llama/Meta-Llama-3-8B](https://huggingface.co/meta-llama/Meta-Llama-3-8B) on the llama-duo/synth_coding_dataset_dedup dataset.
23
  It achieves the following results on the evaluation set:
24
- - Loss: 1.2820
25
 
26
  ## Model description
27
 
@@ -58,7 +57,7 @@ The following hyperparameters were used during training:
58
 
59
  | Training Loss | Epoch | Step | Validation Loss |
60
  |:-------------:|:-----:|:----:|:---------------:|
61
- | 0.5403 | 1.0 | 270 | 1.2820 |
62
 
63
 
64
  ### Framework versions
 
1
  ---
2
  base_model: meta-llama/Meta-Llama-3-8B
3
  datasets:
4
+ - generator
5
  library_name: peft
6
  license: llama3
7
  tags:
 
8
  - trl
9
  - sft
10
  - generated_from_trainer
 
18
 
19
  # llama3.1-8b-gpt4o_100k_coding-k
20
 
21
+ This model is a fine-tuned version of [meta-llama/Meta-Llama-3-8B](https://huggingface.co/meta-llama/Meta-Llama-3-8B) on the generator dataset.
22
  It achieves the following results on the evaluation set:
23
+ - Loss: 1.2764
24
 
25
  ## Model description
26
 
 
57
 
58
  | Training Loss | Epoch | Step | Validation Loss |
59
  |:-------------:|:-----:|:----:|:---------------:|
60
+ | 0.5406 | 1.0 | 270 | 1.2764 |
61
 
62
 
63
  ### Framework versions
all_results.json CHANGED
@@ -1,14 +1,9 @@
1
  {
2
  "epoch": 1.0,
3
- "eval_loss": 1.2819597721099854,
4
- "eval_runtime": 1.1524,
5
- "eval_samples": 16,
6
- "eval_samples_per_second": 3.471,
7
- "eval_steps_per_second": 0.868,
8
  "total_flos": 7.971483567941222e+17,
9
- "train_loss": 0.6255532653243453,
10
- "train_runtime": 2916.7528,
11
  "train_samples": 116368,
12
- "train_samples_per_second": 5.915,
13
  "train_steps_per_second": 0.093
14
  }
 
1
  {
2
  "epoch": 1.0,
 
 
 
 
 
3
  "total_flos": 7.971483567941222e+17,
4
+ "train_loss": 0.6257878903989439,
5
+ "train_runtime": 2906.8071,
6
  "train_samples": 116368,
7
+ "train_samples_per_second": 5.935,
8
  "train_steps_per_second": 0.093
9
  }
train_results.json CHANGED
@@ -1,9 +1,9 @@
1
  {
2
  "epoch": 1.0,
3
  "total_flos": 7.971483567941222e+17,
4
- "train_loss": 0.6255532653243453,
5
- "train_runtime": 2916.7528,
6
  "train_samples": 116368,
7
- "train_samples_per_second": 5.915,
8
  "train_steps_per_second": 0.093
9
  }
 
1
  {
2
  "epoch": 1.0,
3
  "total_flos": 7.971483567941222e+17,
4
+ "train_loss": 0.6257878903989439,
5
+ "train_runtime": 2906.8071,
6
  "train_samples": 116368,
7
+ "train_samples_per_second": 5.935,
8
  "train_steps_per_second": 0.093
9
  }
trainer_state.json CHANGED
@@ -10,404 +10,404 @@
10
  "log_history": [
11
  {
12
  "epoch": 0.003703703703703704,
13
- "grad_norm": 0.6735236644744873,
14
  "learning_rate": 1.111111111111111e-05,
15
  "loss": 1.6565,
16
  "step": 1
17
  },
18
  {
19
  "epoch": 0.018518518518518517,
20
- "grad_norm": 1.047855257987976,
21
  "learning_rate": 5.5555555555555545e-05,
22
- "loss": 1.602,
23
  "step": 5
24
  },
25
  {
26
  "epoch": 0.037037037037037035,
27
- "grad_norm": 0.8623495101928711,
28
  "learning_rate": 0.00011111111111111109,
29
- "loss": 1.5366,
30
  "step": 10
31
  },
32
  {
33
  "epoch": 0.05555555555555555,
34
- "grad_norm": 1.691426396369934,
35
  "learning_rate": 0.00016666666666666666,
36
- "loss": 1.3396,
37
  "step": 15
38
  },
39
  {
40
  "epoch": 0.07407407407407407,
41
- "grad_norm": 0.9092234969139099,
42
  "learning_rate": 0.00022222222222222218,
43
- "loss": 0.9343,
44
  "step": 20
45
  },
46
  {
47
  "epoch": 0.09259259259259259,
48
- "grad_norm": 0.4330471158027649,
49
  "learning_rate": 0.0002777777777777778,
50
- "loss": 0.8052,
51
  "step": 25
52
  },
53
  {
54
  "epoch": 0.1111111111111111,
55
- "grad_norm": 0.3238295912742615,
56
  "learning_rate": 0.0002998871928756345,
57
- "loss": 0.7332,
58
  "step": 30
59
  },
60
  {
61
  "epoch": 0.12962962962962962,
62
- "grad_norm": 0.29893988370895386,
63
  "learning_rate": 0.0002991984303609902,
64
- "loss": 0.6842,
65
  "step": 35
66
  },
67
  {
68
  "epoch": 0.14814814814814814,
69
- "grad_norm": 0.18665669858455658,
70
  "learning_rate": 0.0002978864495017194,
71
- "loss": 0.6534,
72
  "step": 40
73
  },
74
  {
75
  "epoch": 0.16666666666666666,
76
- "grad_norm": 0.16193003952503204,
77
  "learning_rate": 0.00029595673058697357,
78
- "loss": 0.6364,
79
  "step": 45
80
  },
81
  {
82
  "epoch": 0.18518518518518517,
83
- "grad_norm": 0.14426390826702118,
84
  "learning_rate": 0.0002934173342660819,
85
- "loss": 0.6201,
86
  "step": 50
87
  },
88
  {
89
  "epoch": 0.2037037037037037,
90
- "grad_norm": 0.1245051696896553,
91
  "learning_rate": 0.00029027886787832844,
92
- "loss": 0.6117,
93
  "step": 55
94
  },
95
  {
96
  "epoch": 0.2222222222222222,
97
- "grad_norm": 0.14398011565208435,
98
  "learning_rate": 0.000286554441144922,
99
- "loss": 0.6018,
100
  "step": 60
101
  },
102
  {
103
  "epoch": 0.24074074074074073,
104
- "grad_norm": 0.1676715612411499,
105
  "learning_rate": 0.0002822596114082412,
106
- "loss": 0.6073,
107
  "step": 65
108
  },
109
  {
110
  "epoch": 0.25925925925925924,
111
- "grad_norm": 0.1390787661075592,
112
  "learning_rate": 0.0002774123186470946,
113
- "loss": 0.594,
114
  "step": 70
115
  },
116
  {
117
  "epoch": 0.2777777777777778,
118
- "grad_norm": 0.13183851540088654,
119
  "learning_rate": 0.0002720328105394451,
120
- "loss": 0.589,
121
  "step": 75
122
  },
123
  {
124
  "epoch": 0.2962962962962963,
125
- "grad_norm": 0.14338625967502594,
126
  "learning_rate": 0.00026614355788561985,
127
- "loss": 0.5699,
128
  "step": 80
129
  },
130
  {
131
  "epoch": 0.3148148148148148,
132
- "grad_norm": 0.1453503519296646,
133
  "learning_rate": 0.00025976916074529183,
134
- "loss": 0.5717,
135
  "step": 85
136
  },
137
  {
138
  "epoch": 0.3333333333333333,
139
- "grad_norm": 0.13095735013484955,
140
  "learning_rate": 0.00025293624568031,
141
  "loss": 0.5729,
142
  "step": 90
143
  },
144
  {
145
  "epoch": 0.35185185185185186,
146
- "grad_norm": 0.16470138728618622,
147
  "learning_rate": 0.0002456733545326059,
148
- "loss": 0.5723,
149
  "step": 95
150
  },
151
  {
152
  "epoch": 0.37037037037037035,
153
- "grad_norm": 0.13821054995059967,
154
  "learning_rate": 0.00023801082520176267,
155
- "loss": 0.5583,
156
  "step": 100
157
  },
158
  {
159
  "epoch": 0.3888888888888889,
160
- "grad_norm": 0.16222749650478363,
161
  "learning_rate": 0.0002299806649202537,
162
- "loss": 0.5695,
163
  "step": 105
164
  },
165
  {
166
  "epoch": 0.4074074074074074,
167
- "grad_norm": 0.1531219631433487,
168
  "learning_rate": 0.00022161641655569234,
169
- "loss": 0.5538,
170
  "step": 110
171
  },
172
  {
173
  "epoch": 0.42592592592592593,
174
- "grad_norm": 0.15927164256572723,
175
  "learning_rate": 0.00021295301849856435,
176
- "loss": 0.5544,
177
  "step": 115
178
  },
179
  {
180
  "epoch": 0.4444444444444444,
181
- "grad_norm": 0.16342100501060486,
182
  "learning_rate": 0.00020402665872070654,
183
- "loss": 0.5492,
184
  "step": 120
185
  },
186
  {
187
  "epoch": 0.46296296296296297,
188
- "grad_norm": 0.15846914052963257,
189
  "learning_rate": 0.00019487462361414626,
190
- "loss": 0.552,
191
  "step": 125
192
  },
193
  {
194
  "epoch": 0.48148148148148145,
195
- "grad_norm": 0.14684665203094482,
196
  "learning_rate": 0.00018553514224171783,
197
- "loss": 0.5486,
198
  "step": 130
199
  },
200
  {
201
  "epoch": 0.5,
202
- "grad_norm": 0.15133161842823029,
203
  "learning_rate": 0.00017604722665003956,
204
- "loss": 0.555,
205
  "step": 135
206
  },
207
  {
208
  "epoch": 0.5185185185185185,
209
- "grad_norm": 0.15221647918224335,
210
  "learning_rate": 0.00016645050891187974,
211
  "loss": 0.5451,
212
  "step": 140
213
  },
214
  {
215
  "epoch": 0.5370370370370371,
216
- "grad_norm": 0.1682116985321045,
217
  "learning_rate": 0.00015678507557860595,
218
- "loss": 0.5435,
219
  "step": 145
220
  },
221
  {
222
  "epoch": 0.5555555555555556,
223
- "grad_norm": 0.15022225677967072,
224
  "learning_rate": 0.00014709130023422633,
225
- "loss": 0.5494,
226
  "step": 150
227
  },
228
  {
229
  "epoch": 0.5740740740740741,
230
- "grad_norm": 0.16548554599285126,
231
  "learning_rate": 0.00013740967485046393,
232
- "loss": 0.5528,
233
  "step": 155
234
  },
235
  {
236
  "epoch": 0.5925925925925926,
237
- "grad_norm": 0.16638116538524628,
238
  "learning_rate": 0.0001277806406473127,
239
- "loss": 0.5383,
240
  "step": 160
241
  },
242
  {
243
  "epoch": 0.6111111111111112,
244
- "grad_norm": 0.16238638758659363,
245
  "learning_rate": 0.00011824441916558842,
246
- "loss": 0.534,
247
  "step": 165
248
  },
249
  {
250
  "epoch": 0.6296296296296297,
251
- "grad_norm": 0.16411995887756348,
252
  "learning_rate": 0.00010884084425710479,
253
- "loss": 0.5385,
254
  "step": 170
255
  },
256
  {
257
  "epoch": 0.6481481481481481,
258
- "grad_norm": 0.16393356025218964,
259
  "learning_rate": 9.960919569426869e-05,
260
  "loss": 0.5353,
261
  "step": 175
262
  },
263
  {
264
  "epoch": 0.6666666666666666,
265
- "grad_norm": 0.1613512635231018,
266
  "learning_rate": 9.058803509412646e-05,
267
- "loss": 0.5434,
268
  "step": 180
269
  },
270
  {
271
  "epoch": 0.6851851851851852,
272
- "grad_norm": 0.1644994616508484,
273
  "learning_rate": 8.18150448422249e-05,
274
- "loss": 0.5345,
275
  "step": 185
276
  },
277
  {
278
  "epoch": 0.7037037037037037,
279
- "grad_norm": 0.15923035144805908,
280
  "learning_rate": 7.332687068911903e-05,
281
- "loss": 0.5385,
282
  "step": 190
283
  },
284
  {
285
  "epoch": 0.7222222222222222,
286
- "grad_norm": 0.16599948704242706,
287
  "learning_rate": 6.515896867701923e-05,
288
- "loss": 0.54,
289
  "step": 195
290
  },
291
  {
292
  "epoch": 0.7407407407407407,
293
- "grad_norm": 0.16556750237941742,
294
  "learning_rate": 5.734545703598145e-05,
295
- "loss": 0.5339,
296
  "step": 200
297
  },
298
  {
299
  "epoch": 0.7592592592592593,
300
- "grad_norm": 0.17149387300014496,
301
  "learning_rate": 4.991897366828704e-05,
302
- "loss": 0.5386,
303
  "step": 205
304
  },
305
  {
306
  "epoch": 0.7777777777777778,
307
- "grad_norm": 0.16719135642051697,
308
  "learning_rate": 4.2910539816315164e-05,
309
- "loss": 0.53,
310
  "step": 210
311
  },
312
  {
313
  "epoch": 0.7962962962962963,
314
- "grad_norm": 0.15575380623340607,
315
  "learning_rate": 3.6349430483382306e-05,
316
- "loss": 0.5288,
317
  "step": 215
318
  },
319
  {
320
  "epoch": 0.8148148148148148,
321
- "grad_norm": 0.15009023249149323,
322
  "learning_rate": 3.0263052148816046e-05,
323
- "loss": 0.5302,
324
  "step": 220
325
  },
326
  {
327
  "epoch": 0.8333333333333334,
328
- "grad_norm": 0.15368495881557465,
329
  "learning_rate": 2.4676828288059558e-05,
330
- "loss": 0.5369,
331
  "step": 225
332
  },
333
  {
334
  "epoch": 0.8518518518518519,
335
- "grad_norm": 0.1581869274377823,
336
  "learning_rate": 1.9614093176002828e-05,
337
- "loss": 0.5435,
338
  "step": 230
339
  },
340
  {
341
  "epoch": 0.8703703703703703,
342
- "grad_norm": 0.16010069847106934,
343
  "learning_rate": 1.5095994417136053e-05,
344
- "loss": 0.5342,
345
  "step": 235
346
  },
347
  {
348
  "epoch": 0.8888888888888888,
349
- "grad_norm": 0.15556618571281433,
350
  "learning_rate": 1.1141404609666449e-05,
351
- "loss": 0.5253,
352
  "step": 240
353
  },
354
  {
355
  "epoch": 0.9074074074074074,
356
- "grad_norm": 0.15522176027297974,
357
  "learning_rate": 7.766842512588529e-06,
358
- "loss": 0.531,
359
  "step": 245
360
  },
361
  {
362
  "epoch": 0.9259259259259259,
363
- "grad_norm": 0.16106705367565155,
364
  "learning_rate": 4.986404045000697e-06,
365
- "loss": 0.5304,
366
  "step": 250
367
  },
368
  {
369
  "epoch": 0.9444444444444444,
370
- "grad_norm": 0.1596304476261139,
371
  "learning_rate": 2.811703405892296e-06,
372
  "loss": 0.5268,
373
  "step": 255
374
  },
375
  {
376
  "epoch": 0.9629629629629629,
377
- "grad_norm": 0.15755844116210938,
378
  "learning_rate": 1.2518245603498345e-06,
379
- "loss": 0.5315,
380
  "step": 260
381
  },
382
  {
383
  "epoch": 0.9814814814814815,
384
- "grad_norm": 0.20954440534114838,
385
  "learning_rate": 3.1328329483019663e-07,
386
- "loss": 0.5378,
387
  "step": 265
388
  },
389
  {
390
  "epoch": 1.0,
391
- "grad_norm": 0.16012723743915558,
392
  "learning_rate": 0.0,
393
- "loss": 0.5403,
394
  "step": 270
395
  },
396
  {
397
  "epoch": 1.0,
398
- "eval_loss": 1.2819597721099854,
399
- "eval_runtime": 1.1563,
400
- "eval_samples_per_second": 3.459,
401
- "eval_steps_per_second": 0.865,
402
  "step": 270
403
  },
404
  {
405
  "epoch": 1.0,
406
  "step": 270,
407
  "total_flos": 7.971483567941222e+17,
408
- "train_loss": 0.6255532653243453,
409
- "train_runtime": 2916.7528,
410
- "train_samples_per_second": 5.915,
411
  "train_steps_per_second": 0.093
412
  }
413
  ],
 
10
  "log_history": [
11
  {
12
  "epoch": 0.003703703703703704,
13
+ "grad_norm": 0.6748902201652527,
14
  "learning_rate": 1.111111111111111e-05,
15
  "loss": 1.6565,
16
  "step": 1
17
  },
18
  {
19
  "epoch": 0.018518518518518517,
20
+ "grad_norm": 0.8883910775184631,
21
  "learning_rate": 5.5555555555555545e-05,
22
+ "loss": 1.6019,
23
  "step": 5
24
  },
25
  {
26
  "epoch": 0.037037037037037035,
27
+ "grad_norm": 0.9978822469711304,
28
  "learning_rate": 0.00011111111111111109,
29
+ "loss": 1.5359,
30
  "step": 10
31
  },
32
  {
33
  "epoch": 0.05555555555555555,
34
+ "grad_norm": 1.5893608331680298,
35
  "learning_rate": 0.00016666666666666666,
36
+ "loss": 1.3426,
37
  "step": 15
38
  },
39
  {
40
  "epoch": 0.07407407407407407,
41
+ "grad_norm": 0.9495543241500854,
42
  "learning_rate": 0.00022222222222222218,
43
+ "loss": 0.9366,
44
  "step": 20
45
  },
46
  {
47
  "epoch": 0.09259259259259259,
48
+ "grad_norm": 0.4493098258972168,
49
  "learning_rate": 0.0002777777777777778,
50
+ "loss": 0.8074,
51
  "step": 25
52
  },
53
  {
54
  "epoch": 0.1111111111111111,
55
+ "grad_norm": 0.3246346712112427,
56
  "learning_rate": 0.0002998871928756345,
57
+ "loss": 0.7346,
58
  "step": 30
59
  },
60
  {
61
  "epoch": 0.12962962962962962,
62
+ "grad_norm": 0.28874966502189636,
63
  "learning_rate": 0.0002991984303609902,
64
+ "loss": 0.6855,
65
  "step": 35
66
  },
67
  {
68
  "epoch": 0.14814814814814814,
69
+ "grad_norm": 0.19572241604328156,
70
  "learning_rate": 0.0002978864495017194,
71
+ "loss": 0.6548,
72
  "step": 40
73
  },
74
  {
75
  "epoch": 0.16666666666666666,
76
+ "grad_norm": 0.16895747184753418,
77
  "learning_rate": 0.00029595673058697357,
78
+ "loss": 0.6371,
79
  "step": 45
80
  },
81
  {
82
  "epoch": 0.18518518518518517,
83
+ "grad_norm": 0.16596512496471405,
84
  "learning_rate": 0.0002934173342660819,
85
+ "loss": 0.6211,
86
  "step": 50
87
  },
88
  {
89
  "epoch": 0.2037037037037037,
90
+ "grad_norm": 0.13342902064323425,
91
  "learning_rate": 0.00029027886787832844,
92
+ "loss": 0.6124,
93
  "step": 55
94
  },
95
  {
96
  "epoch": 0.2222222222222222,
97
+ "grad_norm": 0.1435386687517166,
98
  "learning_rate": 0.000286554441144922,
99
+ "loss": 0.6021,
100
  "step": 60
101
  },
102
  {
103
  "epoch": 0.24074074074074073,
104
+ "grad_norm": 0.1567266881465912,
105
  "learning_rate": 0.0002822596114082412,
106
+ "loss": 0.6076,
107
  "step": 65
108
  },
109
  {
110
  "epoch": 0.25925925925925924,
111
+ "grad_norm": 0.14005671441555023,
112
  "learning_rate": 0.0002774123186470946,
113
+ "loss": 0.5941,
114
  "step": 70
115
  },
116
  {
117
  "epoch": 0.2777777777777778,
118
+ "grad_norm": 0.13816745579242706,
119
  "learning_rate": 0.0002720328105394451,
120
+ "loss": 0.5891,
121
  "step": 75
122
  },
123
  {
124
  "epoch": 0.2962962962962963,
125
+ "grad_norm": 0.1502453237771988,
126
  "learning_rate": 0.00026614355788561985,
127
+ "loss": 0.5701,
128
  "step": 80
129
  },
130
  {
131
  "epoch": 0.3148148148148148,
132
+ "grad_norm": 0.14816893637180328,
133
  "learning_rate": 0.00025976916074529183,
134
+ "loss": 0.5718,
135
  "step": 85
136
  },
137
  {
138
  "epoch": 0.3333333333333333,
139
+ "grad_norm": 0.13009826838970184,
140
  "learning_rate": 0.00025293624568031,
141
  "loss": 0.5729,
142
  "step": 90
143
  },
144
  {
145
  "epoch": 0.35185185185185186,
146
+ "grad_norm": 0.18656130135059357,
147
  "learning_rate": 0.0002456733545326059,
148
+ "loss": 0.5724,
149
  "step": 95
150
  },
151
  {
152
  "epoch": 0.37037037037037035,
153
+ "grad_norm": 0.14232292771339417,
154
  "learning_rate": 0.00023801082520176267,
155
+ "loss": 0.5582,
156
  "step": 100
157
  },
158
  {
159
  "epoch": 0.3888888888888889,
160
+ "grad_norm": 0.15933294594287872,
161
  "learning_rate": 0.0002299806649202537,
162
+ "loss": 0.5697,
163
  "step": 105
164
  },
165
  {
166
  "epoch": 0.4074074074074074,
167
+ "grad_norm": 0.15552918612957,
168
  "learning_rate": 0.00022161641655569234,
169
+ "loss": 0.5544,
170
  "step": 110
171
  },
172
  {
173
  "epoch": 0.42592592592592593,
174
+ "grad_norm": 0.16393014788627625,
175
  "learning_rate": 0.00021295301849856435,
176
+ "loss": 0.5542,
177
  "step": 115
178
  },
179
  {
180
  "epoch": 0.4444444444444444,
181
+ "grad_norm": 0.1773192435503006,
182
  "learning_rate": 0.00020402665872070654,
183
+ "loss": 0.5491,
184
  "step": 120
185
  },
186
  {
187
  "epoch": 0.46296296296296297,
188
+ "grad_norm": 0.16194891929626465,
189
  "learning_rate": 0.00019487462361414626,
190
+ "loss": 0.5525,
191
  "step": 125
192
  },
193
  {
194
  "epoch": 0.48148148148148145,
195
+ "grad_norm": 0.15379634499549866,
196
  "learning_rate": 0.00018553514224171783,
197
+ "loss": 0.5489,
198
  "step": 130
199
  },
200
  {
201
  "epoch": 0.5,
202
+ "grad_norm": 0.170404314994812,
203
  "learning_rate": 0.00017604722665003956,
204
+ "loss": 0.5549,
205
  "step": 135
206
  },
207
  {
208
  "epoch": 0.5185185185185185,
209
+ "grad_norm": 0.15406401455402374,
210
  "learning_rate": 0.00016645050891187974,
211
  "loss": 0.5451,
212
  "step": 140
213
  },
214
  {
215
  "epoch": 0.5370370370370371,
216
+ "grad_norm": 0.16518822312355042,
217
  "learning_rate": 0.00015678507557860595,
218
+ "loss": 0.5436,
219
  "step": 145
220
  },
221
  {
222
  "epoch": 0.5555555555555556,
223
+ "grad_norm": 0.15576022863388062,
224
  "learning_rate": 0.00014709130023422633,
225
+ "loss": 0.5492,
226
  "step": 150
227
  },
228
  {
229
  "epoch": 0.5740740740740741,
230
+ "grad_norm": 0.1619407832622528,
231
  "learning_rate": 0.00013740967485046393,
232
+ "loss": 0.5525,
233
  "step": 155
234
  },
235
  {
236
  "epoch": 0.5925925925925926,
237
+ "grad_norm": 0.1685595065355301,
238
  "learning_rate": 0.0001277806406473127,
239
+ "loss": 0.5385,
240
  "step": 160
241
  },
242
  {
243
  "epoch": 0.6111111111111112,
244
+ "grad_norm": 0.16706547141075134,
245
  "learning_rate": 0.00011824441916558842,
246
+ "loss": 0.5333,
247
  "step": 165
248
  },
249
  {
250
  "epoch": 0.6296296296296297,
251
+ "grad_norm": 0.1658417284488678,
252
  "learning_rate": 0.00010884084425710479,
253
+ "loss": 0.5383,
254
  "step": 170
255
  },
256
  {
257
  "epoch": 0.6481481481481481,
258
+ "grad_norm": 0.16389456391334534,
259
  "learning_rate": 9.960919569426869e-05,
260
  "loss": 0.5353,
261
  "step": 175
262
  },
263
  {
264
  "epoch": 0.6666666666666666,
265
+ "grad_norm": 0.1591169834136963,
266
  "learning_rate": 9.058803509412646e-05,
267
+ "loss": 0.5431,
268
  "step": 180
269
  },
270
  {
271
  "epoch": 0.6851851851851852,
272
+ "grad_norm": 0.1656966358423233,
273
  "learning_rate": 8.18150448422249e-05,
274
+ "loss": 0.5342,
275
  "step": 185
276
  },
277
  {
278
  "epoch": 0.7037037037037037,
279
+ "grad_norm": 0.1611323356628418,
280
  "learning_rate": 7.332687068911903e-05,
281
+ "loss": 0.5387,
282
  "step": 190
283
  },
284
  {
285
  "epoch": 0.7222222222222222,
286
+ "grad_norm": 0.16765892505645752,
287
  "learning_rate": 6.515896867701923e-05,
288
+ "loss": 0.5399,
289
  "step": 195
290
  },
291
  {
292
  "epoch": 0.7407407407407407,
293
+ "grad_norm": 0.1689939796924591,
294
  "learning_rate": 5.734545703598145e-05,
295
+ "loss": 0.5337,
296
  "step": 200
297
  },
298
  {
299
  "epoch": 0.7592592592592593,
300
+ "grad_norm": 0.17689311504364014,
301
  "learning_rate": 4.991897366828704e-05,
302
+ "loss": 0.539,
303
  "step": 205
304
  },
305
  {
306
  "epoch": 0.7777777777777778,
307
+ "grad_norm": 0.16849064826965332,
308
  "learning_rate": 4.2910539816315164e-05,
309
+ "loss": 0.5298,
310
  "step": 210
311
  },
312
  {
313
  "epoch": 0.7962962962962963,
314
+ "grad_norm": 0.1593889743089676,
315
  "learning_rate": 3.6349430483382306e-05,
316
+ "loss": 0.5287,
317
  "step": 215
318
  },
319
  {
320
  "epoch": 0.8148148148148148,
321
+ "grad_norm": 0.1509651094675064,
322
  "learning_rate": 3.0263052148816046e-05,
323
+ "loss": 0.5303,
324
  "step": 220
325
  },
326
  {
327
  "epoch": 0.8333333333333334,
328
+ "grad_norm": 0.1566237062215805,
329
  "learning_rate": 2.4676828288059558e-05,
330
+ "loss": 0.5365,
331
  "step": 225
332
  },
333
  {
334
  "epoch": 0.8518518518518519,
335
+ "grad_norm": 0.15855161845684052,
336
  "learning_rate": 1.9614093176002828e-05,
337
+ "loss": 0.5433,
338
  "step": 230
339
  },
340
  {
341
  "epoch": 0.8703703703703703,
342
+ "grad_norm": 0.16000784933567047,
343
  "learning_rate": 1.5095994417136053e-05,
344
+ "loss": 0.5336,
345
  "step": 235
346
  },
347
  {
348
  "epoch": 0.8888888888888888,
349
+ "grad_norm": 0.15544116497039795,
350
  "learning_rate": 1.1141404609666449e-05,
351
+ "loss": 0.5255,
352
  "step": 240
353
  },
354
  {
355
  "epoch": 0.9074074074074074,
356
+ "grad_norm": 0.15555834770202637,
357
  "learning_rate": 7.766842512588529e-06,
358
+ "loss": 0.5307,
359
  "step": 245
360
  },
361
  {
362
  "epoch": 0.9259259259259259,
363
+ "grad_norm": 0.163555309176445,
364
  "learning_rate": 4.986404045000697e-06,
365
+ "loss": 0.5301,
366
  "step": 250
367
  },
368
  {
369
  "epoch": 0.9444444444444444,
370
+ "grad_norm": 0.16425177454948425,
371
  "learning_rate": 2.811703405892296e-06,
372
  "loss": 0.5268,
373
  "step": 255
374
  },
375
  {
376
  "epoch": 0.9629629629629629,
377
+ "grad_norm": 0.15855489671230316,
378
  "learning_rate": 1.2518245603498345e-06,
379
+ "loss": 0.5314,
380
  "step": 260
381
  },
382
  {
383
  "epoch": 0.9814814814814815,
384
+ "grad_norm": 0.1560031622648239,
385
  "learning_rate": 3.1328329483019663e-07,
386
+ "loss": 0.5381,
387
  "step": 265
388
  },
389
  {
390
  "epoch": 1.0,
391
+ "grad_norm": 0.16213464736938477,
392
  "learning_rate": 0.0,
393
+ "loss": 0.5406,
394
  "step": 270
395
  },
396
  {
397
  "epoch": 1.0,
398
+ "eval_loss": 1.2763605117797852,
399
+ "eval_runtime": 1.1636,
400
+ "eval_samples_per_second": 3.438,
401
+ "eval_steps_per_second": 0.859,
402
  "step": 270
403
  },
404
  {
405
  "epoch": 1.0,
406
  "step": 270,
407
  "total_flos": 7.971483567941222e+17,
408
+ "train_loss": 0.6257878903989439,
409
+ "train_runtime": 2906.8071,
410
+ "train_samples_per_second": 5.935,
411
  "train_steps_per_second": 0.093
412
  }
413
  ],