vit-base-renovation / trainer_state.json
rshrott's picture
🍻 cheers
0d9f94b
raw
history blame
No virus
797 Bytes
{
"best_metric": null,
"best_model_checkpoint": null,
"epoch": 4.0,
"global_step": 20,
"is_hyper_param_search": false,
"is_local_process_zero": true,
"is_world_process_zero": true,
"log_history": [
{
"epoch": 2.0,
"learning_rate": 0.0001,
"loss": 0.3999,
"step": 10
},
{
"epoch": 4.0,
"learning_rate": 0.0,
"loss": 0.1356,
"step": 20
},
{
"epoch": 4.0,
"step": 20,
"total_flos": 2.479765892825088e+16,
"train_loss": 0.2677663803100586,
"train_runtime": 23.2011,
"train_samples_per_second": 13.792,
"train_steps_per_second": 0.862
}
],
"max_steps": 20,
"num_train_epochs": 4,
"total_flos": 2.479765892825088e+16,
"trial_name": null,
"trial_params": null
}