File size: 1,244 Bytes
2a0bcfa | 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 | {
"best_metric": 0.17287049484713765,
"best_model_checkpoint": "distilbert-base-uncased-finetuned-cola/run-1/checkpoint-1069",
"epoch": 1.0,
"eval_steps": 500,
"global_step": 1069,
"is_hyper_param_search": true,
"is_local_process_zero": true,
"is_world_process_zero": true,
"log_history": [
{
"epoch": 0.47,
"grad_norm": 3.3132574558258057,
"learning_rate": 5.3487951435688824e-05,
"loss": 0.6128,
"step": 500
},
{
"epoch": 0.94,
"grad_norm": 10.235213279724121,
"learning_rate": 4.360838892447921e-05,
"loss": 0.5719,
"step": 1000
},
{
"epoch": 1.0,
"eval_loss": 0.6078479886054993,
"eval_matthews_correlation": 0.17287049484713765,
"eval_runtime": 0.8538,
"eval_samples_per_second": 1221.595,
"eval_steps_per_second": 77.301,
"step": 1069
}
],
"logging_steps": 500,
"max_steps": 3207,
"num_input_tokens_seen": 0,
"num_train_epochs": 3,
"save_steps": 500,
"total_flos": 37581414959328.0,
"train_batch_size": 8,
"trial_name": null,
"trial_params": {
"learning_rate": 6.336751394689843e-05,
"num_train_epochs": 3,
"per_device_train_batch_size": 8,
"seed": 33
}
}
|