fire_cv / trainer_state.json
callMeRover's picture
Upload folder using huggingface_hub
a17c6dd
raw
history blame
717 Bytes
{
"best_metric": null,
"best_model_checkpoint": null,
"epoch": 4.0,
"global_step": 12,
"is_hyper_param_search": false,
"is_local_process_zero": true,
"is_world_process_zero": true,
"log_history": [
{
"epoch": 3.33,
"learning_rate": 3.3333333333333335e-05,
"loss": 0.2367,
"step": 10
},
{
"epoch": 4.0,
"step": 12,
"total_flos": 1.2088750379876352e+16,
"train_loss": 0.20516753507157168,
"train_runtime": 343.0365,
"train_samples_per_second": 0.455,
"train_steps_per_second": 0.035
}
],
"max_steps": 12,
"num_train_epochs": 4,
"total_flos": 1.2088750379876352e+16,
"trial_name": null,
"trial_params": null
}