project-code-py-micro / trainer_state.json
gagan3012's picture
Initial commit
14e2397
{
"best_metric": null,
"best_model_checkpoint": null,
"epoch": 5.0,
"global_step": 800,
"is_hyper_param_search": false,
"is_local_process_zero": true,
"is_world_process_zero": true,
"log_history": [
{
"epoch": 3.12,
"learning_rate": 1.8750000000000002e-05,
"loss": 1.419,
"step": 500
},
{
"epoch": 5.0,
"step": 800,
"total_flos": 402616693555200.0,
"train_runtime": 145.1649,
"train_samples_per_second": 5.511
}
],
"max_steps": 800,
"num_train_epochs": 5,
"total_flos": 402616693555200.0,
"trial_name": null,
"trial_params": null
}