CodeIsAbstract commited on
Commit
cb6ba66
·
verified ·
1 Parent(s): b20da4b

Training in progress, step 1000, checkpoint

Browse files
last-checkpoint/model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:73f8c1791b5ee7e58d663de47ee5fe8c35df4f1f6931e02c5c1c05ca2c095b6a
3
  size 579824888
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e804d9311c8b6db40d3fb86cf3eaca1297d3d4f7332c4f8f051e0d9baa0c5dc1
3
  size 579824888
last-checkpoint/optimizer.pt CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:be87b0db9147168393b32986a7c8b1d815025dfeb0ce1175bbb3f22f44725ce1
3
  size 1159794763
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f1540ec263719b4b3cba968a2a351d9132483a93521620ed9c251f0803216f31
3
  size 1159794763
last-checkpoint/rng_state.pth CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:44dfb10fef84f1136d3eee8160822b0d721bb87ad12f498bd11540cf57bcb837
3
  size 14645
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7f6877654089e17195cec15c42052fefb64568bfec6cf56d9ddc6361105ecd2f
3
  size 14645
last-checkpoint/scheduler.pt CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:eed2e2028bc81a04ee6b31f6b531dfb1c72a67f736dcd67eadafbd77d40b8d1c
3
  size 1465
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9008af82ea2c682c9b64de9d5bd271649247b8bd3c3761983a4def45d64125f2
3
  size 1465
last-checkpoint/trainer_state.json CHANGED
@@ -2,9 +2,9 @@
2
  "best_global_step": null,
3
  "best_metric": null,
4
  "best_model_checkpoint": null,
5
- "epoch": 0.8,
6
  "eval_steps": 100,
7
- "global_step": 800,
8
  "is_hyper_param_search": false,
9
  "is_local_process_zero": true,
10
  "is_world_process_zero": true,
@@ -192,6 +192,52 @@
192
  "eval_samples_per_second": 77.115,
193
  "eval_steps_per_second": 4.85,
194
  "step": 800
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
195
  }
196
  ],
197
  "logging_steps": 50,
@@ -206,12 +252,12 @@
206
  "should_evaluate": false,
207
  "should_log": false,
208
  "should_save": true,
209
- "should_training_stop": false
210
  },
211
  "attributes": {}
212
  }
213
  },
214
- "total_flos": 1.338013309206528e+17,
215
  "train_batch_size": 64,
216
  "trial_name": null,
217
  "trial_params": null
 
2
  "best_global_step": null,
3
  "best_metric": null,
4
  "best_model_checkpoint": null,
5
+ "epoch": 1.0,
6
  "eval_steps": 100,
7
+ "global_step": 1000,
8
  "is_hyper_param_search": false,
9
  "is_local_process_zero": true,
10
  "is_world_process_zero": true,
 
192
  "eval_samples_per_second": 77.115,
193
  "eval_steps_per_second": 4.85,
194
  "step": 800
195
+ },
196
+ {
197
+ "epoch": 0.85,
198
+ "grad_norm": 1.464524507522583,
199
+ "learning_rate": 7.586717784541531e-06,
200
+ "loss": 21.3955,
201
+ "step": 850
202
+ },
203
+ {
204
+ "epoch": 0.9,
205
+ "grad_norm": 1.6547788381576538,
206
+ "learning_rate": 3.443464128710239e-06,
207
+ "loss": 21.3548,
208
+ "step": 900
209
+ },
210
+ {
211
+ "epoch": 0.9,
212
+ "eval_accuracy": 0.2200151717208807,
213
+ "eval_loss": 5.29579496383667,
214
+ "eval_runtime": 12.9348,
215
+ "eval_samples_per_second": 74.992,
216
+ "eval_steps_per_second": 4.716,
217
+ "step": 900
218
+ },
219
+ {
220
+ "epoch": 0.95,
221
+ "grad_norm": 1.0555720329284668,
222
+ "learning_rate": 8.856374635655695e-07,
223
+ "loss": 21.3268,
224
+ "step": 950
225
+ },
226
+ {
227
+ "epoch": 1.0,
228
+ "grad_norm": 1.3585398197174072,
229
+ "learning_rate": 3.4150841404789745e-10,
230
+ "loss": 21.3675,
231
+ "step": 1000
232
+ },
233
+ {
234
+ "epoch": 1.0,
235
+ "eval_accuracy": 0.22028451011683436,
236
+ "eval_loss": 5.292044639587402,
237
+ "eval_runtime": 13.1086,
238
+ "eval_samples_per_second": 73.997,
239
+ "eval_steps_per_second": 4.653,
240
+ "step": 1000
241
  }
242
  ],
243
  "logging_steps": 50,
 
252
  "should_evaluate": false,
253
  "should_log": false,
254
  "should_save": true,
255
+ "should_training_stop": true
256
  },
257
  "attributes": {}
258
  }
259
  },
260
+ "total_flos": 1.67251663650816e+17,
261
  "train_batch_size": 64,
262
  "trial_name": null,
263
  "trial_params": null