LRM-target / trainer_state.json
sangyon's picture
Upload trainer_state.json with huggingface_hub
4130b29 verified
{
"best_metric": null,
"best_model_checkpoint": null,
"epoch": 10.0,
"eval_steps": 500,
"global_step": 1250,
"is_hyper_param_search": false,
"is_local_process_zero": true,
"is_world_process_zero": true,
"log_history": [
{
"epoch": 4.0,
"grad_norm": 4.405198056083492,
"learning_rate": 6.666666666666667e-06,
"loss": 0.8048,
"step": 500
},
{
"epoch": 8.0,
"grad_norm": 0.6682035285148618,
"learning_rate": 2.222222222222222e-06,
"loss": 0.0334,
"step": 1000
}
],
"logging_steps": 500,
"max_steps": 1250,
"num_input_tokens_seen": 0,
"num_train_epochs": 10,
"save_steps": 1250,
"stateful_callbacks": {
"TrainerControl": {
"args": {
"should_epoch_stop": false,
"should_evaluate": false,
"should_log": false,
"should_save": true,
"should_training_stop": true
},
"attributes": {}
}
},
"total_flos": 0.0,
"train_batch_size": 4,
"trial_name": null,
"trial_params": null
}