llama2-autotrain / checkpoint-2 /trainer_state.json
dplutchok's picture
Upload folder using huggingface_hub
5fa1b00
raw
history blame contribute delete
No virus
607 Bytes
{
"best_metric": null,
"best_model_checkpoint": null,
"epoch": 1.0,
"eval_steps": 500,
"global_step": 2,
"is_hyper_param_search": false,
"is_local_process_zero": true,
"is_world_process_zero": true,
"log_history": [
{
"epoch": 0.5,
"learning_rate": 0.0002,
"loss": 1.2388,
"step": 1
},
{
"epoch": 1.0,
"learning_rate": 0.0,
"loss": 1.4611,
"step": 2
}
],
"logging_steps": 1,
"max_steps": 2,
"num_train_epochs": 1,
"save_steps": 500,
"total_flos": 166022363480064.0,
"trial_name": null,
"trial_params": null
}