File size: 4,429 Bytes
c5f71db |
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 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 |
{
"best_global_step": null,
"best_metric": null,
"best_model_checkpoint": null,
"epoch": 1.2795905310300704,
"eval_steps": 500,
"global_step": 2000,
"is_hyper_param_search": false,
"is_local_process_zero": true,
"is_world_process_zero": true,
"log_history": [
{
"epoch": 0.06397952655150352,
"grad_norm": 5.188015460968018,
"learning_rate": 4.8944337811900195e-05,
"loss": 0.5162,
"step": 100
},
{
"epoch": 0.12795905310300704,
"grad_norm": 8.62886905670166,
"learning_rate": 4.7878012369375135e-05,
"loss": 0.4123,
"step": 200
},
{
"epoch": 0.19193857965451055,
"grad_norm": 6.661285877227783,
"learning_rate": 4.681168692685008e-05,
"loss": 0.4106,
"step": 300
},
{
"epoch": 0.2559181062060141,
"grad_norm": 7.992310523986816,
"learning_rate": 4.5745361484325014e-05,
"loss": 0.3619,
"step": 400
},
{
"epoch": 0.3198976327575176,
"grad_norm": 8.48903751373291,
"learning_rate": 4.467903604179996e-05,
"loss": 0.3724,
"step": 500
},
{
"epoch": 0.3838771593090211,
"grad_norm": 7.3620219230651855,
"learning_rate": 4.3612710599274906e-05,
"loss": 0.3582,
"step": 600
},
{
"epoch": 0.44785668586052463,
"grad_norm": 7.127757549285889,
"learning_rate": 4.254638515674984e-05,
"loss": 0.351,
"step": 700
},
{
"epoch": 0.5118362124120281,
"grad_norm": 8.284778594970703,
"learning_rate": 4.1480059714224785e-05,
"loss": 0.3517,
"step": 800
},
{
"epoch": 0.5758157389635317,
"grad_norm": 6.389641284942627,
"learning_rate": 4.0413734271699725e-05,
"loss": 0.3197,
"step": 900
},
{
"epoch": 0.6397952655150352,
"grad_norm": 8.652924537658691,
"learning_rate": 3.9347408829174664e-05,
"loss": 0.3457,
"step": 1000
},
{
"epoch": 0.7037747920665387,
"grad_norm": 9.87730598449707,
"learning_rate": 3.828108338664961e-05,
"loss": 0.3152,
"step": 1100
},
{
"epoch": 0.7677543186180422,
"grad_norm": 9.235931396484375,
"learning_rate": 3.721475794412455e-05,
"loss": 0.3312,
"step": 1200
},
{
"epoch": 0.8317338451695457,
"grad_norm": 8.75272274017334,
"learning_rate": 3.614843250159949e-05,
"loss": 0.3098,
"step": 1300
},
{
"epoch": 0.8957133717210493,
"grad_norm": 3.6930184364318848,
"learning_rate": 3.508210705907443e-05,
"loss": 0.3057,
"step": 1400
},
{
"epoch": 0.9596928982725528,
"grad_norm": 15.71256160736084,
"learning_rate": 3.4015781616549375e-05,
"loss": 0.2994,
"step": 1500
},
{
"epoch": 1.0236724248240563,
"grad_norm": 10.11008071899414,
"learning_rate": 3.2949456174024315e-05,
"loss": 0.2945,
"step": 1600
},
{
"epoch": 1.0876519513755598,
"grad_norm": 1.052371859550476,
"learning_rate": 3.1883130731499254e-05,
"loss": 0.2072,
"step": 1700
},
{
"epoch": 1.1516314779270633,
"grad_norm": 0.17214666306972504,
"learning_rate": 3.08168052889742e-05,
"loss": 0.1915,
"step": 1800
},
{
"epoch": 1.2156110044785668,
"grad_norm": 3.5573925971984863,
"learning_rate": 2.9750479846449137e-05,
"loss": 0.2268,
"step": 1900
},
{
"epoch": 1.2795905310300704,
"grad_norm": 12.984672546386719,
"learning_rate": 2.868415440392408e-05,
"loss": 0.1639,
"step": 2000
}
],
"logging_steps": 100,
"max_steps": 4689,
"num_input_tokens_seen": 0,
"num_train_epochs": 3,
"save_steps": 500,
"stateful_callbacks": {
"TrainerControl": {
"args": {
"should_epoch_stop": false,
"should_evaluate": false,
"should_log": false,
"should_save": true,
"should_training_stop": false
},
"attributes": {}
}
},
"total_flos": 2104362220769280.0,
"train_batch_size": 16,
"trial_name": null,
"trial_params": null
}
|