lesso06 commited on
Commit
6213c37
·
verified ·
1 Parent(s): 48dfe7f

Training in progress, step 500, checkpoint

Browse files
last-checkpoint/adapter_model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:a349b12bc163a95b572b0c6f75077acdbdc2d9abb38e3396e59f85aa64aeaf5f
3
  size 140815952
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f3b1c4631117a1f4d57a2b4d0bc47b06c03602236c4db1e2381462d141a2b807
3
  size 140815952
last-checkpoint/optimizer.pt CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:6213557f7c8c16724dac57d3be11eb4c987b1923f566b28b0674348d35d88183
3
  size 71878996
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6d53ae0fadaaa2076408a8bb58126d1157f87f14aa75749d99c3083cf8cf4c16
3
  size 71878996
last-checkpoint/rng_state.pth CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:555c517b5ec1b1f56c72674be5228517ec41b93bf562b6899969a8588f22db2b
3
  size 14244
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bc07869608f1dc652854831f1bf53bdb6d1c4bd180b591e20607fa38cf0da390
3
  size 14244
last-checkpoint/scheduler.pt CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:23d0c4fcd75282d05c3ecf542229a263cdfdea966c314071913c5dc6faf85a25
3
  size 1064
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ddd16399db35d8a29f2ca6eadbdcd4462c58bf5886d5df4eb74f5a14652bb30c
3
  size 1064
last-checkpoint/trainer_state.json CHANGED
@@ -1,9 +1,9 @@
1
  {
2
- "best_metric": 2.727031946182251,
3
- "best_model_checkpoint": "miner_id_24/checkpoint-450",
4
- "epoch": 0.014038371548900327,
5
  "eval_steps": 50,
6
- "global_step": 450,
7
  "is_hyper_param_search": false,
8
  "is_local_process_zero": true,
9
  "is_world_process_zero": true,
@@ -402,6 +402,49 @@
402
  "eval_samples_per_second": 40.24,
403
  "eval_steps_per_second": 10.062,
404
  "step": 450
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
405
  }
406
  ],
407
  "logging_steps": 10,
@@ -425,12 +468,12 @@
425
  "should_evaluate": false,
426
  "should_log": false,
427
  "should_save": true,
428
- "should_training_stop": false
429
  },
430
  "attributes": {}
431
  }
432
  },
433
- "total_flos": 6767252429340672.0,
434
  "train_batch_size": 4,
435
  "trial_name": null,
436
  "trial_params": null
 
1
  {
2
+ "best_metric": 2.7261009216308594,
3
+ "best_model_checkpoint": "miner_id_24/checkpoint-500",
4
+ "epoch": 0.015598190609889253,
5
  "eval_steps": 50,
6
+ "global_step": 500,
7
  "is_hyper_param_search": false,
8
  "is_local_process_zero": true,
9
  "is_world_process_zero": true,
 
402
  "eval_samples_per_second": 40.24,
403
  "eval_steps_per_second": 10.062,
404
  "step": 450
405
+ },
406
+ {
407
+ "epoch": 0.014350335361098112,
408
+ "grad_norm": 0.999866247177124,
409
+ "learning_rate": 3.990045318353154e-06,
410
+ "loss": 2.7576,
411
+ "step": 460
412
+ },
413
+ {
414
+ "epoch": 0.014662299173295897,
415
+ "grad_norm": 0.8971395492553711,
416
+ "learning_rate": 2.250797124418014e-06,
417
+ "loss": 2.7613,
418
+ "step": 470
419
+ },
420
+ {
421
+ "epoch": 0.014974262985493684,
422
+ "grad_norm": 0.9451714754104614,
423
+ "learning_rate": 1.0023889196182526e-06,
424
+ "loss": 2.6846,
425
+ "step": 480
426
+ },
427
+ {
428
+ "epoch": 0.015286226797691468,
429
+ "grad_norm": 1.210644245147705,
430
+ "learning_rate": 2.5090282323810766e-07,
431
+ "loss": 2.6949,
432
+ "step": 490
433
+ },
434
+ {
435
+ "epoch": 0.015598190609889253,
436
+ "grad_norm": 2.4400453567504883,
437
+ "learning_rate": 0.0,
438
+ "loss": 2.7689,
439
+ "step": 500
440
+ },
441
+ {
442
+ "epoch": 0.015598190609889253,
443
+ "eval_loss": 2.7261009216308594,
444
+ "eval_runtime": 336.5767,
445
+ "eval_samples_per_second": 40.101,
446
+ "eval_steps_per_second": 10.027,
447
+ "step": 500
448
  }
449
  ],
450
  "logging_steps": 10,
 
468
  "should_evaluate": false,
469
  "should_log": false,
470
  "should_save": true,
471
+ "should_training_stop": true
472
  },
473
  "attributes": {}
474
  }
475
  },
476
+ "total_flos": 7530440069480448.0,
477
  "train_batch_size": 4,
478
  "trial_name": null,
479
  "trial_params": null