File size: 2,449 Bytes
241d4e0 |
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 |
{
"best_metric": null,
"best_model_checkpoint": null,
"epoch": 15.384615384615385,
"eval_steps": 500,
"global_step": 1000,
"is_hyper_param_search": false,
"is_local_process_zero": true,
"is_world_process_zero": true,
"log_history": [
{
"epoch": 1.5384615384615383,
"grad_norm": 134.7136688232422,
"learning_rate": 9.981600000000001e-06,
"loss": 5.6198,
"step": 100
},
{
"epoch": 3.076923076923077,
"grad_norm": 115.98611450195312,
"learning_rate": 9.961600000000001e-06,
"loss": 3.5959,
"step": 200
},
{
"epoch": 4.615384615384615,
"grad_norm": 114.23514556884766,
"learning_rate": 9.941600000000002e-06,
"loss": 3.3845,
"step": 300
},
{
"epoch": 6.153846153846154,
"grad_norm": 140.5648193359375,
"learning_rate": 9.921600000000002e-06,
"loss": 3.1494,
"step": 400
},
{
"epoch": 7.6923076923076925,
"grad_norm": 117.4485855102539,
"learning_rate": 9.901600000000002e-06,
"loss": 3.0773,
"step": 500
},
{
"epoch": 9.23076923076923,
"grad_norm": 389.71490478515625,
"learning_rate": 9.8816e-06,
"loss": 3.2116,
"step": 600
},
{
"epoch": 10.76923076923077,
"grad_norm": 107.11251831054688,
"learning_rate": 9.8616e-06,
"loss": 3.0471,
"step": 700
},
{
"epoch": 12.307692307692308,
"grad_norm": 85.49571228027344,
"learning_rate": 9.8416e-06,
"loss": 3.0201,
"step": 800
},
{
"epoch": 13.846153846153847,
"grad_norm": 121.62274932861328,
"learning_rate": 9.821600000000001e-06,
"loss": 2.9355,
"step": 900
},
{
"epoch": 15.384615384615385,
"grad_norm": 64.66451263427734,
"learning_rate": 9.801600000000001e-06,
"loss": 2.9637,
"step": 1000
}
],
"logging_steps": 100,
"max_steps": 50000,
"num_input_tokens_seen": 0,
"num_train_epochs": 770,
"save_steps": 500,
"stateful_callbacks": {
"TrainerControl": {
"args": {
"should_epoch_stop": false,
"should_evaluate": false,
"should_log": false,
"should_save": true,
"should_training_stop": false
},
"attributes": {}
}
},
"total_flos": 3.82243166208e+18,
"train_batch_size": 8,
"trial_name": null,
"trial_params": null
}
|