DeepDream2045 commited on
Commit
70e94f7
·
verified ·
1 Parent(s): 72c1d89

Training in progress, step 50, checkpoint

Browse files
last-checkpoint/adapter_config.json CHANGED
@@ -20,12 +20,12 @@
20
  "rank_pattern": {},
21
  "revision": null,
22
  "target_modules": [
23
- "down_proj",
24
- "up_proj",
25
  "v_proj",
26
  "o_proj",
27
- "q_proj",
28
- "gate_proj",
29
  "k_proj"
30
  ],
31
  "task_type": "CAUSAL_LM",
 
20
  "rank_pattern": {},
21
  "revision": null,
22
  "target_modules": [
23
+ "gate_proj",
24
+ "q_proj",
25
  "v_proj",
26
  "o_proj",
27
+ "up_proj",
28
+ "down_proj",
29
  "k_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:2abec29f33dbea96cabfaf8cd79839bea6ec494912eece249959f6601bc0c056
3
  size 335604696
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3de2667e421e4c965989af254e94aa65121b2c682771bd3773741413c6472dc0
3
  size 335604696
last-checkpoint/optimizer.pt CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:8a8243ce969f1fc7b1f0df2bc83dc2f5d8346f7c743e07a49b2ad7ab615e0ab0
3
  size 671466706
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4b153b9028eb9101e45dd05debeb05b843edce9db7ed5111a7c8e9b1c31c5cca
3
  size 671466706
last-checkpoint/rng_state_0.pth CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:c67bbae85891c3abdff708d110af864f53d01345b17dd294d1e625bad92cd1d4
3
  size 15024
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7674c2a5d96b7dd8617baf0ef4975eba2c266c0750292f6c60e107b6976f9929
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:a72921ae91111ec6af6de54dadcceefdf32ba5503b8e8e85fc1e92517f90d611
3
  size 15024
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1379181e1c83c62ad2b5506363f1da74f0b64a838bf6df989f0a54e998c60a17
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:e529c18453435be7df68f063171e955c5bfa48f4e99681c6125346c202dcc934
3
  size 15024
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cac8761e57a0871241834772015cc8a59e69fcd564a7d8a5fd4c5b2b7c85e707
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:c99231f94cd3f5bd61d44d92a1f0adedd4e336a373b136fa3c6cfe9357387da4
3
  size 15024
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:98b61e878afccaf9caea692f838043444693aa5a7550b7e00def46e61acfa071
3
  size 15024
last-checkpoint/scheduler.pt CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:f37b2aa490ccb1598b01e14cda36e9081f7ce646deab4d3c2d03de0d2169a755
3
  size 1064
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b1df0528620c07325b8faa7567e59b0c1e86a1f1ee6af1245a69c6c0463fe4e2
3
  size 1064
last-checkpoint/trainer_state.json CHANGED
@@ -1,16 +1,16 @@
1
  {
2
- "best_metric": 1.2396924495697021,
3
- "best_model_checkpoint": "miner_id_24/checkpoint-25",
4
- "epoch": 0.00549111126364198,
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.00021964445054567917,
13
- "grad_norm": 128.1067352294922,
14
  "learning_rate": 5e-05,
15
  "loss": 56.2272,
16
  "step": 1
@@ -18,186 +18,369 @@
18
  {
19
  "epoch": 0.00021964445054567917,
20
  "eval_loss": 4.680656433105469,
21
- "eval_runtime": 1011.3172,
22
- "eval_samples_per_second": 30.329,
23
- "eval_steps_per_second": 3.791,
24
  "step": 1
25
  },
26
  {
27
  "epoch": 0.00043928890109135835,
28
- "grad_norm": 143.234619140625,
29
  "learning_rate": 0.0001,
30
  "loss": 60.1614,
31
  "step": 2
32
  },
33
  {
34
  "epoch": 0.0006589333516370375,
35
- "grad_norm": 137.83009338378906,
36
  "learning_rate": 9.989294616193017e-05,
37
- "loss": 49.6884,
38
  "step": 3
39
  },
40
  {
41
  "epoch": 0.0008785778021827167,
42
- "grad_norm": 149.57333374023438,
43
  "learning_rate": 9.957224306869053e-05,
44
- "loss": 40.5463,
45
  "step": 4
46
  },
47
  {
48
  "epoch": 0.001098222252728396,
49
- "grad_norm": 126.31389617919922,
50
  "learning_rate": 9.903926402016153e-05,
51
- "loss": 28.744,
52
  "step": 5
53
  },
54
  {
55
  "epoch": 0.001317866703274075,
56
- "grad_norm": 79.62859344482422,
57
  "learning_rate": 9.829629131445342e-05,
58
- "loss": 24.7095,
59
  "step": 6
60
  },
61
  {
62
  "epoch": 0.0015375111538197543,
63
- "grad_norm": 80.24508666992188,
64
  "learning_rate": 9.73465064747553e-05,
65
- "loss": 31.9621,
66
  "step": 7
67
  },
68
  {
69
  "epoch": 0.0017571556043654334,
70
- "grad_norm": 63.11004638671875,
71
  "learning_rate": 9.619397662556435e-05,
72
- "loss": 34.5423,
73
  "step": 8
74
  },
75
  {
76
  "epoch": 0.0019768000549111125,
77
- "grad_norm": 57.706024169921875,
78
  "learning_rate": 9.484363707663442e-05,
79
- "loss": 29.9541,
80
  "step": 9
81
  },
82
  {
83
  "epoch": 0.002196444505456792,
84
- "grad_norm": 54.863677978515625,
85
  "learning_rate": 9.330127018922194e-05,
86
- "loss": 29.9576,
87
  "step": 10
88
  },
89
  {
90
  "epoch": 0.002416088956002471,
91
- "grad_norm": 44.20351028442383,
92
  "learning_rate": 9.157348061512727e-05,
93
- "loss": 26.8734,
94
  "step": 11
95
  },
96
  {
97
  "epoch": 0.00263573340654815,
98
- "grad_norm": 48.68452453613281,
99
  "learning_rate": 8.966766701456177e-05,
100
- "loss": 24.3141,
101
  "step": 12
102
  },
103
  {
104
  "epoch": 0.002855377857093829,
105
- "grad_norm": 41.1622428894043,
106
  "learning_rate": 8.759199037394887e-05,
107
- "loss": 21.5583,
108
  "step": 13
109
  },
110
  {
111
  "epoch": 0.0030750223076395087,
112
- "grad_norm": 33.06452941894531,
113
  "learning_rate": 8.535533905932738e-05,
114
- "loss": 21.5232,
115
  "step": 14
116
  },
117
  {
118
  "epoch": 0.0032946667581851877,
119
- "grad_norm": 32.99700927734375,
120
  "learning_rate": 8.296729075500344e-05,
121
- "loss": 21.1583,
122
  "step": 15
123
  },
124
  {
125
  "epoch": 0.003514311208730867,
126
- "grad_norm": 29.614459991455078,
127
  "learning_rate": 8.043807145043604e-05,
128
- "loss": 19.3747,
129
  "step": 16
130
  },
131
  {
132
  "epoch": 0.0037339556592765463,
133
- "grad_norm": 30.350385665893555,
134
  "learning_rate": 7.777851165098012e-05,
135
- "loss": 18.0964,
136
  "step": 17
137
  },
138
  {
139
  "epoch": 0.003953600109822225,
140
- "grad_norm": 32.349517822265625,
141
  "learning_rate": 7.500000000000001e-05,
142
- "loss": 16.1271,
143
  "step": 18
144
  },
145
  {
146
  "epoch": 0.004173244560367904,
147
- "grad_norm": 32.42576599121094,
148
  "learning_rate": 7.211443451095007e-05,
149
- "loss": 17.4368,
150
  "step": 19
151
  },
152
  {
153
  "epoch": 0.004392889010913584,
154
- "grad_norm": 34.648921966552734,
155
  "learning_rate": 6.91341716182545e-05,
156
- "loss": 22.3387,
157
  "step": 20
158
  },
159
  {
160
  "epoch": 0.0046125334614592626,
161
- "grad_norm": 35.400508880615234,
162
  "learning_rate": 6.607197326515808e-05,
163
- "loss": 24.7527,
164
  "step": 21
165
  },
166
  {
167
  "epoch": 0.004832177912004942,
168
- "grad_norm": 33.76140594482422,
169
  "learning_rate": 6.294095225512603e-05,
170
- "loss": 24.1014,
171
  "step": 22
172
  },
173
  {
174
  "epoch": 0.0050518223625506216,
175
- "grad_norm": 34.995182037353516,
176
  "learning_rate": 5.9754516100806423e-05,
177
- "loss": 24.9544,
178
  "step": 23
179
  },
180
  {
181
  "epoch": 0.0052714668130963,
182
- "grad_norm": 35.42438888549805,
183
  "learning_rate": 5.6526309611002594e-05,
184
- "loss": 21.6453,
185
  "step": 24
186
  },
187
  {
188
  "epoch": 0.00549111126364198,
189
- "grad_norm": 36.63457107543945,
190
  "learning_rate": 5.327015646150716e-05,
191
- "loss": 19.3884,
192
  "step": 25
193
  },
194
  {
195
  "epoch": 0.00549111126364198,
196
- "eval_loss": 1.2396924495697021,
197
- "eval_runtime": 1011.7714,
198
- "eval_samples_per_second": 30.315,
199
- "eval_steps_per_second": 3.789,
200
  "step": 25
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
201
  }
202
  ],
203
  "logging_steps": 1,
@@ -221,12 +404,12 @@
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": 2.9561017256955085e+17,
230
  "train_batch_size": 2,
231
  "trial_name": null,
232
  "trial_params": null
 
1
  {
2
+ "best_metric": 1.1367937326431274,
3
+ "best_model_checkpoint": "miner_id_24/checkpoint-50",
4
+ "epoch": 0.01098222252728396,
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.00021964445054567917,
13
+ "grad_norm": 128.23704528808594,
14
  "learning_rate": 5e-05,
15
  "loss": 56.2272,
16
  "step": 1
 
18
  {
19
  "epoch": 0.00021964445054567917,
20
  "eval_loss": 4.680656433105469,
21
+ "eval_runtime": 993.785,
22
+ "eval_samples_per_second": 30.864,
23
+ "eval_steps_per_second": 3.858,
24
  "step": 1
25
  },
26
  {
27
  "epoch": 0.00043928890109135835,
28
+ "grad_norm": 143.4749755859375,
29
  "learning_rate": 0.0001,
30
  "loss": 60.1614,
31
  "step": 2
32
  },
33
  {
34
  "epoch": 0.0006589333516370375,
35
+ "grad_norm": 137.1166229248047,
36
  "learning_rate": 9.989294616193017e-05,
37
+ "loss": 49.7424,
38
  "step": 3
39
  },
40
  {
41
  "epoch": 0.0008785778021827167,
42
+ "grad_norm": 148.66978454589844,
43
  "learning_rate": 9.957224306869053e-05,
44
+ "loss": 40.6251,
45
  "step": 4
46
  },
47
  {
48
  "epoch": 0.001098222252728396,
49
+ "grad_norm": 123.3190689086914,
50
  "learning_rate": 9.903926402016153e-05,
51
+ "loss": 28.6644,
52
  "step": 5
53
  },
54
  {
55
  "epoch": 0.001317866703274075,
56
+ "grad_norm": 96.45237731933594,
57
  "learning_rate": 9.829629131445342e-05,
58
+ "loss": 24.8699,
59
  "step": 6
60
  },
61
  {
62
  "epoch": 0.0015375111538197543,
63
+ "grad_norm": 85.54580688476562,
64
  "learning_rate": 9.73465064747553e-05,
65
+ "loss": 32.3173,
66
  "step": 7
67
  },
68
  {
69
  "epoch": 0.0017571556043654334,
70
+ "grad_norm": 62.83359909057617,
71
  "learning_rate": 9.619397662556435e-05,
72
+ "loss": 34.6373,
73
  "step": 8
74
  },
75
  {
76
  "epoch": 0.0019768000549111125,
77
+ "grad_norm": 57.34482955932617,
78
  "learning_rate": 9.484363707663442e-05,
79
+ "loss": 30.0552,
80
  "step": 9
81
  },
82
  {
83
  "epoch": 0.002196444505456792,
84
+ "grad_norm": 54.51626205444336,
85
  "learning_rate": 9.330127018922194e-05,
86
+ "loss": 30.001,
87
  "step": 10
88
  },
89
  {
90
  "epoch": 0.002416088956002471,
91
+ "grad_norm": 42.708797454833984,
92
  "learning_rate": 9.157348061512727e-05,
93
+ "loss": 26.8644,
94
  "step": 11
95
  },
96
  {
97
  "epoch": 0.00263573340654815,
98
+ "grad_norm": 49.291168212890625,
99
  "learning_rate": 8.966766701456177e-05,
100
+ "loss": 24.2909,
101
  "step": 12
102
  },
103
  {
104
  "epoch": 0.002855377857093829,
105
+ "grad_norm": 41.978065490722656,
106
  "learning_rate": 8.759199037394887e-05,
107
+ "loss": 21.6199,
108
  "step": 13
109
  },
110
  {
111
  "epoch": 0.0030750223076395087,
112
+ "grad_norm": 34.085784912109375,
113
  "learning_rate": 8.535533905932738e-05,
114
+ "loss": 21.6063,
115
  "step": 14
116
  },
117
  {
118
  "epoch": 0.0032946667581851877,
119
+ "grad_norm": 32.29074478149414,
120
  "learning_rate": 8.296729075500344e-05,
121
+ "loss": 21.2135,
122
  "step": 15
123
  },
124
  {
125
  "epoch": 0.003514311208730867,
126
+ "grad_norm": 29.822490692138672,
127
  "learning_rate": 8.043807145043604e-05,
128
+ "loss": 19.3972,
129
  "step": 16
130
  },
131
  {
132
  "epoch": 0.0037339556592765463,
133
+ "grad_norm": 30.889225006103516,
134
  "learning_rate": 7.777851165098012e-05,
135
+ "loss": 18.1983,
136
  "step": 17
137
  },
138
  {
139
  "epoch": 0.003953600109822225,
140
+ "grad_norm": 32.00242233276367,
141
  "learning_rate": 7.500000000000001e-05,
142
+ "loss": 16.1963,
143
  "step": 18
144
  },
145
  {
146
  "epoch": 0.004173244560367904,
147
+ "grad_norm": 32.16281509399414,
148
  "learning_rate": 7.211443451095007e-05,
149
+ "loss": 17.5086,
150
  "step": 19
151
  },
152
  {
153
  "epoch": 0.004392889010913584,
154
+ "grad_norm": 34.678836822509766,
155
  "learning_rate": 6.91341716182545e-05,
156
+ "loss": 22.4093,
157
  "step": 20
158
  },
159
  {
160
  "epoch": 0.0046125334614592626,
161
+ "grad_norm": 34.99449157714844,
162
  "learning_rate": 6.607197326515808e-05,
163
+ "loss": 24.8476,
164
  "step": 21
165
  },
166
  {
167
  "epoch": 0.004832177912004942,
168
+ "grad_norm": 33.277915954589844,
169
  "learning_rate": 6.294095225512603e-05,
170
+ "loss": 24.1189,
171
  "step": 22
172
  },
173
  {
174
  "epoch": 0.0050518223625506216,
175
+ "grad_norm": 34.244911193847656,
176
  "learning_rate": 5.9754516100806423e-05,
177
+ "loss": 24.978,
178
  "step": 23
179
  },
180
  {
181
  "epoch": 0.0052714668130963,
182
+ "grad_norm": 34.834537506103516,
183
  "learning_rate": 5.6526309611002594e-05,
184
+ "loss": 21.6183,
185
  "step": 24
186
  },
187
  {
188
  "epoch": 0.00549111126364198,
189
+ "grad_norm": 36.37040710449219,
190
  "learning_rate": 5.327015646150716e-05,
191
+ "loss": 19.4469,
192
  "step": 25
193
  },
194
  {
195
  "epoch": 0.00549111126364198,
196
+ "eval_loss": 1.2408840656280518,
197
+ "eval_runtime": 997.0364,
198
+ "eval_samples_per_second": 30.763,
199
+ "eval_steps_per_second": 3.845,
200
  "step": 25
201
+ },
202
+ {
203
+ "epoch": 0.005710755714187658,
204
+ "grad_norm": 37.87440872192383,
205
+ "learning_rate": 5e-05,
206
+ "loss": 19.7613,
207
+ "step": 26
208
+ },
209
+ {
210
+ "epoch": 0.005930400164733338,
211
+ "grad_norm": 33.064544677734375,
212
+ "learning_rate": 4.6729843538492847e-05,
213
+ "loss": 18.0642,
214
+ "step": 27
215
+ },
216
+ {
217
+ "epoch": 0.006150044615279017,
218
+ "grad_norm": 29.548095703125,
219
+ "learning_rate": 4.347369038899744e-05,
220
+ "loss": 17.3166,
221
+ "step": 28
222
+ },
223
+ {
224
+ "epoch": 0.006369689065824696,
225
+ "grad_norm": 26.16414451599121,
226
+ "learning_rate": 4.0245483899193595e-05,
227
+ "loss": 15.5425,
228
+ "step": 29
229
+ },
230
+ {
231
+ "epoch": 0.0065893335163703754,
232
+ "grad_norm": 28.377233505249023,
233
+ "learning_rate": 3.705904774487396e-05,
234
+ "loss": 14.7725,
235
+ "step": 30
236
+ },
237
+ {
238
+ "epoch": 0.006808977966916055,
239
+ "grad_norm": 25.38302993774414,
240
+ "learning_rate": 3.392802673484193e-05,
241
+ "loss": 15.3178,
242
+ "step": 31
243
+ },
244
+ {
245
+ "epoch": 0.007028622417461734,
246
+ "grad_norm": 30.4620418548584,
247
+ "learning_rate": 3.086582838174551e-05,
248
+ "loss": 22.3925,
249
+ "step": 32
250
+ },
251
+ {
252
+ "epoch": 0.007248266868007413,
253
+ "grad_norm": 33.57545471191406,
254
+ "learning_rate": 2.7885565489049946e-05,
255
+ "loss": 22.7248,
256
+ "step": 33
257
+ },
258
+ {
259
+ "epoch": 0.007467911318553093,
260
+ "grad_norm": 30.484207153320312,
261
+ "learning_rate": 2.500000000000001e-05,
262
+ "loss": 23.1463,
263
+ "step": 34
264
+ },
265
+ {
266
+ "epoch": 0.007687555769098771,
267
+ "grad_norm": 30.004377365112305,
268
+ "learning_rate": 2.2221488349019903e-05,
269
+ "loss": 22.9688,
270
+ "step": 35
271
+ },
272
+ {
273
+ "epoch": 0.00790720021964445,
274
+ "grad_norm": 29.935291290283203,
275
+ "learning_rate": 1.9561928549563968e-05,
276
+ "loss": 20.2948,
277
+ "step": 36
278
+ },
279
+ {
280
+ "epoch": 0.00812684467019013,
281
+ "grad_norm": 28.792709350585938,
282
+ "learning_rate": 1.703270924499656e-05,
283
+ "loss": 19.0507,
284
+ "step": 37
285
+ },
286
+ {
287
+ "epoch": 0.008346489120735809,
288
+ "grad_norm": 27.595048904418945,
289
+ "learning_rate": 1.4644660940672627e-05,
290
+ "loss": 16.6061,
291
+ "step": 38
292
+ },
293
+ {
294
+ "epoch": 0.008566133571281487,
295
+ "grad_norm": 25.91175079345703,
296
+ "learning_rate": 1.2408009626051137e-05,
297
+ "loss": 17.2893,
298
+ "step": 39
299
+ },
300
+ {
301
+ "epoch": 0.008785778021827168,
302
+ "grad_norm": 25.115896224975586,
303
+ "learning_rate": 1.0332332985438248e-05,
304
+ "loss": 16.478,
305
+ "step": 40
306
+ },
307
+ {
308
+ "epoch": 0.009005422472372846,
309
+ "grad_norm": 25.421123504638672,
310
+ "learning_rate": 8.426519384872733e-06,
311
+ "loss": 15.2758,
312
+ "step": 41
313
+ },
314
+ {
315
+ "epoch": 0.009225066922918525,
316
+ "grad_norm": 24.610855102539062,
317
+ "learning_rate": 6.698729810778065e-06,
318
+ "loss": 15.0212,
319
+ "step": 42
320
+ },
321
+ {
322
+ "epoch": 0.009444711373464205,
323
+ "grad_norm": 25.012407302856445,
324
+ "learning_rate": 5.156362923365588e-06,
325
+ "loss": 12.7155,
326
+ "step": 43
327
+ },
328
+ {
329
+ "epoch": 0.009664355824009884,
330
+ "grad_norm": 27.121875762939453,
331
+ "learning_rate": 3.8060233744356633e-06,
332
+ "loss": 18.6648,
333
+ "step": 44
334
+ },
335
+ {
336
+ "epoch": 0.009884000274555563,
337
+ "grad_norm": 26.64497947692871,
338
+ "learning_rate": 2.653493525244721e-06,
339
+ "loss": 22.6941,
340
+ "step": 45
341
+ },
342
+ {
343
+ "epoch": 0.010103644725101243,
344
+ "grad_norm": 28.527849197387695,
345
+ "learning_rate": 1.70370868554659e-06,
346
+ "loss": 23.0154,
347
+ "step": 46
348
+ },
349
+ {
350
+ "epoch": 0.010323289175646922,
351
+ "grad_norm": 28.003326416015625,
352
+ "learning_rate": 9.607359798384785e-07,
353
+ "loss": 20.9035,
354
+ "step": 47
355
+ },
356
+ {
357
+ "epoch": 0.0105429336261926,
358
+ "grad_norm": 27.89699935913086,
359
+ "learning_rate": 4.277569313094809e-07,
360
+ "loss": 19.9821,
361
+ "step": 48
362
+ },
363
+ {
364
+ "epoch": 0.01076257807673828,
365
+ "grad_norm": 31.022777557373047,
366
+ "learning_rate": 1.0705383806982606e-07,
367
+ "loss": 21.9172,
368
+ "step": 49
369
+ },
370
+ {
371
+ "epoch": 0.01098222252728396,
372
+ "grad_norm": 28.083293914794922,
373
+ "learning_rate": 0.0,
374
+ "loss": 17.7392,
375
+ "step": 50
376
+ },
377
+ {
378
+ "epoch": 0.01098222252728396,
379
+ "eval_loss": 1.1367937326431274,
380
+ "eval_runtime": 1004.9057,
381
+ "eval_samples_per_second": 30.522,
382
+ "eval_steps_per_second": 3.815,
383
+ "step": 50
384
  }
385
  ],
386
  "logging_steps": 1,
 
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": 5.896147371137434e+17,
413
  "train_batch_size": 2,
414
  "trial_name": null,
415
  "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:a65880b754e7f84521433de3a80abd9cc044e2fb177ca6c0a8d5cc26dc281625
3
  size 6776
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:520a3190afbaff4cd4b1377dcfd05b83cef3a7ef41fa7c660fd307b81cc80bf3
3
  size 6776