File size: 2,460 Bytes
3fa4de1 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 | {
"best_global_step": null,
"best_metric": null,
"best_model_checkpoint": null,
"epoch": 25.0,
"eval_steps": 500,
"global_step": 100,
"is_hyper_param_search": false,
"is_local_process_zero": true,
"is_world_process_zero": true,
"log_history": [
{
"epoch": 2.533333333333333,
"grad_norm": 0.3359375,
"learning_rate": 1.9811781768982392e-05,
"loss": 0.7714,
"step": 10
},
{
"epoch": 5.0,
"grad_norm": 0.197265625,
"learning_rate": 1.8687117365181514e-05,
"loss": 0.7636,
"step": 20
},
{
"epoch": 7.533333333333333,
"grad_norm": 0.1806640625,
"learning_rate": 1.665915225011681e-05,
"loss": 0.7631,
"step": 30
},
{
"epoch": 10.0,
"grad_norm": 0.18359375,
"learning_rate": 1.3938757562492873e-05,
"loss": 0.7629,
"step": 40
},
{
"epoch": 12.533333333333333,
"grad_norm": 0.2373046875,
"learning_rate": 1.0808804403614044e-05,
"loss": 0.7609,
"step": 50
},
{
"epoch": 15.0,
"grad_norm": 0.166015625,
"learning_rate": 7.594750436337467e-06,
"loss": 0.7628,
"step": 60
},
{
"epoch": 17.533333333333335,
"grad_norm": 0.22265625,
"learning_rate": 4.630798263510162e-06,
"loss": 0.7615,
"step": 70
},
{
"epoch": 20.0,
"grad_norm": 0.2294921875,
"learning_rate": 2.2251444932035094e-06,
"loss": 0.7618,
"step": 80
},
{
"epoch": 22.533333333333335,
"grad_norm": 0.1982421875,
"learning_rate": 6.279329499365649e-07,
"loss": 0.7625,
"step": 90
},
{
"epoch": 25.0,
"grad_norm": 0.2314453125,
"learning_rate": 5.2443095448506674e-09,
"loss": 0.761,
"step": 100
}
],
"logging_steps": 10,
"max_steps": 100,
"num_input_tokens_seen": 0,
"num_train_epochs": 25,
"save_steps": 500,
"stateful_callbacks": {
"TrainerControl": {
"args": {
"should_epoch_stop": false,
"should_evaluate": false,
"should_log": false,
"should_save": true,
"should_training_stop": true
},
"attributes": {}
}
},
"total_flos": 1.2178044223488e+16,
"train_batch_size": 3,
"trial_name": null,
"trial_params": null
}
|