out / trainer_state.json
haibotamiu's picture
End of training
64a9043 verified
raw
history blame
No virus
869 Bytes
{
"best_metric": null,
"best_model_checkpoint": null,
"epoch": 50.0,
"eval_steps": 500,
"global_step": 1000,
"is_hyper_param_search": false,
"is_local_process_zero": true,
"is_world_process_zero": true,
"log_history": [
{
"epoch": 25.0,
"learning_rate": 2.5e-05,
"loss": 0.6839,
"step": 500
},
{
"epoch": 50.0,
"learning_rate": 0.0,
"loss": 0.0229,
"step": 1000
},
{
"epoch": 50.0,
"step": 1000,
"total_flos": 2.4497456256e+16,
"train_loss": 0.353411434173584,
"train_runtime": 1204.7422,
"train_samples_per_second": 207.513,
"train_steps_per_second": 0.83
}
],
"logging_steps": 500,
"max_steps": 1000,
"num_train_epochs": 50,
"save_steps": 500,
"total_flos": 2.4497456256e+16,
"trial_name": null,
"trial_params": null
}