vit-base-trees / trainer_state.json
SaeedAnas's picture
Model save
8b147ec
raw
history blame
954 Bytes
{
"best_metric": null,
"best_model_checkpoint": null,
"epoch": 4.0,
"global_step": 36,
"is_hyper_param_search": false,
"is_local_process_zero": true,
"is_world_process_zero": true,
"log_history": [
{
"epoch": 1.11,
"learning_rate": 0.00014444444444444444,
"loss": 0.2916,
"step": 10
},
{
"epoch": 2.22,
"learning_rate": 8.888888888888889e-05,
"loss": 0.0287,
"step": 20
},
{
"epoch": 3.33,
"learning_rate": 3.3333333333333335e-05,
"loss": 0.0147,
"step": 30
},
{
"epoch": 4.0,
"step": 36,
"total_flos": 4.463538601800499e+16,
"train_loss": 0.09506800605191125,
"train_runtime": 143.0442,
"train_samples_per_second": 4.027,
"train_steps_per_second": 0.252
}
],
"max_steps": 36,
"num_train_epochs": 4,
"total_flos": 4.463538601800499e+16,
"trial_name": null,
"trial_params": null
}