fire_cv / trainer_state.json
callMeRover's picture
Upload folder using huggingface_hub
e647266
raw
history blame contribute delete
716 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.2601,
"step": 10
},
{
"epoch": 4.0,
"step": 12,
"total_flos": 1.2088750379876352e+16,
"train_loss": 0.2261202229807774,
"train_runtime": 353.5326,
"train_samples_per_second": 0.441,
"train_steps_per_second": 0.034
}
],
"max_steps": 12,
"num_train_epochs": 4,
"total_flos": 1.2088750379876352e+16,
"trial_name": null,
"trial_params": null
}