File size: 4,073 Bytes
ee76c8e | 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": 0.010578512396694216,
"eval_steps": 500,
"global_step": 200,
"is_hyper_param_search": false,
"is_local_process_zero": true,
"is_world_process_zero": true,
"log_history": [
{
"epoch": 0.0005289256198347108,
"grad_norm": 2042.0159912109375,
"learning_rate": 3.2e-07,
"loss": 8.126,
"step": 10
},
{
"epoch": 0.0010578512396694215,
"grad_norm": 132.607666015625,
"learning_rate": 1.12e-06,
"loss": 8.0108,
"step": 20
},
{
"epoch": 0.0015867768595041322,
"grad_norm": 117.4473876953125,
"learning_rate": 1.92e-06,
"loss": 7.8388,
"step": 30
},
{
"epoch": 0.002115702479338843,
"grad_norm": 58.00923538208008,
"learning_rate": 2.72e-06,
"loss": 7.7671,
"step": 40
},
{
"epoch": 0.002644628099173554,
"grad_norm": 62.31724166870117,
"learning_rate": 3.52e-06,
"loss": 7.821,
"step": 50
},
{
"epoch": 0.0031735537190082643,
"grad_norm": 99.75863647460938,
"learning_rate": 4.32e-06,
"loss": 7.6772,
"step": 60
},
{
"epoch": 0.0037024793388429752,
"grad_norm": 337.9526672363281,
"learning_rate": 5.12e-06,
"loss": 7.8172,
"step": 70
},
{
"epoch": 0.004231404958677686,
"grad_norm": 95.75334167480469,
"learning_rate": 5.920000000000001e-06,
"loss": 7.6801,
"step": 80
},
{
"epoch": 0.004760330578512397,
"grad_norm": 589.1984252929688,
"learning_rate": 6.72e-06,
"loss": 7.7462,
"step": 90
},
{
"epoch": 0.005289256198347108,
"grad_norm": 115.37745666503906,
"learning_rate": 7.520000000000001e-06,
"loss": 7.5665,
"step": 100
},
{
"epoch": 0.005818181818181818,
"grad_norm": 104.31098937988281,
"learning_rate": 8.32e-06,
"loss": 7.6031,
"step": 110
},
{
"epoch": 0.006347107438016529,
"grad_norm": 357.35272216796875,
"learning_rate": 9.12e-06,
"loss": 7.6829,
"step": 120
},
{
"epoch": 0.00687603305785124,
"grad_norm": 299.00555419921875,
"learning_rate": 9.92e-06,
"loss": 7.6717,
"step": 130
},
{
"epoch": 0.0074049586776859504,
"grad_norm": 593.5489501953125,
"learning_rate": 1.072e-05,
"loss": 7.6622,
"step": 140
},
{
"epoch": 0.007933884297520661,
"grad_norm": 174.9026336669922,
"learning_rate": 1.152e-05,
"loss": 7.595,
"step": 150
},
{
"epoch": 0.008462809917355372,
"grad_norm": 199.49935913085938,
"learning_rate": 1.232e-05,
"loss": 7.5791,
"step": 160
},
{
"epoch": 0.008991735537190083,
"grad_norm": 557.2059936523438,
"learning_rate": 1.3120000000000001e-05,
"loss": 7.7285,
"step": 170
},
{
"epoch": 0.009520661157024794,
"grad_norm": 333.83441162109375,
"learning_rate": 1.3919999999999999e-05,
"loss": 7.6101,
"step": 180
},
{
"epoch": 0.010049586776859505,
"grad_norm": 213.27163696289062,
"learning_rate": 1.472e-05,
"loss": 7.6139,
"step": 190
},
{
"epoch": 0.010578512396694216,
"grad_norm": 192.46920776367188,
"learning_rate": 1.552e-05,
"loss": 7.4358,
"step": 200
}
],
"logging_steps": 10,
"max_steps": 10000000,
"num_input_tokens_seen": 0,
"num_train_epochs": 529,
"save_steps": 100,
"stateful_callbacks": {
"TrainerControl": {
"args": {
"should_epoch_stop": false,
"should_evaluate": false,
"should_log": false,
"should_save": true,
"should_training_stop": false
},
"attributes": {}
}
},
"total_flos": 3486447461990400.0,
"train_batch_size": 8,
"trial_name": null,
"trial_params": null
}
|