File size: 1,684 Bytes
5b997bc |
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 72 73 |
{
"best_metric": null,
"best_model_checkpoint": null,
"epoch": 1.0,
"eval_steps": 500,
"global_step": 6500,
"is_hyper_param_search": false,
"is_local_process_zero": true,
"is_world_process_zero": true,
"log_history": [
{
"epoch": 0.15,
"grad_norm": 0.9831129908561707,
"learning_rate": 4.714201332828372e-05,
"loss": 0.6011,
"step": 1000
},
{
"epoch": 0.31,
"grad_norm": 0.8143503665924072,
"learning_rate": 3.921156116324626e-05,
"loss": 0.58,
"step": 2000
},
{
"epoch": 0.46,
"grad_norm": 0.9323546290397644,
"learning_rate": 2.8025411603587355e-05,
"loss": 0.5678,
"step": 3000
},
{
"epoch": 0.62,
"grad_norm": 0.5892429947853088,
"learning_rate": 1.6146176705708874e-05,
"loss": 0.5665,
"step": 4000
},
{
"epoch": 0.77,
"grad_norm": 0.8226454257965088,
"learning_rate": 6.311288588223915e-06,
"loss": 0.564,
"step": 5000
},
{
"epoch": 0.92,
"grad_norm": 2.0760297775268555,
"learning_rate": 7.351550661224088e-07,
"loss": 0.5565,
"step": 6000
},
{
"epoch": 1.0,
"step": 6500,
"total_flos": 5.347603338846536e+17,
"train_loss": 0.5714873938927284,
"train_runtime": 18928.0922,
"train_samples_per_second": 1.374,
"train_steps_per_second": 0.343
}
],
"logging_steps": 1000,
"max_steps": 6500,
"num_input_tokens_seen": 0,
"num_train_epochs": 1,
"save_steps": 1000,
"total_flos": 5.347603338846536e+17,
"train_batch_size": 2,
"trial_name": null,
"trial_params": null
}
|