File size: 1,438 Bytes
5e87a97 | 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 | {
"best_metric": null,
"best_model_checkpoint": null,
"epoch": 1.941952506596306,
"eval_steps": 5000,
"global_step": 46,
"is_hyper_param_search": false,
"is_local_process_zero": true,
"is_world_process_zero": true,
"log_history": [
{
"epoch": 0.42216358839050133,
"grad_norm": 13.42656421661377,
"learning_rate": 9.36024704071904e-06,
"loss": 8.6209,
"step": 10
},
{
"epoch": 0.8443271767810027,
"grad_norm": 9.004769325256348,
"learning_rate": 6.614402023857231e-06,
"loss": 5.3354,
"step": 20
},
{
"epoch": 1.266490765171504,
"grad_norm": 6.205361843109131,
"learning_rate": 3.044476397549221e-06,
"loss": 4.18,
"step": 30
},
{
"epoch": 1.6886543535620053,
"grad_norm": 5.6094651222229,
"learning_rate": 4.727588125342669e-07,
"loss": 3.8146,
"step": 40
}
],
"logging_steps": 10,
"max_steps": 46,
"num_input_tokens_seen": 0,
"num_train_epochs": 2,
"save_steps": 1000,
"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.8959322667863245e+17,
"train_batch_size": 2,
"trial_name": null,
"trial_params": null
}
|