LilithHu's picture
Rename trainer_state.json to Archived/trainer_state.json
05dc769 verified
{
"best_global_step": 2,
"best_metric": 0.6540305018424988,
"best_model_checkpoint": "./results/checkpoint-2",
"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,
"grad_norm": 7.66269588470459,
"learning_rate": 2e-05,
"loss": 0.7873,
"step": 1
},
{
"epoch": 1.0,
"grad_norm": 7.836860656738281,
"learning_rate": 1.6666666666666667e-05,
"loss": 0.7155,
"step": 2
},
{
"epoch": 1.0,
"eval_loss": 0.6540305018424988,
"eval_runtime": 0.0313,
"eval_samples_per_second": 31.913,
"eval_steps_per_second": 31.913,
"step": 2
}
],
"logging_steps": 1,
"max_steps": 6,
"num_input_tokens_seen": 0,
"num_train_epochs": 3,
"save_steps": 500,
"stateful_callbacks": {
"TrainerControl": {
"args": {
"should_epoch_stop": false,
"should_evaluate": false,
"should_log": false,
"should_save": true,
"should_training_stop": false
},
"attributes": {}
}
},
"total_flos": 197336830464.0,
"train_batch_size": 2,
"trial_name": null,
"trial_params": null
}