Bert_v11 / trainer_state.json
JhonMR's picture
End of training
2b40310 verified
{
"best_metric": null,
"best_model_checkpoint": null,
"epoch": 0.07246376811594203,
"eval_steps": 500,
"global_step": 20,
"is_hyper_param_search": false,
"is_local_process_zero": true,
"is_world_process_zero": true,
"log_history": [
{
"epoch": 0.07246376811594203,
"eval_accuracy": 0.9031746031746032,
"eval_f1": 0.9017334623312502,
"eval_loss": 0.45751890540122986,
"eval_precision": 0.9035223833704444,
"eval_recall": 0.9020339725952946,
"eval_runtime": 116.6553,
"eval_samples_per_second": 32.403,
"eval_steps_per_second": 1.02,
"step": 20
}
],
"logging_steps": 500,
"max_steps": 4140,
"num_input_tokens_seen": 0,
"num_train_epochs": 15,
"save_steps": 500,
"stateful_callbacks": {
"TrainerControl": {
"args": {
"should_epoch_stop": false,
"should_evaluate": false,
"should_log": false,
"should_save": false,
"should_training_stop": true
},
"attributes": {}
}
},
"total_flos": 0,
"train_batch_size": 32,
"trial_name": null,
"trial_params": null
}