dontredeemMODELS / checkpoints /best_model /trainer_state.json
Codex12's picture
Upload 33 files
ee20949 verified
Raw
History Blame Contribute Delete
2.76 kB
{
"best_global_step": 330,
"best_metric": 1.0,
"best_model_checkpoint": "D:\\ScamDetectProj\\DetectionMain\\checkpoints\\checkpoint-330",
"epoch": 3.0,
"eval_steps": 500,
"global_step": 330,
"is_hyper_param_search": false,
"is_local_process_zero": true,
"is_world_process_zero": true,
"log_history": [
{
"epoch": 0.00909090909090909,
"grad_norm": 0.9112464785575867,
"learning_rate": 0.0,
"loss": 0.693359375,
"step": 1
},
{
"epoch": 1.0,
"grad_norm": 0.12762108445167542,
"learning_rate": 2e-05,
"loss": 0.3843042566141951,
"step": 110
},
{
"epoch": 1.0,
"eval_accuracy": 0.995444,
"eval_f1": 0.995434,
"eval_loss": 0.012996933422982693,
"eval_precision": 0.995434,
"eval_recall": 0.995434,
"eval_runtime": 52.7986,
"eval_samples_per_second": 8.315,
"eval_steps_per_second": 0.265,
"step": 110
},
{
"epoch": 2.0,
"grad_norm": 0.11700598150491714,
"learning_rate": 1.7780020181634713e-05,
"loss": 0.016534104130484843,
"step": 220
},
{
"epoch": 2.0,
"eval_accuracy": 0.995444,
"eval_f1": 0.995413,
"eval_loss": 0.01899389922618866,
"eval_precision": 1.0,
"eval_recall": 0.990868,
"eval_runtime": 52.097,
"eval_samples_per_second": 8.427,
"eval_steps_per_second": 0.269,
"step": 220
},
{
"epoch": 3.0,
"grad_norm": 0.05778728425502777,
"learning_rate": 1.5560040363269425e-05,
"loss": 0.005238141796805642,
"step": 330
},
{
"epoch": 3.0,
"eval_accuracy": 1.0,
"eval_f1": 1.0,
"eval_loss": 0.0006195309688337147,
"eval_precision": 1.0,
"eval_recall": 1.0,
"eval_runtime": 54.7945,
"eval_samples_per_second": 8.012,
"eval_steps_per_second": 0.256,
"step": 330
}
],
"logging_steps": 500,
"max_steps": 1100,
"num_input_tokens_seen": 0,
"num_train_epochs": 10,
"save_steps": 500,
"stateful_callbacks": {
"EarlyStoppingCallback": {
"args": {
"early_stopping_patience": 3,
"early_stopping_threshold": 0.001
},
"attributes": {
"early_stopping_patience_counter": 0
}
},
"TrainerControl": {
"args": {
"should_epoch_stop": false,
"should_evaluate": false,
"should_log": false,
"should_save": true,
"should_training_stop": false
},
"attributes": {}
}
},
"total_flos": 0.0,
"train_batch_size": 16,
"trial_name": null,
"trial_params": null
}