chess-sft-lora-adapter / trainer_state.json
mkopecki's picture
End of training
6bbb597 verified
raw
history blame
1.16 kB
{
"best_metric": null,
"best_model_checkpoint": null,
"epoch": 3.0,
"eval_steps": 500,
"global_step": 501,
"is_hyper_param_search": false,
"is_local_process_zero": true,
"is_world_process_zero": true,
"log_history": [
{
"epoch": 2.9940119760479043,
"grad_norm": 2.0207631587982178,
"learning_rate": 9.98003992015968e-08,
"loss": 0.9071,
"step": 500
},
{
"epoch": 3.0,
"step": 501,
"total_flos": 2.157617842277581e+16,
"train_loss": 0.9067429488528512,
"train_runtime": 916.1317,
"train_samples_per_second": 2.184,
"train_steps_per_second": 0.547
}
],
"logging_steps": 500,
"max_steps": 501,
"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": true
},
"attributes": {}
}
},
"total_flos": 2.157617842277581e+16,
"train_batch_size": 1,
"trial_name": null,
"trial_params": null
}