File size: 2,559 Bytes
ea7e47e |
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 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 |
{
"best_metric": null,
"best_model_checkpoint": null,
"epoch": 16.666666666666668,
"eval_steps": 200,
"global_step": 100,
"is_hyper_param_search": false,
"is_local_process_zero": true,
"is_world_process_zero": true,
"log_history": [
{
"epoch": 0.16666666666666666,
"eval_loss": 10.376375198364258,
"eval_runtime": 2.394,
"eval_samples_per_second": 626.993,
"eval_steps_per_second": 5.013,
"step": 1
},
{
"epoch": 1.6666666666666665,
"grad_norm": 0.09375,
"learning_rate": 0.00019863613034027224,
"loss": 10.3756,
"step": 10
},
{
"epoch": 3.3333333333333335,
"grad_norm": 0.12353515625,
"learning_rate": 0.0001879473751206489,
"loss": 10.3632,
"step": 20
},
{
"epoch": 5.0,
"grad_norm": 0.2236328125,
"learning_rate": 0.00016772815716257412,
"loss": 10.3433,
"step": 30
},
{
"epoch": 6.666666666666667,
"grad_norm": 0.3203125,
"learning_rate": 0.00014016954246529696,
"loss": 10.3073,
"step": 40
},
{
"epoch": 8.333333333333334,
"grad_norm": 0.330078125,
"learning_rate": 0.00010825793454723325,
"loss": 10.2602,
"step": 50
},
{
"epoch": 10.0,
"grad_norm": 0.326171875,
"learning_rate": 7.54514512859201e-05,
"loss": 10.2203,
"step": 60
},
{
"epoch": 11.666666666666666,
"grad_norm": 0.326171875,
"learning_rate": 4.530518418775733e-05,
"loss": 10.1945,
"step": 70
},
{
"epoch": 13.333333333333334,
"grad_norm": 0.328125,
"learning_rate": 2.1085949060360654e-05,
"loss": 10.1812,
"step": 80
},
{
"epoch": 15.0,
"grad_norm": 0.328125,
"learning_rate": 5.418275829936537e-06,
"loss": 10.1773,
"step": 90
},
{
"epoch": 16.666666666666668,
"grad_norm": 0.328125,
"learning_rate": 0.0,
"loss": 10.1767,
"step": 100
}
],
"logging_steps": 10,
"max_steps": 100,
"num_input_tokens_seen": 0,
"num_train_epochs": 17,
"save_steps": 200,
"stateful_callbacks": {
"TrainerControl": {
"args": {
"should_epoch_stop": false,
"should_evaluate": false,
"should_log": false,
"should_save": true,
"should_training_stop": true
},
"attributes": {}
}
},
"total_flos": 81831709900800.0,
"train_batch_size": 32,
"trial_name": null,
"trial_params": null
}
|