dnd-x2 / trainer_state.json
lodrick-the-lafted's picture
Upload folder using huggingface_hub
0363091 verified
{
"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,
"grad_norm": 31.872281598977754,
"learning_rate": 6.666666666666667e-07,
"loss": 1.6229,
"step": 1
},
{
"epoch": 1.0,
"grad_norm": 31.553159775227385,
"learning_rate": 1.3333333333333334e-06,
"loss": 1.5863,
"step": 2
}
],
"logging_steps": 1,
"max_steps": 2,
"num_input_tokens_seen": 0,
"num_train_epochs": 1,
"save_steps": 1,
"stateful_callbacks": {
"TrainerControl": {
"args": {
"should_epoch_stop": false,
"should_evaluate": false,
"should_log": false,
"should_save": true,
"should_training_stop": true
},
"attributes": {}
}
},
"total_flos": 3691625054208.0,
"train_batch_size": 1,
"trial_name": null,
"trial_params": null
}