sravanthib commited on
Commit
d668a59
·
verified ·
1 Parent(s): e10a836

Training completed

Browse files
Files changed (4) hide show
  1. README.md +3 -3
  2. all_results.json +6 -6
  3. train_results.json +6 -6
  4. trainer_state.json +700 -21
README.md CHANGED
@@ -5,14 +5,14 @@ tags:
5
  - generated_from_trainer
6
  library_name: peft
7
  model-index:
8
- - name: model
9
  results: []
10
  ---
11
 
12
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
13
  should probably proofread and complete it, then remove this comment. -->
14
 
15
- # model
16
 
17
  This model is a fine-tuned version of [meta-llama/Llama-3.2-3B-Instruct](https://huggingface.co/meta-llama/Llama-3.2-3B-Instruct) on an unknown dataset.
18
 
@@ -45,7 +45,7 @@ The following hyperparameters were used during training:
45
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
46
  - lr_scheduler_type: linear
47
  - lr_scheduler_warmup_ratio: 0.03
48
- - training_steps: 30
49
 
50
  ### Training results
51
 
 
5
  - generated_from_trainer
6
  library_name: peft
7
  model-index:
8
+ - name: model_working
9
  results: []
10
  ---
11
 
12
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
13
  should probably proofread and complete it, then remove this comment. -->
14
 
15
+ # model_working
16
 
17
  This model is a fine-tuned version of [meta-llama/Llama-3.2-3B-Instruct](https://huggingface.co/meta-llama/Llama-3.2-3B-Instruct) on an unknown dataset.
18
 
 
45
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
46
  - lr_scheduler_type: linear
47
  - lr_scheduler_warmup_ratio: 0.03
48
+ - training_steps: 1000
49
 
50
  ### Training results
51
 
all_results.json CHANGED
@@ -1,8 +1,8 @@
1
  {
2
- "epoch": 0.0547945205479452,
3
- "total_flos": 1.6697353660111258e+17,
4
- "train_loss": 1.2756919225056966,
5
- "train_runtime": 450.633,
6
- "train_samples_per_second": 10.652,
7
- "train_steps_per_second": 0.067
8
  }
 
1
  {
2
+ "epoch": 1.82648401826484,
3
+ "total_flos": 5.565784553370419e+18,
4
+ "train_loss": 0.04975467654503882,
5
+ "train_runtime": 15752.6954,
6
+ "train_samples_per_second": 10.157,
7
+ "train_steps_per_second": 0.063
8
  }
train_results.json CHANGED
@@ -1,8 +1,8 @@
1
  {
2
- "epoch": 0.0547945205479452,
3
- "total_flos": 1.6697353660111258e+17,
4
- "train_loss": 1.2756919225056966,
5
- "train_runtime": 450.633,
6
- "train_samples_per_second": 10.652,
7
- "train_steps_per_second": 0.067
8
  }
 
1
  {
2
+ "epoch": 1.82648401826484,
3
+ "total_flos": 5.565784553370419e+18,
4
+ "train_loss": 0.04975467654503882,
5
+ "train_runtime": 15752.6954,
6
+ "train_samples_per_second": 10.157,
7
+ "train_steps_per_second": 0.063
8
  }
trainer_state.json CHANGED
@@ -1,49 +1,728 @@
1
  {
2
  "best_metric": null,
3
  "best_model_checkpoint": null,
4
- "epoch": 0.0547945205479452,
5
  "eval_steps": 0,
6
- "global_step": 30,
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.0182648401826484,
13
- "grad_norm": 0.45940226316452026,
14
- "learning_rate": 0.0001,
15
- "loss": 3.7646,
16
  "step": 10
17
  },
18
  {
19
  "epoch": 0.0365296803652968,
20
- "grad_norm": 0.056412823498249054,
21
- "learning_rate": 0.0001,
22
- "loss": 0.0326,
23
  "step": 20
24
  },
25
  {
26
  "epoch": 0.0547945205479452,
27
- "grad_norm": 0.055685561150312424,
28
  "learning_rate": 0.0001,
29
- "loss": 0.0299,
30
  "step": 30
31
  },
32
  {
33
- "epoch": 0.0547945205479452,
34
- "step": 30,
35
- "total_flos": 1.6697353660111258e+17,
36
- "train_loss": 1.2756919225056966,
37
- "train_runtime": 450.633,
38
- "train_samples_per_second": 10.652,
39
- "train_steps_per_second": 0.067
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
40
  }
41
  ],
42
  "logging_steps": 10,
43
- "max_steps": 30,
44
  "num_input_tokens_seen": 0,
45
- "num_train_epochs": 1,
46
- "save_steps": 30,
47
  "stateful_callbacks": {
48
  "TrainerControl": {
49
  "args": {
@@ -56,7 +735,7 @@
56
  "attributes": {}
57
  }
58
  },
59
- "total_flos": 1.6697353660111258e+17,
60
  "train_batch_size": 2,
61
  "trial_name": null,
62
  "trial_params": null
 
1
  {
2
  "best_metric": null,
3
  "best_model_checkpoint": null,
4
+ "epoch": 1.82648401826484,
5
  "eval_steps": 0,
6
+ "global_step": 1000,
7
  "is_hyper_param_search": false,
8
  "is_local_process_zero": true,
9
  "is_world_process_zero": true,
10
  "log_history": [
11
  {
12
  "epoch": 0.0182648401826484,
13
+ "grad_norm": 1.210837721824646,
14
+ "learning_rate": 8.384962462644227e-05,
15
+ "loss": 4.3885,
16
  "step": 10
17
  },
18
  {
19
  "epoch": 0.0365296803652968,
20
+ "grad_norm": 0.05364489555358887,
21
+ "learning_rate": 9.403937698096759e-05,
22
+ "loss": 0.0377,
23
  "step": 20
24
  },
25
  {
26
  "epoch": 0.0547945205479452,
27
+ "grad_norm": 0.05466941371560097,
28
  "learning_rate": 0.0001,
29
+ "loss": 0.0304,
30
  "step": 30
31
  },
32
  {
33
+ "epoch": 0.0730593607305936,
34
+ "grad_norm": 0.05443768575787544,
35
+ "learning_rate": 0.0001,
36
+ "loss": 0.0286,
37
+ "step": 40
38
+ },
39
+ {
40
+ "epoch": 0.091324200913242,
41
+ "grad_norm": 0.04316823184490204,
42
+ "learning_rate": 0.0001,
43
+ "loss": 0.0269,
44
+ "step": 50
45
+ },
46
+ {
47
+ "epoch": 0.1095890410958904,
48
+ "grad_norm": 0.040838971734046936,
49
+ "learning_rate": 0.0001,
50
+ "loss": 0.0253,
51
+ "step": 60
52
+ },
53
+ {
54
+ "epoch": 0.1278538812785388,
55
+ "grad_norm": 0.033302322030067444,
56
+ "learning_rate": 0.0001,
57
+ "loss": 0.0246,
58
+ "step": 70
59
+ },
60
+ {
61
+ "epoch": 0.1461187214611872,
62
+ "grad_norm": 0.033719729632139206,
63
+ "learning_rate": 0.0001,
64
+ "loss": 0.0236,
65
+ "step": 80
66
+ },
67
+ {
68
+ "epoch": 0.1643835616438356,
69
+ "grad_norm": 0.035154491662979126,
70
+ "learning_rate": 0.0001,
71
+ "loss": 0.0225,
72
+ "step": 90
73
+ },
74
+ {
75
+ "epoch": 0.182648401826484,
76
+ "grad_norm": 0.04473581910133362,
77
+ "learning_rate": 0.0001,
78
+ "loss": 0.0215,
79
+ "step": 100
80
+ },
81
+ {
82
+ "epoch": 0.2009132420091324,
83
+ "grad_norm": 0.03445715084671974,
84
+ "learning_rate": 0.0001,
85
+ "loss": 0.0206,
86
+ "step": 110
87
+ },
88
+ {
89
+ "epoch": 0.2191780821917808,
90
+ "grad_norm": 0.038836944848299026,
91
+ "learning_rate": 0.0001,
92
+ "loss": 0.0192,
93
+ "step": 120
94
+ },
95
+ {
96
+ "epoch": 0.2374429223744292,
97
+ "grad_norm": 0.03825332224369049,
98
+ "learning_rate": 0.0001,
99
+ "loss": 0.0175,
100
+ "step": 130
101
+ },
102
+ {
103
+ "epoch": 0.2557077625570776,
104
+ "grad_norm": 0.06607168912887573,
105
+ "learning_rate": 0.0001,
106
+ "loss": 0.0163,
107
+ "step": 140
108
+ },
109
+ {
110
+ "epoch": 0.273972602739726,
111
+ "grad_norm": 0.06894340366125107,
112
+ "learning_rate": 0.0001,
113
+ "loss": 0.0145,
114
+ "step": 150
115
+ },
116
+ {
117
+ "epoch": 0.2922374429223744,
118
+ "grad_norm": 0.05710868164896965,
119
+ "learning_rate": 0.0001,
120
+ "loss": 0.0135,
121
+ "step": 160
122
+ },
123
+ {
124
+ "epoch": 0.3105022831050228,
125
+ "grad_norm": 0.21631816029548645,
126
+ "learning_rate": 0.0001,
127
+ "loss": 0.0124,
128
+ "step": 170
129
+ },
130
+ {
131
+ "epoch": 0.3287671232876712,
132
+ "grad_norm": 0.02653978019952774,
133
+ "learning_rate": 0.0001,
134
+ "loss": 0.0108,
135
+ "step": 180
136
+ },
137
+ {
138
+ "epoch": 0.3470319634703196,
139
+ "grad_norm": 0.02567458152770996,
140
+ "learning_rate": 0.0001,
141
+ "loss": 0.0096,
142
+ "step": 190
143
+ },
144
+ {
145
+ "epoch": 0.365296803652968,
146
+ "grad_norm": 0.02634381130337715,
147
+ "learning_rate": 0.0001,
148
+ "loss": 0.009,
149
+ "step": 200
150
+ },
151
+ {
152
+ "epoch": 0.3835616438356164,
153
+ "grad_norm": 0.0267449039965868,
154
+ "learning_rate": 0.0001,
155
+ "loss": 0.0082,
156
+ "step": 210
157
+ },
158
+ {
159
+ "epoch": 0.4018264840182648,
160
+ "grad_norm": 0.021301211789250374,
161
+ "learning_rate": 0.0001,
162
+ "loss": 0.0074,
163
+ "step": 220
164
+ },
165
+ {
166
+ "epoch": 0.4200913242009132,
167
+ "grad_norm": 0.019044479355216026,
168
+ "learning_rate": 0.0001,
169
+ "loss": 0.0065,
170
+ "step": 230
171
+ },
172
+ {
173
+ "epoch": 0.4383561643835616,
174
+ "grad_norm": 0.029325349256396294,
175
+ "learning_rate": 0.0001,
176
+ "loss": 0.0058,
177
+ "step": 240
178
+ },
179
+ {
180
+ "epoch": 0.45662100456621,
181
+ "grad_norm": 0.020611237734556198,
182
+ "learning_rate": 0.0001,
183
+ "loss": 0.005,
184
+ "step": 250
185
+ },
186
+ {
187
+ "epoch": 0.4748858447488584,
188
+ "grad_norm": 0.013526758179068565,
189
+ "learning_rate": 0.0001,
190
+ "loss": 0.0048,
191
+ "step": 260
192
+ },
193
+ {
194
+ "epoch": 0.4931506849315068,
195
+ "grad_norm": 0.013649986125528812,
196
+ "learning_rate": 0.0001,
197
+ "loss": 0.0044,
198
+ "step": 270
199
+ },
200
+ {
201
+ "epoch": 0.5114155251141552,
202
+ "grad_norm": 0.010144168511033058,
203
+ "learning_rate": 0.0001,
204
+ "loss": 0.0039,
205
+ "step": 280
206
+ },
207
+ {
208
+ "epoch": 0.5296803652968036,
209
+ "grad_norm": 0.010870883241295815,
210
+ "learning_rate": 0.0001,
211
+ "loss": 0.0037,
212
+ "step": 290
213
+ },
214
+ {
215
+ "epoch": 0.547945205479452,
216
+ "grad_norm": 0.013004078529775143,
217
+ "learning_rate": 0.0001,
218
+ "loss": 0.0035,
219
+ "step": 300
220
+ },
221
+ {
222
+ "epoch": 0.5662100456621004,
223
+ "grad_norm": 0.011805733665823936,
224
+ "learning_rate": 0.0001,
225
+ "loss": 0.0032,
226
+ "step": 310
227
+ },
228
+ {
229
+ "epoch": 0.5844748858447488,
230
+ "grad_norm": 0.009305172599852085,
231
+ "learning_rate": 0.0001,
232
+ "loss": 0.0032,
233
+ "step": 320
234
+ },
235
+ {
236
+ "epoch": 0.6027397260273972,
237
+ "grad_norm": 0.010236217640340328,
238
+ "learning_rate": 0.0001,
239
+ "loss": 0.0032,
240
+ "step": 330
241
+ },
242
+ {
243
+ "epoch": 0.6210045662100456,
244
+ "grad_norm": 0.006890588905662298,
245
+ "learning_rate": 0.0001,
246
+ "loss": 0.0029,
247
+ "step": 340
248
+ },
249
+ {
250
+ "epoch": 0.639269406392694,
251
+ "grad_norm": 0.009779484011232853,
252
+ "learning_rate": 0.0001,
253
+ "loss": 0.0029,
254
+ "step": 350
255
+ },
256
+ {
257
+ "epoch": 0.6575342465753424,
258
+ "grad_norm": 0.00785751547664404,
259
+ "learning_rate": 0.0001,
260
+ "loss": 0.0028,
261
+ "step": 360
262
+ },
263
+ {
264
+ "epoch": 0.6757990867579908,
265
+ "grad_norm": 0.0072973244823515415,
266
+ "learning_rate": 0.0001,
267
+ "loss": 0.0029,
268
+ "step": 370
269
+ },
270
+ {
271
+ "epoch": 0.6940639269406392,
272
+ "grad_norm": 0.007814369164407253,
273
+ "learning_rate": 0.0001,
274
+ "loss": 0.0026,
275
+ "step": 380
276
+ },
277
+ {
278
+ "epoch": 0.7123287671232876,
279
+ "grad_norm": 0.009240522980690002,
280
+ "learning_rate": 0.0001,
281
+ "loss": 0.0027,
282
+ "step": 390
283
+ },
284
+ {
285
+ "epoch": 0.730593607305936,
286
+ "grad_norm": 0.009443056769669056,
287
+ "learning_rate": 0.0001,
288
+ "loss": 0.0026,
289
+ "step": 400
290
+ },
291
+ {
292
+ "epoch": 0.7488584474885844,
293
+ "grad_norm": 0.007976274006068707,
294
+ "learning_rate": 0.0001,
295
+ "loss": 0.0025,
296
+ "step": 410
297
+ },
298
+ {
299
+ "epoch": 0.7671232876712328,
300
+ "grad_norm": 0.007670409046113491,
301
+ "learning_rate": 0.0001,
302
+ "loss": 0.0026,
303
+ "step": 420
304
+ },
305
+ {
306
+ "epoch": 0.7853881278538812,
307
+ "grad_norm": 0.007698874454945326,
308
+ "learning_rate": 0.0001,
309
+ "loss": 0.0026,
310
+ "step": 430
311
+ },
312
+ {
313
+ "epoch": 0.8036529680365296,
314
+ "grad_norm": 0.0064626955427229404,
315
+ "learning_rate": 0.0001,
316
+ "loss": 0.0023,
317
+ "step": 440
318
+ },
319
+ {
320
+ "epoch": 0.821917808219178,
321
+ "grad_norm": 0.00718158483505249,
322
+ "learning_rate": 0.0001,
323
+ "loss": 0.0026,
324
+ "step": 450
325
+ },
326
+ {
327
+ "epoch": 0.8401826484018264,
328
+ "grad_norm": 0.00720883859321475,
329
+ "learning_rate": 0.0001,
330
+ "loss": 0.0024,
331
+ "step": 460
332
+ },
333
+ {
334
+ "epoch": 0.8584474885844748,
335
+ "grad_norm": 0.0070312367752194405,
336
+ "learning_rate": 0.0001,
337
+ "loss": 0.0022,
338
+ "step": 470
339
+ },
340
+ {
341
+ "epoch": 0.8767123287671232,
342
+ "grad_norm": 0.006656646262854338,
343
+ "learning_rate": 0.0001,
344
+ "loss": 0.0022,
345
+ "step": 480
346
+ },
347
+ {
348
+ "epoch": 0.8949771689497716,
349
+ "grad_norm": 0.005672188475728035,
350
+ "learning_rate": 0.0001,
351
+ "loss": 0.0023,
352
+ "step": 490
353
+ },
354
+ {
355
+ "epoch": 0.91324200913242,
356
+ "grad_norm": 0.006890942342579365,
357
+ "learning_rate": 0.0001,
358
+ "loss": 0.0023,
359
+ "step": 500
360
+ },
361
+ {
362
+ "epoch": 0.9315068493150684,
363
+ "grad_norm": 0.007466984912753105,
364
+ "learning_rate": 0.0001,
365
+ "loss": 0.0023,
366
+ "step": 510
367
+ },
368
+ {
369
+ "epoch": 0.9497716894977168,
370
+ "grad_norm": 0.004908357746899128,
371
+ "learning_rate": 0.0001,
372
+ "loss": 0.0023,
373
+ "step": 520
374
+ },
375
+ {
376
+ "epoch": 0.9680365296803652,
377
+ "grad_norm": 0.006489965599030256,
378
+ "learning_rate": 0.0001,
379
+ "loss": 0.0022,
380
+ "step": 530
381
+ },
382
+ {
383
+ "epoch": 0.9863013698630136,
384
+ "grad_norm": 0.004896162543445826,
385
+ "learning_rate": 0.0001,
386
+ "loss": 0.0022,
387
+ "step": 540
388
+ },
389
+ {
390
+ "epoch": 1.004566210045662,
391
+ "grad_norm": 0.006576609797775745,
392
+ "learning_rate": 0.0001,
393
+ "loss": 0.0022,
394
+ "step": 550
395
+ },
396
+ {
397
+ "epoch": 1.0228310502283104,
398
+ "grad_norm": 0.005738385953009129,
399
+ "learning_rate": 0.0001,
400
+ "loss": 0.0022,
401
+ "step": 560
402
+ },
403
+ {
404
+ "epoch": 1.0410958904109588,
405
+ "grad_norm": 0.004859850741922855,
406
+ "learning_rate": 0.0001,
407
+ "loss": 0.0021,
408
+ "step": 570
409
+ },
410
+ {
411
+ "epoch": 1.0593607305936072,
412
+ "grad_norm": 0.0058967191725969315,
413
+ "learning_rate": 0.0001,
414
+ "loss": 0.0022,
415
+ "step": 580
416
+ },
417
+ {
418
+ "epoch": 1.0776255707762556,
419
+ "grad_norm": 0.006550053600221872,
420
+ "learning_rate": 0.0001,
421
+ "loss": 0.0022,
422
+ "step": 590
423
+ },
424
+ {
425
+ "epoch": 1.095890410958904,
426
+ "grad_norm": 0.005125932861119509,
427
+ "learning_rate": 0.0001,
428
+ "loss": 0.002,
429
+ "step": 600
430
+ },
431
+ {
432
+ "epoch": 1.1141552511415524,
433
+ "grad_norm": 0.006288828328251839,
434
+ "learning_rate": 0.0001,
435
+ "loss": 0.0021,
436
+ "step": 610
437
+ },
438
+ {
439
+ "epoch": 1.1324200913242009,
440
+ "grad_norm": 0.005583199672400951,
441
+ "learning_rate": 0.0001,
442
+ "loss": 0.0021,
443
+ "step": 620
444
+ },
445
+ {
446
+ "epoch": 1.1506849315068493,
447
+ "grad_norm": 0.009129468351602554,
448
+ "learning_rate": 0.0001,
449
+ "loss": 0.0021,
450
+ "step": 630
451
+ },
452
+ {
453
+ "epoch": 1.1689497716894977,
454
+ "grad_norm": 0.007402694784104824,
455
+ "learning_rate": 0.0001,
456
+ "loss": 0.002,
457
+ "step": 640
458
+ },
459
+ {
460
+ "epoch": 1.187214611872146,
461
+ "grad_norm": 0.006056242622435093,
462
+ "learning_rate": 0.0001,
463
+ "loss": 0.0019,
464
+ "step": 650
465
+ },
466
+ {
467
+ "epoch": 1.2054794520547945,
468
+ "grad_norm": 0.006746839266270399,
469
+ "learning_rate": 0.0001,
470
+ "loss": 0.0021,
471
+ "step": 660
472
+ },
473
+ {
474
+ "epoch": 1.2237442922374429,
475
+ "grad_norm": 0.005732604302465916,
476
+ "learning_rate": 0.0001,
477
+ "loss": 0.0019,
478
+ "step": 670
479
+ },
480
+ {
481
+ "epoch": 1.2420091324200913,
482
+ "grad_norm": 0.005662497598677874,
483
+ "learning_rate": 0.0001,
484
+ "loss": 0.0019,
485
+ "step": 680
486
+ },
487
+ {
488
+ "epoch": 1.2602739726027397,
489
+ "grad_norm": 0.005395127926021814,
490
+ "learning_rate": 0.0001,
491
+ "loss": 0.002,
492
+ "step": 690
493
+ },
494
+ {
495
+ "epoch": 1.278538812785388,
496
+ "grad_norm": 0.006477879825979471,
497
+ "learning_rate": 0.0001,
498
+ "loss": 0.002,
499
+ "step": 700
500
+ },
501
+ {
502
+ "epoch": 1.2968036529680365,
503
+ "grad_norm": 0.00455828383564949,
504
+ "learning_rate": 0.0001,
505
+ "loss": 0.0018,
506
+ "step": 710
507
+ },
508
+ {
509
+ "epoch": 1.3150684931506849,
510
+ "grad_norm": 0.006546813528984785,
511
+ "learning_rate": 0.0001,
512
+ "loss": 0.0019,
513
+ "step": 720
514
+ },
515
+ {
516
+ "epoch": 1.3333333333333333,
517
+ "grad_norm": 0.004749835003167391,
518
+ "learning_rate": 0.0001,
519
+ "loss": 0.002,
520
+ "step": 730
521
+ },
522
+ {
523
+ "epoch": 1.3515981735159817,
524
+ "grad_norm": 0.0060322824865579605,
525
+ "learning_rate": 0.0001,
526
+ "loss": 0.002,
527
+ "step": 740
528
+ },
529
+ {
530
+ "epoch": 1.36986301369863,
531
+ "grad_norm": 0.004833315033465624,
532
+ "learning_rate": 0.0001,
533
+ "loss": 0.0019,
534
+ "step": 750
535
+ },
536
+ {
537
+ "epoch": 1.3881278538812785,
538
+ "grad_norm": 0.006321150343865156,
539
+ "learning_rate": 0.0001,
540
+ "loss": 0.0018,
541
+ "step": 760
542
+ },
543
+ {
544
+ "epoch": 1.4063926940639269,
545
+ "grad_norm": 0.00560184707865119,
546
+ "learning_rate": 0.0001,
547
+ "loss": 0.002,
548
+ "step": 770
549
+ },
550
+ {
551
+ "epoch": 1.4246575342465753,
552
+ "grad_norm": 0.005110142752528191,
553
+ "learning_rate": 0.0001,
554
+ "loss": 0.0018,
555
+ "step": 780
556
+ },
557
+ {
558
+ "epoch": 1.4429223744292237,
559
+ "grad_norm": 0.005219564773142338,
560
+ "learning_rate": 0.0001,
561
+ "loss": 0.0019,
562
+ "step": 790
563
+ },
564
+ {
565
+ "epoch": 1.461187214611872,
566
+ "grad_norm": 0.004923923406749964,
567
+ "learning_rate": 0.0001,
568
+ "loss": 0.0018,
569
+ "step": 800
570
+ },
571
+ {
572
+ "epoch": 1.4794520547945205,
573
+ "grad_norm": 0.004175902344286442,
574
+ "learning_rate": 0.0001,
575
+ "loss": 0.0017,
576
+ "step": 810
577
+ },
578
+ {
579
+ "epoch": 1.4977168949771689,
580
+ "grad_norm": 0.005314885172992945,
581
+ "learning_rate": 0.0001,
582
+ "loss": 0.0019,
583
+ "step": 820
584
+ },
585
+ {
586
+ "epoch": 1.5159817351598175,
587
+ "grad_norm": 0.004691184964030981,
588
+ "learning_rate": 0.0001,
589
+ "loss": 0.0018,
590
+ "step": 830
591
+ },
592
+ {
593
+ "epoch": 1.5342465753424657,
594
+ "grad_norm": 0.006277224514633417,
595
+ "learning_rate": 0.0001,
596
+ "loss": 0.0018,
597
+ "step": 840
598
+ },
599
+ {
600
+ "epoch": 1.5525114155251143,
601
+ "grad_norm": 0.004492647014558315,
602
+ "learning_rate": 0.0001,
603
+ "loss": 0.0017,
604
+ "step": 850
605
+ },
606
+ {
607
+ "epoch": 1.5707762557077625,
608
+ "grad_norm": 0.00427781417965889,
609
+ "learning_rate": 0.0001,
610
+ "loss": 0.0017,
611
+ "step": 860
612
+ },
613
+ {
614
+ "epoch": 1.589041095890411,
615
+ "grad_norm": 0.005225111730396748,
616
+ "learning_rate": 0.0001,
617
+ "loss": 0.0019,
618
+ "step": 870
619
+ },
620
+ {
621
+ "epoch": 1.6073059360730593,
622
+ "grad_norm": 0.004722876939922571,
623
+ "learning_rate": 0.0001,
624
+ "loss": 0.0019,
625
+ "step": 880
626
+ },
627
+ {
628
+ "epoch": 1.625570776255708,
629
+ "grad_norm": 0.0056340452283620834,
630
+ "learning_rate": 0.0001,
631
+ "loss": 0.0019,
632
+ "step": 890
633
+ },
634
+ {
635
+ "epoch": 1.643835616438356,
636
+ "grad_norm": 0.004999073222279549,
637
+ "learning_rate": 0.0001,
638
+ "loss": 0.0018,
639
+ "step": 900
640
+ },
641
+ {
642
+ "epoch": 1.6621004566210047,
643
+ "grad_norm": 0.005323594436049461,
644
+ "learning_rate": 0.0001,
645
+ "loss": 0.0018,
646
+ "step": 910
647
+ },
648
+ {
649
+ "epoch": 1.6803652968036529,
650
+ "grad_norm": 0.006069580093026161,
651
+ "learning_rate": 0.0001,
652
+ "loss": 0.0018,
653
+ "step": 920
654
+ },
655
+ {
656
+ "epoch": 1.6986301369863015,
657
+ "grad_norm": 0.006003932561725378,
658
+ "learning_rate": 0.0001,
659
+ "loss": 0.0017,
660
+ "step": 930
661
+ },
662
+ {
663
+ "epoch": 1.7168949771689497,
664
+ "grad_norm": 0.005637574940919876,
665
+ "learning_rate": 0.0001,
666
+ "loss": 0.0017,
667
+ "step": 940
668
+ },
669
+ {
670
+ "epoch": 1.7351598173515983,
671
+ "grad_norm": 0.004971097223460674,
672
+ "learning_rate": 0.0001,
673
+ "loss": 0.0017,
674
+ "step": 950
675
+ },
676
+ {
677
+ "epoch": 1.7534246575342465,
678
+ "grad_norm": 0.005295970477163792,
679
+ "learning_rate": 0.0001,
680
+ "loss": 0.0017,
681
+ "step": 960
682
+ },
683
+ {
684
+ "epoch": 1.771689497716895,
685
+ "grad_norm": 0.0048394943587481976,
686
+ "learning_rate": 0.0001,
687
+ "loss": 0.0017,
688
+ "step": 970
689
+ },
690
+ {
691
+ "epoch": 1.7899543378995433,
692
+ "grad_norm": 0.005681538488715887,
693
+ "learning_rate": 0.0001,
694
+ "loss": 0.0017,
695
+ "step": 980
696
+ },
697
+ {
698
+ "epoch": 1.808219178082192,
699
+ "grad_norm": 0.007275606505572796,
700
+ "learning_rate": 0.0001,
701
+ "loss": 0.0018,
702
+ "step": 990
703
+ },
704
+ {
705
+ "epoch": 1.82648401826484,
706
+ "grad_norm": 0.004521261900663376,
707
+ "learning_rate": 0.0001,
708
+ "loss": 0.0016,
709
+ "step": 1000
710
+ },
711
+ {
712
+ "epoch": 1.82648401826484,
713
+ "step": 1000,
714
+ "total_flos": 5.565784553370419e+18,
715
+ "train_loss": 0.04975467654503882,
716
+ "train_runtime": 15752.6954,
717
+ "train_samples_per_second": 10.157,
718
+ "train_steps_per_second": 0.063
719
  }
720
  ],
721
  "logging_steps": 10,
722
+ "max_steps": 1000,
723
  "num_input_tokens_seen": 0,
724
+ "num_train_epochs": 2,
725
+ "save_steps": 500,
726
  "stateful_callbacks": {
727
  "TrainerControl": {
728
  "args": {
 
735
  "attributes": {}
736
  }
737
  },
738
+ "total_flos": 5.565784553370419e+18,
739
  "train_batch_size": 2,
740
  "trial_name": null,
741
  "trial_params": null