File size: 3,780 Bytes
61d204d |
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 |
{
"best_metric": null,
"best_model_checkpoint": null,
"epoch": 40.0,
"eval_steps": 500,
"global_step": 200,
"is_hyper_param_search": false,
"is_local_process_zero": true,
"is_world_process_zero": true,
"log_history": [
{
"epoch": 2.0,
"grad_norm": 0.354248046875,
"learning_rate": 0.00019876883405951377,
"loss": 0.9502,
"step": 10
},
{
"epoch": 4.0,
"grad_norm": 0.322021484375,
"learning_rate": 0.00019510565162951537,
"loss": 0.74,
"step": 20
},
{
"epoch": 6.0,
"grad_norm": 0.179931640625,
"learning_rate": 0.0001891006524188368,
"loss": 0.6284,
"step": 30
},
{
"epoch": 8.0,
"grad_norm": 0.132080078125,
"learning_rate": 0.00018090169943749476,
"loss": 0.5907,
"step": 40
},
{
"epoch": 10.0,
"grad_norm": 0.12481689453125,
"learning_rate": 0.00017071067811865476,
"loss": 0.5757,
"step": 50
},
{
"epoch": 12.0,
"grad_norm": 0.130859375,
"learning_rate": 0.00015877852522924732,
"loss": 0.5632,
"step": 60
},
{
"epoch": 14.0,
"grad_norm": 0.143310546875,
"learning_rate": 0.00014539904997395468,
"loss": 0.5519,
"step": 70
},
{
"epoch": 16.0,
"grad_norm": 0.1419677734375,
"learning_rate": 0.00013090169943749476,
"loss": 0.5405,
"step": 80
},
{
"epoch": 18.0,
"grad_norm": 0.1556396484375,
"learning_rate": 0.0001156434465040231,
"loss": 0.5309,
"step": 90
},
{
"epoch": 20.0,
"grad_norm": 0.16796875,
"learning_rate": 0.0001,
"loss": 0.5212,
"step": 100
},
{
"epoch": 22.0,
"grad_norm": 0.179443359375,
"learning_rate": 8.435655349597689e-05,
"loss": 0.513,
"step": 110
},
{
"epoch": 24.0,
"grad_norm": 0.19970703125,
"learning_rate": 6.909830056250527e-05,
"loss": 0.5052,
"step": 120
},
{
"epoch": 26.0,
"grad_norm": 0.1968994140625,
"learning_rate": 5.4600950026045326e-05,
"loss": 0.4986,
"step": 130
},
{
"epoch": 28.0,
"grad_norm": 0.2119140625,
"learning_rate": 4.12214747707527e-05,
"loss": 0.4939,
"step": 140
},
{
"epoch": 30.0,
"grad_norm": 0.2227783203125,
"learning_rate": 2.9289321881345254e-05,
"loss": 0.49,
"step": 150
},
{
"epoch": 32.0,
"grad_norm": 0.200439453125,
"learning_rate": 1.9098300562505266e-05,
"loss": 0.4867,
"step": 160
},
{
"epoch": 34.0,
"grad_norm": 0.2117919921875,
"learning_rate": 1.0899347581163221e-05,
"loss": 0.4846,
"step": 170
},
{
"epoch": 36.0,
"grad_norm": 0.2088623046875,
"learning_rate": 4.8943483704846475e-06,
"loss": 0.4832,
"step": 180
},
{
"epoch": 38.0,
"grad_norm": 0.2152099609375,
"learning_rate": 1.231165940486234e-06,
"loss": 0.4829,
"step": 190
},
{
"epoch": 40.0,
"grad_norm": 0.211181640625,
"learning_rate": 0.0,
"loss": 0.4828,
"step": 200
},
{
"epoch": 40.0,
"step": 200,
"total_flos": 4.000287962431488e+16,
"train_loss": 0.5556855773925782,
"train_runtime": 573.2976,
"train_samples_per_second": 11.163,
"train_steps_per_second": 0.349
}
],
"logging_steps": 10,
"max_steps": 200,
"num_input_tokens_seen": 0,
"num_train_epochs": 40,
"save_steps": 500,
"total_flos": 4.000287962431488e+16,
"train_batch_size": 8,
"trial_name": null,
"trial_params": null
}
|