File size: 2,283 Bytes
e394e8f |
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": 0.2,
"eval_steps": 500,
"global_step": 100,
"is_hyper_param_search": false,
"is_local_process_zero": true,
"is_world_process_zero": true,
"log_history": [
{
"epoch": 0.02,
"grad_norm": 0.28473100066185,
"learning_rate": 4.966666666666667e-05,
"loss": 1.3783,
"step": 10
},
{
"epoch": 0.04,
"grad_norm": 0.09849760681390762,
"learning_rate": 4.933333333333334e-05,
"loss": 1.319,
"step": 20
},
{
"epoch": 0.06,
"grad_norm": 0.12863746285438538,
"learning_rate": 4.9e-05,
"loss": 1.4715,
"step": 30
},
{
"epoch": 0.08,
"grad_norm": 0.16797196865081787,
"learning_rate": 4.866666666666667e-05,
"loss": 1.4091,
"step": 40
},
{
"epoch": 0.1,
"grad_norm": 0.2071741819381714,
"learning_rate": 4.8333333333333334e-05,
"loss": 1.5629,
"step": 50
},
{
"epoch": 0.12,
"grad_norm": 0.11463215947151184,
"learning_rate": 4.8e-05,
"loss": 1.4113,
"step": 60
},
{
"epoch": 0.14,
"grad_norm": 0.4405534565448761,
"learning_rate": 4.766666666666667e-05,
"loss": 1.5984,
"step": 70
},
{
"epoch": 0.16,
"grad_norm": 0.12359176576137543,
"learning_rate": 4.7333333333333336e-05,
"loss": 1.6352,
"step": 80
},
{
"epoch": 0.18,
"grad_norm": 0.4452320635318756,
"learning_rate": 4.7e-05,
"loss": 1.4261,
"step": 90
},
{
"epoch": 0.2,
"grad_norm": 0.15276187658309937,
"learning_rate": 4.666666666666667e-05,
"loss": 1.575,
"step": 100
}
],
"logging_steps": 10,
"max_steps": 1500,
"num_input_tokens_seen": 0,
"num_train_epochs": 3,
"save_steps": 100,
"stateful_callbacks": {
"TrainerControl": {
"args": {
"should_epoch_stop": false,
"should_evaluate": false,
"should_log": false,
"should_save": true,
"should_training_stop": false
},
"attributes": {}
}
},
"total_flos": 101981695161600.0,
"train_batch_size": 2,
"trial_name": null,
"trial_params": null
}
|