DeepDream2045 commited on
Commit
4347d53
·
verified ·
1 Parent(s): 8829805

Training in progress, step 25, checkpoint

Browse files
last-checkpoint/adapter_config.json CHANGED
@@ -20,12 +20,12 @@
20
  "rank_pattern": {},
21
  "revision": null,
22
  "target_modules": [
23
- "k_proj",
24
- "up_proj",
25
  "o_proj",
26
- "q_proj",
27
  "down_proj",
 
28
  "gate_proj",
 
29
  "v_proj"
30
  ],
31
  "task_type": "CAUSAL_LM",
 
20
  "rank_pattern": {},
21
  "revision": null,
22
  "target_modules": [
 
 
23
  "o_proj",
24
+ "up_proj",
25
  "down_proj",
26
+ "q_proj",
27
  "gate_proj",
28
+ "k_proj",
29
  "v_proj"
30
  ],
31
  "task_type": "CAUSAL_LM",
last-checkpoint/adapter_model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:c3f1085970e10fc875db136ec23891438513b032dbac0aa6c92740631c9d0e29
3
  size 319876032
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:aa54acbae13b542c0a44a2df9e8d9bc6910b4bfc0e1e72b4a1f5d31f2aa7535f
3
  size 319876032
last-checkpoint/optimizer.pt CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:c9638839cc7aa7ad4e1d815c7e910d5f798f763ac52b4ba04dba53d7f1afd7ae
3
  size 640009682
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:69bfe5eb1b9ac7d5621367d5756e3b934b0c07a345c3b297c22199373b289413
3
  size 640009682
last-checkpoint/rng_state_0.pth CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:71f3e99bab5910a9eb9869e9cff396e4392854837bacbf6f33794bd4244c02c5
3
  size 15024
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cb407202bbcf1c0e8e88edfebb19feaed744e54b180e5617ade49956433eb099
3
  size 15024
last-checkpoint/rng_state_1.pth CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:8b3bb4016113e7b6d5fd848508e844409ddb242416dab96b071055a19c2cbd61
3
  size 15024
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0a9422ed0ba7efd63f8bb85a58f63aab48d3cc7faa7458846d7e794325280d10
3
  size 15024
last-checkpoint/rng_state_2.pth CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:b0373480498ccb6580f361fbb9f0baac56bc12706dfb2fc14f4dbdfc5ad7b17e
3
  size 15024
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:11ef8648f92511a0b6896f8f73ed395046d781b21635cc3b50fbdf69358efa45
3
  size 15024
last-checkpoint/rng_state_3.pth CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:45eae6409aa657abdfae0cf93ea9475a05d27d5dd786345e774660695f5157ba
3
  size 15024
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b5413b46c45f1bcddff958a622dbf892d22de4c0b0bee77779945545e2f6e409
3
  size 15024
last-checkpoint/scheduler.pt CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:b1df0528620c07325b8faa7567e59b0c1e86a1f1ee6af1245a69c6c0463fe4e2
3
  size 1064
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f37b2aa490ccb1598b01e14cda36e9081f7ce646deab4d3c2d03de0d2169a755
3
  size 1064
last-checkpoint/trainer_state.json CHANGED
@@ -1,386 +1,203 @@
1
  {
2
- "best_metric": 0.986032247543335,
3
- "best_model_checkpoint": "miner_id_24/checkpoint-50",
4
- "epoch": 0.411946446961895,
5
  "eval_steps": 25,
6
- "global_step": 50,
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.008238928939237899,
13
- "grad_norm": 1.3493034839630127,
14
  "learning_rate": 5e-05,
15
- "loss": 1.3213,
16
  "step": 1
17
  },
18
  {
19
  "epoch": 0.008238928939237899,
20
- "eval_loss": 1.754831314086914,
21
- "eval_runtime": 28.9839,
22
- "eval_samples_per_second": 28.223,
23
- "eval_steps_per_second": 3.554,
24
  "step": 1
25
  },
26
  {
27
  "epoch": 0.016477857878475798,
28
- "grad_norm": 1.0823650360107422,
29
  "learning_rate": 0.0001,
30
- "loss": 1.5151,
31
  "step": 2
32
  },
33
  {
34
  "epoch": 0.024716786817713696,
35
- "grad_norm": 1.0006831884384155,
36
  "learning_rate": 9.989294616193017e-05,
37
- "loss": 0.9711,
38
  "step": 3
39
  },
40
  {
41
  "epoch": 0.032955715756951595,
42
- "grad_norm": 0.5157923102378845,
43
  "learning_rate": 9.957224306869053e-05,
44
- "loss": 1.1883,
45
  "step": 4
46
  },
47
  {
48
  "epoch": 0.0411946446961895,
49
- "grad_norm": 0.5396899580955505,
50
  "learning_rate": 9.903926402016153e-05,
51
- "loss": 1.2001,
52
  "step": 5
53
  },
54
  {
55
  "epoch": 0.04943357363542739,
56
- "grad_norm": 0.5691497921943665,
57
  "learning_rate": 9.829629131445342e-05,
58
- "loss": 1.1429,
59
  "step": 6
60
  },
61
  {
62
  "epoch": 0.057672502574665295,
63
- "grad_norm": 0.4316560626029968,
64
  "learning_rate": 9.73465064747553e-05,
65
- "loss": 1.1932,
66
  "step": 7
67
  },
68
  {
69
  "epoch": 0.06591143151390319,
70
- "grad_norm": 0.38552603125572205,
71
  "learning_rate": 9.619397662556435e-05,
72
- "loss": 1.2687,
73
  "step": 8
74
  },
75
  {
76
  "epoch": 0.07415036045314109,
77
- "grad_norm": 0.3694867491722107,
78
  "learning_rate": 9.484363707663442e-05,
79
- "loss": 1.4062,
80
  "step": 9
81
  },
82
  {
83
  "epoch": 0.082389289392379,
84
- "grad_norm": 0.4373791515827179,
85
  "learning_rate": 9.330127018922194e-05,
86
- "loss": 1.569,
87
  "step": 10
88
  },
89
  {
90
  "epoch": 0.09062821833161688,
91
- "grad_norm": 0.7083751559257507,
92
  "learning_rate": 9.157348061512727e-05,
93
- "loss": 1.857,
94
  "step": 11
95
  },
96
  {
97
  "epoch": 0.09886714727085479,
98
- "grad_norm": 3.521287441253662,
99
  "learning_rate": 8.966766701456177e-05,
100
- "loss": 2.7373,
101
  "step": 12
102
  },
103
  {
104
  "epoch": 0.10710607621009269,
105
- "grad_norm": 2.4093360900878906,
106
  "learning_rate": 8.759199037394887e-05,
107
- "loss": 1.9829,
108
  "step": 13
109
  },
110
  {
111
  "epoch": 0.11534500514933059,
112
- "grad_norm": 1.6218130588531494,
113
  "learning_rate": 8.535533905932738e-05,
114
- "loss": 1.0176,
115
  "step": 14
116
  },
117
  {
118
  "epoch": 0.12358393408856849,
119
- "grad_norm": 0.743577778339386,
120
  "learning_rate": 8.296729075500344e-05,
121
- "loss": 0.4495,
122
  "step": 15
123
  },
124
  {
125
  "epoch": 0.13182286302780638,
126
- "grad_norm": 0.3841581344604492,
127
  "learning_rate": 8.043807145043604e-05,
128
- "loss": 0.6022,
129
  "step": 16
130
  },
131
  {
132
  "epoch": 0.1400617919670443,
133
- "grad_norm": 0.40283846855163574,
134
  "learning_rate": 7.777851165098012e-05,
135
- "loss": 1.036,
136
  "step": 17
137
  },
138
  {
139
  "epoch": 0.14830072090628219,
140
- "grad_norm": 0.3529587388038635,
141
  "learning_rate": 7.500000000000001e-05,
142
- "loss": 1.0628,
143
  "step": 18
144
  },
145
  {
146
  "epoch": 0.15653964984552007,
147
- "grad_norm": 0.3646421432495117,
148
  "learning_rate": 7.211443451095007e-05,
149
- "loss": 1.0915,
150
  "step": 19
151
  },
152
  {
153
  "epoch": 0.164778578784758,
154
- "grad_norm": 0.3263953924179077,
155
  "learning_rate": 6.91341716182545e-05,
156
- "loss": 1.1286,
157
  "step": 20
158
  },
159
  {
160
  "epoch": 0.17301750772399588,
161
- "grad_norm": 0.296126127243042,
162
  "learning_rate": 6.607197326515808e-05,
163
- "loss": 1.2489,
164
  "step": 21
165
  },
166
  {
167
  "epoch": 0.18125643666323377,
168
- "grad_norm": 0.3966723084449768,
169
  "learning_rate": 6.294095225512603e-05,
170
- "loss": 1.3886,
171
  "step": 22
172
  },
173
  {
174
  "epoch": 0.18949536560247168,
175
- "grad_norm": 0.4947672486305237,
176
  "learning_rate": 5.9754516100806423e-05,
177
- "loss": 1.5394,
178
  "step": 23
179
  },
180
  {
181
  "epoch": 0.19773429454170957,
182
- "grad_norm": 1.0129477977752686,
183
  "learning_rate": 5.6526309611002594e-05,
184
- "loss": 1.7833,
185
  "step": 24
186
  },
187
  {
188
  "epoch": 0.2059732234809475,
189
- "grad_norm": 4.30376672744751,
190
  "learning_rate": 5.327015646150716e-05,
191
- "loss": 2.4598,
192
  "step": 25
193
  },
194
  {
195
  "epoch": 0.2059732234809475,
196
- "eval_loss": 1.0918176174163818,
197
- "eval_runtime": 27.4744,
198
- "eval_samples_per_second": 29.773,
199
- "eval_steps_per_second": 3.749,
200
  "step": 25
201
- },
202
- {
203
- "epoch": 0.21421215242018538,
204
- "grad_norm": 0.7323720455169678,
205
- "learning_rate": 5e-05,
206
- "loss": 1.5897,
207
- "step": 26
208
- },
209
- {
210
- "epoch": 0.22245108135942326,
211
- "grad_norm": 1.0876057147979736,
212
- "learning_rate": 4.6729843538492847e-05,
213
- "loss": 0.6764,
214
- "step": 27
215
- },
216
- {
217
- "epoch": 0.23069001029866118,
218
- "grad_norm": 0.4686364531517029,
219
- "learning_rate": 4.347369038899744e-05,
220
- "loss": 0.8033,
221
- "step": 28
222
- },
223
- {
224
- "epoch": 0.23892893923789907,
225
- "grad_norm": 0.22451618313789368,
226
- "learning_rate": 4.0245483899193595e-05,
227
- "loss": 0.7197,
228
- "step": 29
229
- },
230
- {
231
- "epoch": 0.24716786817713698,
232
- "grad_norm": 0.20337329804897308,
233
- "learning_rate": 3.705904774487396e-05,
234
- "loss": 0.9707,
235
- "step": 30
236
- },
237
- {
238
- "epoch": 0.2554067971163749,
239
- "grad_norm": 0.22543476521968842,
240
- "learning_rate": 3.392802673484193e-05,
241
- "loss": 1.0043,
242
- "step": 31
243
- },
244
- {
245
- "epoch": 0.26364572605561276,
246
- "grad_norm": 0.27064037322998047,
247
- "learning_rate": 3.086582838174551e-05,
248
- "loss": 1.1156,
249
- "step": 32
250
- },
251
- {
252
- "epoch": 0.27188465499485065,
253
- "grad_norm": 0.32793888449668884,
254
- "learning_rate": 2.7885565489049946e-05,
255
- "loss": 1.2575,
256
- "step": 33
257
- },
258
- {
259
- "epoch": 0.2801235839340886,
260
- "grad_norm": 0.49145063757896423,
261
- "learning_rate": 2.500000000000001e-05,
262
- "loss": 1.3977,
263
- "step": 34
264
- },
265
- {
266
- "epoch": 0.2883625128733265,
267
- "grad_norm": 0.5390352010726929,
268
- "learning_rate": 2.2221488349019903e-05,
269
- "loss": 1.4835,
270
- "step": 35
271
- },
272
- {
273
- "epoch": 0.29660144181256437,
274
- "grad_norm": 0.8575440049171448,
275
- "learning_rate": 1.9561928549563968e-05,
276
- "loss": 1.6991,
277
- "step": 36
278
- },
279
- {
280
- "epoch": 0.30484037075180226,
281
- "grad_norm": 1.5018357038497925,
282
- "learning_rate": 1.703270924499656e-05,
283
- "loss": 1.7517,
284
- "step": 37
285
- },
286
- {
287
- "epoch": 0.31307929969104015,
288
- "grad_norm": 1.204730749130249,
289
- "learning_rate": 1.4644660940672627e-05,
290
- "loss": 1.0741,
291
- "step": 38
292
- },
293
- {
294
- "epoch": 0.3213182286302781,
295
- "grad_norm": 0.9195225834846497,
296
- "learning_rate": 1.2408009626051137e-05,
297
- "loss": 0.4584,
298
- "step": 39
299
- },
300
- {
301
- "epoch": 0.329557157569516,
302
- "grad_norm": 0.4034794569015503,
303
- "learning_rate": 1.0332332985438248e-05,
304
- "loss": 0.5015,
305
- "step": 40
306
- },
307
- {
308
- "epoch": 0.33779608650875387,
309
- "grad_norm": 0.39492160081863403,
310
- "learning_rate": 8.426519384872733e-06,
311
- "loss": 0.5094,
312
- "step": 41
313
- },
314
- {
315
- "epoch": 0.34603501544799176,
316
- "grad_norm": 0.17655304074287415,
317
- "learning_rate": 6.698729810778065e-06,
318
- "loss": 0.9547,
319
- "step": 42
320
- },
321
- {
322
- "epoch": 0.35427394438722964,
323
- "grad_norm": 0.17320753633975983,
324
- "learning_rate": 5.156362923365588e-06,
325
- "loss": 1.0494,
326
- "step": 43
327
- },
328
- {
329
- "epoch": 0.36251287332646753,
330
- "grad_norm": 0.19076572358608246,
331
- "learning_rate": 3.8060233744356633e-06,
332
- "loss": 1.0784,
333
- "step": 44
334
- },
335
- {
336
- "epoch": 0.3707518022657055,
337
- "grad_norm": 0.17125385999679565,
338
- "learning_rate": 2.653493525244721e-06,
339
- "loss": 1.0381,
340
- "step": 45
341
- },
342
- {
343
- "epoch": 0.37899073120494337,
344
- "grad_norm": 0.22827577590942383,
345
- "learning_rate": 1.70370868554659e-06,
346
- "loss": 1.245,
347
- "step": 46
348
- },
349
- {
350
- "epoch": 0.38722966014418125,
351
- "grad_norm": 0.2971423268318176,
352
- "learning_rate": 9.607359798384785e-07,
353
- "loss": 1.3483,
354
- "step": 47
355
- },
356
- {
357
- "epoch": 0.39546858908341914,
358
- "grad_norm": 0.5259574055671692,
359
- "learning_rate": 4.277569313094809e-07,
360
- "loss": 1.6239,
361
- "step": 48
362
- },
363
- {
364
- "epoch": 0.40370751802265703,
365
- "grad_norm": 0.8611096739768982,
366
- "learning_rate": 1.0705383806982606e-07,
367
- "loss": 1.7759,
368
- "step": 49
369
- },
370
- {
371
- "epoch": 0.411946446961895,
372
- "grad_norm": 3.794422149658203,
373
- "learning_rate": 0.0,
374
- "loss": 1.5341,
375
- "step": 50
376
- },
377
- {
378
- "epoch": 0.411946446961895,
379
- "eval_loss": 0.986032247543335,
380
- "eval_runtime": 27.9322,
381
- "eval_samples_per_second": 29.285,
382
- "eval_steps_per_second": 3.688,
383
- "step": 50
384
  }
385
  ],
386
  "logging_steps": 1,
@@ -404,12 +221,12 @@
404
  "should_evaluate": false,
405
  "should_log": false,
406
  "should_save": true,
407
- "should_training_stop": true
408
  },
409
  "attributes": {}
410
  }
411
  },
412
- "total_flos": 6.04008059433386e+17,
413
  "train_batch_size": 2,
414
  "trial_name": null,
415
  "trial_params": null
 
1
  {
2
+ "best_metric": 1.097769021987915,
3
+ "best_model_checkpoint": "miner_id_24/checkpoint-25",
4
+ "epoch": 0.2059732234809475,
5
  "eval_steps": 25,
6
+ "global_step": 25,
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.008238928939237899,
13
+ "grad_norm": 1.285041093826294,
14
  "learning_rate": 5e-05,
15
+ "loss": 1.3212,
16
  "step": 1
17
  },
18
  {
19
  "epoch": 0.008238928939237899,
20
+ "eval_loss": 1.754696011543274,
21
+ "eval_runtime": 57.0263,
22
+ "eval_samples_per_second": 14.344,
23
+ "eval_steps_per_second": 1.806,
24
  "step": 1
25
  },
26
  {
27
  "epoch": 0.016477857878475798,
28
+ "grad_norm": 1.0165727138519287,
29
  "learning_rate": 0.0001,
30
+ "loss": 1.5153,
31
  "step": 2
32
  },
33
  {
34
  "epoch": 0.024716786817713696,
35
+ "grad_norm": 0.9726688265800476,
36
  "learning_rate": 9.989294616193017e-05,
37
+ "loss": 0.9716,
38
  "step": 3
39
  },
40
  {
41
  "epoch": 0.032955715756951595,
42
+ "grad_norm": 0.4960082769393921,
43
  "learning_rate": 9.957224306869053e-05,
44
+ "loss": 1.1878,
45
  "step": 4
46
  },
47
  {
48
  "epoch": 0.0411946446961895,
49
+ "grad_norm": 0.518202006816864,
50
  "learning_rate": 9.903926402016153e-05,
51
+ "loss": 1.2005,
52
  "step": 5
53
  },
54
  {
55
  "epoch": 0.04943357363542739,
56
+ "grad_norm": 0.5391622185707092,
57
  "learning_rate": 9.829629131445342e-05,
58
+ "loss": 1.1447,
59
  "step": 6
60
  },
61
  {
62
  "epoch": 0.057672502574665295,
63
+ "grad_norm": 0.43155014514923096,
64
  "learning_rate": 9.73465064747553e-05,
65
+ "loss": 1.1931,
66
  "step": 7
67
  },
68
  {
69
  "epoch": 0.06591143151390319,
70
+ "grad_norm": 0.3879729211330414,
71
  "learning_rate": 9.619397662556435e-05,
72
+ "loss": 1.2691,
73
  "step": 8
74
  },
75
  {
76
  "epoch": 0.07415036045314109,
77
+ "grad_norm": 0.3610127568244934,
78
  "learning_rate": 9.484363707663442e-05,
79
+ "loss": 1.4065,
80
  "step": 9
81
  },
82
  {
83
  "epoch": 0.082389289392379,
84
+ "grad_norm": 0.4237038791179657,
85
  "learning_rate": 9.330127018922194e-05,
86
+ "loss": 1.5679,
87
  "step": 10
88
  },
89
  {
90
  "epoch": 0.09062821833161688,
91
+ "grad_norm": 0.6687376499176025,
92
  "learning_rate": 9.157348061512727e-05,
93
+ "loss": 1.8561,
94
  "step": 11
95
  },
96
  {
97
  "epoch": 0.09886714727085479,
98
+ "grad_norm": 3.46882963180542,
99
  "learning_rate": 8.966766701456177e-05,
100
+ "loss": 2.7443,
101
  "step": 12
102
  },
103
  {
104
  "epoch": 0.10710607621009269,
105
+ "grad_norm": 2.3832569122314453,
106
  "learning_rate": 8.759199037394887e-05,
107
+ "loss": 1.9835,
108
  "step": 13
109
  },
110
  {
111
  "epoch": 0.11534500514933059,
112
+ "grad_norm": 1.5324733257293701,
113
  "learning_rate": 8.535533905932738e-05,
114
+ "loss": 1.0203,
115
  "step": 14
116
  },
117
  {
118
  "epoch": 0.12358393408856849,
119
+ "grad_norm": 0.7405157685279846,
120
  "learning_rate": 8.296729075500344e-05,
121
+ "loss": 0.4499,
122
  "step": 15
123
  },
124
  {
125
  "epoch": 0.13182286302780638,
126
+ "grad_norm": 0.3928067088127136,
127
  "learning_rate": 8.043807145043604e-05,
128
+ "loss": 0.6033,
129
  "step": 16
130
  },
131
  {
132
  "epoch": 0.1400617919670443,
133
+ "grad_norm": 0.4208212196826935,
134
  "learning_rate": 7.777851165098012e-05,
135
+ "loss": 1.0389,
136
  "step": 17
137
  },
138
  {
139
  "epoch": 0.14830072090628219,
140
+ "grad_norm": 0.37482503056526184,
141
  "learning_rate": 7.500000000000001e-05,
142
+ "loss": 1.0651,
143
  "step": 18
144
  },
145
  {
146
  "epoch": 0.15653964984552007,
147
+ "grad_norm": 0.39850133657455444,
148
  "learning_rate": 7.211443451095007e-05,
149
+ "loss": 1.0933,
150
  "step": 19
151
  },
152
  {
153
  "epoch": 0.164778578784758,
154
+ "grad_norm": 0.3676826059818268,
155
  "learning_rate": 6.91341716182545e-05,
156
+ "loss": 1.1298,
157
  "step": 20
158
  },
159
  {
160
  "epoch": 0.17301750772399588,
161
+ "grad_norm": 0.29273325204849243,
162
  "learning_rate": 6.607197326515808e-05,
163
+ "loss": 1.2501,
164
  "step": 21
165
  },
166
  {
167
  "epoch": 0.18125643666323377,
168
+ "grad_norm": 0.38638484477996826,
169
  "learning_rate": 6.294095225512603e-05,
170
+ "loss": 1.3895,
171
  "step": 22
172
  },
173
  {
174
  "epoch": 0.18949536560247168,
175
+ "grad_norm": 0.5108461976051331,
176
  "learning_rate": 5.9754516100806423e-05,
177
+ "loss": 1.541,
178
  "step": 23
179
  },
180
  {
181
  "epoch": 0.19773429454170957,
182
+ "grad_norm": 1.4381290674209595,
183
  "learning_rate": 5.6526309611002594e-05,
184
+ "loss": 1.7898,
185
  "step": 24
186
  },
187
  {
188
  "epoch": 0.2059732234809475,
189
+ "grad_norm": 4.901559829711914,
190
  "learning_rate": 5.327015646150716e-05,
191
+ "loss": 2.4978,
192
  "step": 25
193
  },
194
  {
195
  "epoch": 0.2059732234809475,
196
+ "eval_loss": 1.097769021987915,
197
+ "eval_runtime": 55.7383,
198
+ "eval_samples_per_second": 14.676,
199
+ "eval_steps_per_second": 1.848,
200
  "step": 25
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
201
  }
202
  ],
203
  "logging_steps": 1,
 
221
  "should_evaluate": false,
222
  "should_log": false,
223
  "should_save": true,
224
+ "should_training_stop": false
225
  },
226
  "attributes": {}
227
  }
228
  },
229
+ "total_flos": 3.0358346152699494e+17,
230
  "train_batch_size": 2,
231
  "trial_name": null,
232
  "trial_params": null
last-checkpoint/training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:1d297b5b1837367d13537f6cf72d45632d1103d798c9e93f31cc4a94f4615aa2
3
  size 6776
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2dfb0d4f32f51c493cac3b51f47102d63cd08e8ab6a489fabc604b74664bdefe
3
  size 6776