File size: 3,607 Bytes
87082e8 | 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": 8.0,
"eval_steps": 500,
"global_step": 1000,
"is_hyper_param_search": false,
"is_local_process_zero": true,
"is_world_process_zero": true,
"log_history": [
{
"epoch": 0.4,
"grad_norm": 1.4164599180221558,
"learning_rate": 1e-05,
"loss": 18.3269,
"step": 50
},
{
"epoch": 0.8,
"grad_norm": 1.4089831113815308,
"learning_rate": 1e-05,
"loss": 18.151,
"step": 100
},
{
"epoch": 1.2,
"grad_norm": 1.413036584854126,
"learning_rate": 1e-05,
"loss": 18.295,
"step": 150
},
{
"epoch": 1.6,
"grad_norm": 1.4174010753631592,
"learning_rate": 1e-05,
"loss": 18.335,
"step": 200
},
{
"epoch": 2.0,
"grad_norm": 1.4115498065948486,
"learning_rate": 1e-05,
"loss": 18.282,
"step": 250
},
{
"epoch": 2.4,
"grad_norm": 1.4158031940460205,
"learning_rate": 1e-05,
"loss": 18.2876,
"step": 300
},
{
"epoch": 2.8,
"grad_norm": 1.4230202436447144,
"learning_rate": 1e-05,
"loss": 18.218,
"step": 350
},
{
"epoch": 3.2,
"grad_norm": 1.408000111579895,
"learning_rate": 1e-05,
"loss": 18.1501,
"step": 400
},
{
"epoch": 3.6,
"grad_norm": 1.402531623840332,
"learning_rate": 1e-05,
"loss": 18.1445,
"step": 450
},
{
"epoch": 4.0,
"grad_norm": 1.4140069484710693,
"learning_rate": 1e-05,
"loss": 18.4638,
"step": 500
},
{
"epoch": 4.4,
"grad_norm": 1.4163990020751953,
"learning_rate": 1e-05,
"loss": 18.2091,
"step": 550
},
{
"epoch": 4.8,
"grad_norm": 1.4168442487716675,
"learning_rate": 1e-05,
"loss": 18.3754,
"step": 600
},
{
"epoch": 5.2,
"grad_norm": 1.4224120378494263,
"learning_rate": 1e-05,
"loss": 18.3218,
"step": 650
},
{
"epoch": 5.6,
"grad_norm": 1.4239962100982666,
"learning_rate": 1e-05,
"loss": 18.1367,
"step": 700
},
{
"epoch": 6.0,
"grad_norm": 1.4145816564559937,
"learning_rate": 1e-05,
"loss": 18.5159,
"step": 750
},
{
"epoch": 6.4,
"grad_norm": 1.3733835220336914,
"learning_rate": 1e-05,
"loss": 18.5352,
"step": 800
},
{
"epoch": 6.8,
"grad_norm": 1.3447598218917847,
"learning_rate": 1e-05,
"loss": 18.4848,
"step": 850
},
{
"epoch": 7.2,
"grad_norm": 1.352599024772644,
"learning_rate": 1e-05,
"loss": 18.362,
"step": 900
},
{
"epoch": 7.6,
"grad_norm": 1.241695761680603,
"learning_rate": 1e-05,
"loss": 18.3924,
"step": 950
},
{
"epoch": 8.0,
"grad_norm": 1.2154422998428345,
"learning_rate": 1e-05,
"loss": 18.5302,
"step": 1000
}
],
"logging_steps": 50,
"max_steps": 5000,
"num_input_tokens_seen": 0,
"num_train_epochs": 40,
"save_steps": 200,
"stateful_callbacks": {
"TrainerControl": {
"args": {
"should_epoch_stop": false,
"should_evaluate": false,
"should_log": false,
"should_save": true,
"should_training_stop": false
},
"attributes": {}
}
},
"total_flos": 0.0,
"train_batch_size": 4,
"trial_name": null,
"trial_params": null
}
|