File size: 1,775 Bytes
1c0e2b6 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 | {
"best_metric": 0.026966171339154243,
"best_model_checkpoint": "./drive/MyDrive/Models/LazDEF_ft/checkpoint-2441",
"epoch": 0.999795207864018,
"eval_steps": 500,
"global_step": 2441,
"is_hyper_param_search": false,
"is_local_process_zero": true,
"is_world_process_zero": true,
"log_history": [
{
"epoch": 0.2047921359819783,
"grad_norm": 0.16108621656894684,
"learning_rate": 0.00015903318312167147,
"loss": 0.0885,
"step": 500
},
{
"epoch": 0.4095842719639566,
"grad_norm": 0.1404304951429367,
"learning_rate": 0.00011806636624334291,
"loss": 0.0421,
"step": 1000
},
{
"epoch": 0.6143764079459348,
"grad_norm": 0.14799199998378754,
"learning_rate": 7.709954936501435e-05,
"loss": 0.0345,
"step": 1500
},
{
"epoch": 0.8191685439279132,
"grad_norm": 0.10327447205781937,
"learning_rate": 3.613273248668579e-05,
"loss": 0.0316,
"step": 2000
},
{
"epoch": 0.999795207864018,
"eval_accuracy": 0.99196,
"eval_loss": 0.026966171339154243,
"eval_runtime": 50.0411,
"eval_samples_per_second": 999.178,
"eval_steps_per_second": 3.917,
"step": 2441
}
],
"logging_steps": 500,
"max_steps": 2441,
"num_input_tokens_seen": 0,
"num_train_epochs": 1,
"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": 7.322542384909824e+16,
"train_batch_size": 256,
"trial_name": null,
"trial_params": null
}
|