DeepDream2045 commited on
Commit
0184c2a
1 Parent(s): f31ef69

Training in progress, step 50, checkpoint

Browse files
last-checkpoint/adapter_config.json CHANGED
@@ -20,11 +20,11 @@
20
  "rank_pattern": {},
21
  "revision": null,
22
  "target_modules": [
23
- "q_proj",
24
  "dense",
 
 
25
  "v_proj",
26
  "k_proj",
27
- "fc2",
28
  "fc1"
29
  ],
30
  "task_type": "CAUSAL_LM",
 
20
  "rank_pattern": {},
21
  "revision": null,
22
  "target_modules": [
 
23
  "dense",
24
+ "fc2",
25
+ "q_proj",
26
  "v_proj",
27
  "k_proj",
 
28
  "fc1"
29
  ],
30
  "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:2c0bff069eccbcc3f252ace5c4116139501f4e6e8ef3fe15020dfea281dc4a02
3
  size 237402
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:37fcd80437072c4a9d5d645a7515b0a3920a8019ed1ad18088bbb863fedeb6ea
3
  size 237402
last-checkpoint/optimizer.pt CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:d9ef67a92001a8ebc3a739b8d545e5a52e4205d57c8d0a84e1e5c15fba5ebe1b
3
  size 222294
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cbdf5fffdc9c305ce0eeea2e3f8a4ef7f54d296c32298a2d2dad56e954b01e80
3
  size 222294
last-checkpoint/rng_state_0.pth CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:c2a5707a52fe5b5f8b86ab291e3142e958ef7e137e54d9e507371a434e24174a
3
  size 15024
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:76e61ab2bf9e586958859f6421fd73d184220125a752e20b2e4f398d44149919
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:5c89c7ab52964b97feedfebf9d647c0a6e4f201fa464f763d847bb87132850dd
3
  size 15024
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:081f8e5490e2bdd42269262324fbd7a7aa639bd8462d2209dcc5d43f0a91d8e0
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:d0808f1aef8f8356f326607f1a4813faf2b7d7f3c98ec4cb26d3ef01d511fc82
3
  size 15024
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5cee113d9e4fc9ed2b02c4749ef8d4ddc70315acb4d1be57fef1fe6747c3113e
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:68800ef5e3fd2426a85a7e0e349f1d736fa92dcec6f0c9d73e1fcdfa605b8f16
3
  size 15024
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:100f0aa0a28d9b7b5cca0864b7cb5d70edd4d5e3d4e1a317610f9ee5e85da24b
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,203 +1,386 @@
1
  {
2
- "best_metric": 6.907079696655273,
3
- "best_model_checkpoint": "miner_id_24/checkpoint-25",
4
- "epoch": 1.1764705882352942,
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.047058823529411764,
13
- "grad_norm": 0.2197900116443634,
14
  "learning_rate": 5e-05,
15
  "loss": 6.9356,
16
  "step": 1
17
  },
18
  {
19
  "epoch": 0.047058823529411764,
20
- "eval_loss": 6.93379020690918,
21
- "eval_runtime": 0.1173,
22
- "eval_samples_per_second": 1227.778,
23
- "eval_steps_per_second": 153.472,
24
  "step": 1
25
  },
26
  {
27
  "epoch": 0.09411764705882353,
28
- "grad_norm": 0.23598474264144897,
29
  "learning_rate": 0.0001,
30
  "loss": 6.9345,
31
  "step": 2
32
  },
33
  {
34
  "epoch": 0.1411764705882353,
35
- "grad_norm": 0.22106465697288513,
36
  "learning_rate": 9.989294616193017e-05,
37
  "loss": 6.9338,
38
  "step": 3
39
  },
40
  {
41
  "epoch": 0.18823529411764706,
42
- "grad_norm": 0.2562369108200073,
43
  "learning_rate": 9.957224306869053e-05,
44
  "loss": 6.9328,
45
  "step": 4
46
  },
47
  {
48
  "epoch": 0.23529411764705882,
49
- "grad_norm": 0.27944687008857727,
50
  "learning_rate": 9.903926402016153e-05,
51
- "loss": 6.9285,
52
  "step": 5
53
  },
54
  {
55
  "epoch": 0.2823529411764706,
56
- "grad_norm": 0.2180635929107666,
57
  "learning_rate": 9.829629131445342e-05,
58
  "loss": 6.9316,
59
  "step": 6
60
  },
61
  {
62
  "epoch": 0.32941176470588235,
63
- "grad_norm": 0.21152342855930328,
64
  "learning_rate": 9.73465064747553e-05,
65
- "loss": 6.9271,
66
  "step": 7
67
  },
68
  {
69
  "epoch": 0.3764705882352941,
70
- "grad_norm": 0.23825813829898834,
71
  "learning_rate": 9.619397662556435e-05,
72
- "loss": 6.9263,
73
  "step": 8
74
  },
75
  {
76
  "epoch": 0.4235294117647059,
77
- "grad_norm": 0.24669218063354492,
78
  "learning_rate": 9.484363707663442e-05,
79
- "loss": 6.9238,
80
  "step": 9
81
  },
82
  {
83
  "epoch": 0.47058823529411764,
84
- "grad_norm": 0.259551465511322,
85
  "learning_rate": 9.330127018922194e-05,
86
- "loss": 6.9223,
87
  "step": 10
88
  },
89
  {
90
  "epoch": 0.5176470588235295,
91
- "grad_norm": 0.23696023225784302,
92
  "learning_rate": 9.157348061512727e-05,
93
- "loss": 6.9223,
94
  "step": 11
95
  },
96
  {
97
  "epoch": 0.5647058823529412,
98
- "grad_norm": 0.2057735174894333,
99
  "learning_rate": 8.966766701456177e-05,
100
- "loss": 6.9238,
101
  "step": 12
102
  },
103
  {
104
  "epoch": 0.611764705882353,
105
- "grad_norm": 0.23521941900253296,
106
  "learning_rate": 8.759199037394887e-05,
107
- "loss": 6.9205,
108
  "step": 13
109
  },
110
  {
111
  "epoch": 0.6588235294117647,
112
- "grad_norm": 0.26085859537124634,
113
  "learning_rate": 8.535533905932738e-05,
114
- "loss": 6.9158,
115
  "step": 14
116
  },
117
  {
118
  "epoch": 0.7058823529411765,
119
- "grad_norm": 0.2542021572589874,
120
  "learning_rate": 8.296729075500344e-05,
121
- "loss": 6.9166,
122
  "step": 15
123
  },
124
  {
125
  "epoch": 0.7529411764705882,
126
- "grad_norm": 0.26281988620758057,
127
  "learning_rate": 8.043807145043604e-05,
128
- "loss": 6.9112,
129
  "step": 16
130
  },
131
  {
132
  "epoch": 0.8,
133
- "grad_norm": 0.20492899417877197,
134
  "learning_rate": 7.777851165098012e-05,
135
- "loss": 6.9214,
136
  "step": 17
137
  },
138
  {
139
  "epoch": 0.8470588235294118,
140
- "grad_norm": 0.2326112985610962,
141
  "learning_rate": 7.500000000000001e-05,
142
- "loss": 6.9162,
143
  "step": 18
144
  },
145
  {
146
  "epoch": 0.8941176470588236,
147
- "grad_norm": 0.25904643535614014,
148
  "learning_rate": 7.211443451095007e-05,
149
- "loss": 6.9117,
150
  "step": 19
151
  },
152
  {
153
  "epoch": 0.9411764705882353,
154
- "grad_norm": 0.28032180666923523,
155
  "learning_rate": 6.91341716182545e-05,
156
- "loss": 6.9061,
157
  "step": 20
158
  },
159
  {
160
  "epoch": 0.9882352941176471,
161
- "grad_norm": 0.2956153154373169,
162
  "learning_rate": 6.607197326515808e-05,
163
- "loss": 6.9017,
164
  "step": 21
165
  },
166
  {
167
  "epoch": 1.035294117647059,
168
- "grad_norm": 0.43831008672714233,
169
  "learning_rate": 6.294095225512603e-05,
170
- "loss": 12.1913,
171
  "step": 22
172
  },
173
  {
174
  "epoch": 1.0823529411764705,
175
- "grad_norm": 0.24661988019943237,
176
  "learning_rate": 5.9754516100806423e-05,
177
- "loss": 6.7906,
178
  "step": 23
179
  },
180
  {
181
  "epoch": 1.1294117647058823,
182
- "grad_norm": 0.26080018281936646,
183
  "learning_rate": 5.6526309611002594e-05,
184
- "loss": 6.9653,
185
  "step": 24
186
  },
187
  {
188
  "epoch": 1.1764705882352942,
189
- "grad_norm": 0.29405051469802856,
190
  "learning_rate": 5.327015646150716e-05,
191
- "loss": 6.7342,
192
  "step": 25
193
  },
194
  {
195
  "epoch": 1.1764705882352942,
196
- "eval_loss": 6.907079696655273,
197
- "eval_runtime": 0.1147,
198
- "eval_samples_per_second": 1255.072,
199
- "eval_steps_per_second": 156.884,
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": 2920736931840.0,
230
  "train_batch_size": 2,
231
  "trial_name": null,
232
  "trial_params": null
 
1
  {
2
+ "best_metric": 6.901896953582764,
3
+ "best_model_checkpoint": "miner_id_24/checkpoint-50",
4
+ "epoch": 2.3529411764705883,
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.047058823529411764,
13
+ "grad_norm": 0.21819724142551422,
14
  "learning_rate": 5e-05,
15
  "loss": 6.9356,
16
  "step": 1
17
  },
18
  {
19
  "epoch": 0.047058823529411764,
20
+ "eval_loss": 6.933749675750732,
21
+ "eval_runtime": 0.1253,
22
+ "eval_samples_per_second": 1149.197,
23
+ "eval_steps_per_second": 143.65,
24
  "step": 1
25
  },
26
  {
27
  "epoch": 0.09411764705882353,
28
+ "grad_norm": 0.23392507433891296,
29
  "learning_rate": 0.0001,
30
  "loss": 6.9345,
31
  "step": 2
32
  },
33
  {
34
  "epoch": 0.1411764705882353,
35
+ "grad_norm": 0.21760986745357513,
36
  "learning_rate": 9.989294616193017e-05,
37
  "loss": 6.9338,
38
  "step": 3
39
  },
40
  {
41
  "epoch": 0.18823529411764706,
42
+ "grad_norm": 0.2519800364971161,
43
  "learning_rate": 9.957224306869053e-05,
44
  "loss": 6.9328,
45
  "step": 4
46
  },
47
  {
48
  "epoch": 0.23529411764705882,
49
+ "grad_norm": 0.2736882269382477,
50
  "learning_rate": 9.903926402016153e-05,
51
+ "loss": 6.9286,
52
  "step": 5
53
  },
54
  {
55
  "epoch": 0.2823529411764706,
56
+ "grad_norm": 0.21310661733150482,
57
  "learning_rate": 9.829629131445342e-05,
58
  "loss": 6.9316,
59
  "step": 6
60
  },
61
  {
62
  "epoch": 0.32941176470588235,
63
+ "grad_norm": 0.20439282059669495,
64
  "learning_rate": 9.73465064747553e-05,
65
+ "loss": 6.9272,
66
  "step": 7
67
  },
68
  {
69
  "epoch": 0.3764705882352941,
70
+ "grad_norm": 0.23206020891666412,
71
  "learning_rate": 9.619397662556435e-05,
72
+ "loss": 6.9267,
73
  "step": 8
74
  },
75
  {
76
  "epoch": 0.4235294117647059,
77
+ "grad_norm": 0.23456871509552002,
78
  "learning_rate": 9.484363707663442e-05,
79
+ "loss": 6.9244,
80
  "step": 9
81
  },
82
  {
83
  "epoch": 0.47058823529411764,
84
+ "grad_norm": 0.24816955626010895,
85
  "learning_rate": 9.330127018922194e-05,
86
+ "loss": 6.9231,
87
  "step": 10
88
  },
89
  {
90
  "epoch": 0.5176470588235295,
91
+ "grad_norm": 0.22822989523410797,
92
  "learning_rate": 9.157348061512727e-05,
93
+ "loss": 6.9228,
94
  "step": 11
95
  },
96
  {
97
  "epoch": 0.5647058823529412,
98
+ "grad_norm": 0.1995086669921875,
99
  "learning_rate": 8.966766701456177e-05,
100
+ "loss": 6.9243,
101
  "step": 12
102
  },
103
  {
104
  "epoch": 0.611764705882353,
105
+ "grad_norm": 0.22449171543121338,
106
  "learning_rate": 8.759199037394887e-05,
107
+ "loss": 6.9212,
108
  "step": 13
109
  },
110
  {
111
  "epoch": 0.6588235294117647,
112
+ "grad_norm": 0.2463487982749939,
113
  "learning_rate": 8.535533905932738e-05,
114
+ "loss": 6.917,
115
  "step": 14
116
  },
117
  {
118
  "epoch": 0.7058823529411765,
119
+ "grad_norm": 0.23512305319309235,
120
  "learning_rate": 8.296729075500344e-05,
121
+ "loss": 6.9182,
122
  "step": 15
123
  },
124
  {
125
  "epoch": 0.7529411764705882,
126
+ "grad_norm": 0.24918068945407867,
127
  "learning_rate": 8.043807145043604e-05,
128
+ "loss": 6.9125,
129
  "step": 16
130
  },
131
  {
132
  "epoch": 0.8,
133
+ "grad_norm": 0.19672776758670807,
134
  "learning_rate": 7.777851165098012e-05,
135
+ "loss": 6.922,
136
  "step": 17
137
  },
138
  {
139
  "epoch": 0.8470588235294118,
140
+ "grad_norm": 0.22348777949810028,
141
  "learning_rate": 7.500000000000001e-05,
142
+ "loss": 6.917,
143
  "step": 18
144
  },
145
  {
146
  "epoch": 0.8941176470588236,
147
+ "grad_norm": 0.24797621369361877,
148
  "learning_rate": 7.211443451095007e-05,
149
+ "loss": 6.9131,
150
  "step": 19
151
  },
152
  {
153
  "epoch": 0.9411764705882353,
154
+ "grad_norm": 0.2576676607131958,
155
  "learning_rate": 6.91341716182545e-05,
156
+ "loss": 6.9083,
157
  "step": 20
158
  },
159
  {
160
  "epoch": 0.9882352941176471,
161
+ "grad_norm": 0.2767176330089569,
162
  "learning_rate": 6.607197326515808e-05,
163
+ "loss": 6.9037,
164
  "step": 21
165
  },
166
  {
167
  "epoch": 1.035294117647059,
168
+ "grad_norm": 0.41804033517837524,
169
  "learning_rate": 6.294095225512603e-05,
170
+ "loss": 12.1933,
171
  "step": 22
172
  },
173
  {
174
  "epoch": 1.0823529411764705,
175
+ "grad_norm": 0.23595315217971802,
176
  "learning_rate": 5.9754516100806423e-05,
177
+ "loss": 6.7918,
178
  "step": 23
179
  },
180
  {
181
  "epoch": 1.1294117647058823,
182
+ "grad_norm": 0.2416248470544815,
183
  "learning_rate": 5.6526309611002594e-05,
184
+ "loss": 6.9668,
185
  "step": 24
186
  },
187
  {
188
  "epoch": 1.1764705882352942,
189
+ "grad_norm": 0.27485209703445435,
190
  "learning_rate": 5.327015646150716e-05,
191
+ "loss": 6.7366,
192
  "step": 25
193
  },
194
  {
195
  "epoch": 1.1764705882352942,
196
+ "eval_loss": 6.90932035446167,
197
+ "eval_runtime": 0.1329,
198
+ "eval_samples_per_second": 1083.523,
199
+ "eval_steps_per_second": 135.44,
200
  "step": 25
201
+ },
202
+ {
203
+ "epoch": 1.223529411764706,
204
+ "grad_norm": 0.28666388988494873,
205
+ "learning_rate": 5e-05,
206
+ "loss": 7.1573,
207
+ "step": 26
208
+ },
209
+ {
210
+ "epoch": 1.2705882352941176,
211
+ "grad_norm": 0.2689034640789032,
212
+ "learning_rate": 4.6729843538492847e-05,
213
+ "loss": 6.7631,
214
+ "step": 27
215
+ },
216
+ {
217
+ "epoch": 1.3176470588235294,
218
+ "grad_norm": 0.2453760802745819,
219
+ "learning_rate": 4.347369038899744e-05,
220
+ "loss": 6.9962,
221
+ "step": 28
222
+ },
223
+ {
224
+ "epoch": 1.3647058823529412,
225
+ "grad_norm": 0.2651669979095459,
226
+ "learning_rate": 4.0245483899193595e-05,
227
+ "loss": 6.9206,
228
+ "step": 29
229
+ },
230
+ {
231
+ "epoch": 1.4117647058823528,
232
+ "grad_norm": 0.2966490685939789,
233
+ "learning_rate": 3.705904774487396e-05,
234
+ "loss": 6.9026,
235
+ "step": 30
236
+ },
237
+ {
238
+ "epoch": 1.4588235294117646,
239
+ "grad_norm": 0.2592300474643707,
240
+ "learning_rate": 3.392802673484193e-05,
241
+ "loss": 6.9306,
242
+ "step": 31
243
+ },
244
+ {
245
+ "epoch": 1.5058823529411764,
246
+ "grad_norm": 0.29443129897117615,
247
+ "learning_rate": 3.086582838174551e-05,
248
+ "loss": 6.6774,
249
+ "step": 32
250
+ },
251
+ {
252
+ "epoch": 1.5529411764705883,
253
+ "grad_norm": 0.22758440673351288,
254
+ "learning_rate": 2.7885565489049946e-05,
255
+ "loss": 7.078,
256
+ "step": 33
257
+ },
258
+ {
259
+ "epoch": 1.6,
260
+ "grad_norm": 0.25598350167274475,
261
+ "learning_rate": 2.500000000000001e-05,
262
+ "loss": 6.8498,
263
+ "step": 34
264
+ },
265
+ {
266
+ "epoch": 1.6470588235294117,
267
+ "grad_norm": 0.2687520980834961,
268
+ "learning_rate": 2.2221488349019903e-05,
269
+ "loss": 7.0786,
270
+ "step": 35
271
+ },
272
+ {
273
+ "epoch": 1.6941176470588235,
274
+ "grad_norm": 0.27907800674438477,
275
+ "learning_rate": 1.9561928549563968e-05,
276
+ "loss": 6.7001,
277
+ "step": 36
278
+ },
279
+ {
280
+ "epoch": 1.7411764705882353,
281
+ "grad_norm": 0.272887647151947,
282
+ "learning_rate": 1.703270924499656e-05,
283
+ "loss": 6.7109,
284
+ "step": 37
285
+ },
286
+ {
287
+ "epoch": 1.788235294117647,
288
+ "grad_norm": 0.2443215399980545,
289
+ "learning_rate": 1.4644660940672627e-05,
290
+ "loss": 7.2548,
291
+ "step": 38
292
+ },
293
+ {
294
+ "epoch": 1.835294117647059,
295
+ "grad_norm": 0.2575581669807434,
296
+ "learning_rate": 1.2408009626051137e-05,
297
+ "loss": 6.8001,
298
+ "step": 39
299
+ },
300
+ {
301
+ "epoch": 1.8823529411764706,
302
+ "grad_norm": 0.2523963451385498,
303
+ "learning_rate": 1.0332332985438248e-05,
304
+ "loss": 6.9903,
305
+ "step": 40
306
+ },
307
+ {
308
+ "epoch": 1.9294117647058824,
309
+ "grad_norm": 0.2883269786834717,
310
+ "learning_rate": 8.426519384872733e-06,
311
+ "loss": 6.7648,
312
+ "step": 41
313
+ },
314
+ {
315
+ "epoch": 1.9764705882352942,
316
+ "grad_norm": 0.27604395151138306,
317
+ "learning_rate": 6.698729810778065e-06,
318
+ "loss": 7.0528,
319
+ "step": 42
320
+ },
321
+ {
322
+ "epoch": 2.023529411764706,
323
+ "grad_norm": 0.44379091262817383,
324
+ "learning_rate": 5.156362923365588e-06,
325
+ "loss": 11.9826,
326
+ "step": 43
327
+ },
328
+ {
329
+ "epoch": 2.070588235294118,
330
+ "grad_norm": 0.2380973845720291,
331
+ "learning_rate": 3.8060233744356633e-06,
332
+ "loss": 7.017,
333
+ "step": 44
334
+ },
335
+ {
336
+ "epoch": 2.1176470588235294,
337
+ "grad_norm": 0.22482647001743317,
338
+ "learning_rate": 2.653493525244721e-06,
339
+ "loss": 6.7619,
340
+ "step": 45
341
+ },
342
+ {
343
+ "epoch": 2.164705882352941,
344
+ "grad_norm": 0.23828120529651642,
345
+ "learning_rate": 1.70370868554659e-06,
346
+ "loss": 6.8802,
347
+ "step": 46
348
+ },
349
+ {
350
+ "epoch": 2.211764705882353,
351
+ "grad_norm": 0.2840559780597687,
352
+ "learning_rate": 9.607359798384785e-07,
353
+ "loss": 6.9007,
354
+ "step": 47
355
+ },
356
+ {
357
+ "epoch": 2.2588235294117647,
358
+ "grad_norm": 0.25946393609046936,
359
+ "learning_rate": 4.277569313094809e-07,
360
+ "loss": 6.7099,
361
+ "step": 48
362
+ },
363
+ {
364
+ "epoch": 2.3058823529411763,
365
+ "grad_norm": 0.22958962619304657,
366
+ "learning_rate": 1.0705383806982606e-07,
367
+ "loss": 7.1588,
368
+ "step": 49
369
+ },
370
+ {
371
+ "epoch": 2.3529411764705883,
372
+ "grad_norm": 0.23301947116851807,
373
+ "learning_rate": 0.0,
374
+ "loss": 6.9713,
375
+ "step": 50
376
+ },
377
+ {
378
+ "epoch": 2.3529411764705883,
379
+ "eval_loss": 6.901896953582764,
380
+ "eval_runtime": 0.1267,
381
+ "eval_samples_per_second": 1136.61,
382
+ "eval_steps_per_second": 142.076,
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": 5830775193600.0,
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:2f84aa723924298c428cfc079f9bc73e01baed2fb1275230b50fa001c00d4943
3
  size 6776
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ac40a2a8dba01c5dfec735379b0d6aaafc1124d9f51e774c8273efc8e6fc7714
3
  size 6776