CoolFace
Modelpublic

codechrl/bert-base-cybersecurity

sourceHugging Faceupdated 11mo agoView on Hugging Face
0likes7downloads
trainer_state.json34 linesDownload Raw Back to checkpoint-3
1{2  "best_global_step": null,3  "best_metric": null,4  "best_model_checkpoint": null,5  "epoch": 3.0,6  "eval_steps": 500,7  "global_step": 3,8  "is_hyper_param_search": false,9  "is_local_process_zero": true,10  "is_world_process_zero": true,11  "log_history": [],12  "logging_steps": 100,13  "max_steps": 3,14  "num_input_tokens_seen": 0,15  "num_train_epochs": 3,16  "save_steps": 500,17  "stateful_callbacks": {18    "TrainerControl": {19      "args": {20        "should_epoch_stop": false,21        "should_evaluate": false,22        "should_log": false,23        "should_save": true,24        "should_training_stop": true25      },26      "attributes": {}27    }28  },29  "total_flos": 789600374784.0,30  "train_batch_size": 1,31  "trial_name": null,32  "trial_params": null33}34