File size: 4,105 Bytes
78e6677 |
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 176 177 178 179 180 181 |
{
"best_metric": 1.4239133596420288,
"best_model_checkpoint": "outputs/checkpoint-8",
"epoch": 1.0,
"eval_steps": 4,
"global_step": 15,
"is_hyper_param_search": false,
"is_local_process_zero": true,
"is_world_process_zero": true,
"log_history": [
{
"epoch": 0.06666666666666667,
"grad_norm": 1.1227505207061768,
"learning_rate": 0.001,
"loss": 3.6812,
"step": 1
},
{
"epoch": 0.13333333333333333,
"grad_norm": 1.2501635551452637,
"learning_rate": 0.001,
"loss": 3.0809,
"step": 2
},
{
"epoch": 0.2,
"grad_norm": 0.9228873252868652,
"learning_rate": 0.001,
"loss": 2.5032,
"step": 3
},
{
"epoch": 0.26666666666666666,
"grad_norm": 1.0409141778945923,
"learning_rate": 0.001,
"loss": 2.1041,
"step": 4
},
{
"epoch": 0.26666666666666666,
"eval_loss": 1.842176079750061,
"eval_runtime": 3.2305,
"eval_samples_per_second": 58.196,
"eval_steps_per_second": 7.429,
"step": 4
},
{
"epoch": 0.3333333333333333,
"grad_norm": 1.7889751195907593,
"learning_rate": 0.001,
"loss": 1.8189,
"step": 5
},
{
"epoch": 0.4,
"grad_norm": 2.0816104412078857,
"learning_rate": 0.001,
"loss": 1.6582,
"step": 6
},
{
"epoch": 0.4666666666666667,
"grad_norm": 0.7416048049926758,
"learning_rate": 0.001,
"loss": 1.554,
"step": 7
},
{
"epoch": 0.5333333333333333,
"grad_norm": 0.5706599950790405,
"learning_rate": 0.001,
"loss": 1.4917,
"step": 8
},
{
"epoch": 0.5333333333333333,
"eval_loss": 1.4239133596420288,
"eval_runtime": 3.1127,
"eval_samples_per_second": 60.398,
"eval_steps_per_second": 7.71,
"step": 8
},
{
"epoch": 0.6,
"grad_norm": 0.6470444798469543,
"learning_rate": 0.001,
"loss": 1.4349,
"step": 9
},
{
"epoch": 0.6666666666666666,
"grad_norm": 2.1185781955718994,
"learning_rate": 0.001,
"loss": 1.4163,
"step": 10
},
{
"epoch": 0.7333333333333333,
"grad_norm": 1.650919795036316,
"learning_rate": 0.001,
"loss": 1.4249,
"step": 11
},
{
"epoch": 0.8,
"grad_norm": 44.28889846801758,
"learning_rate": 0.001,
"loss": 1.8339,
"step": 12
},
{
"epoch": 0.8,
"eval_loss": 1.7882739305496216,
"eval_runtime": 3.1477,
"eval_samples_per_second": 59.726,
"eval_steps_per_second": 7.625,
"step": 12
},
{
"epoch": 0.8666666666666667,
"grad_norm": 35.822235107421875,
"learning_rate": 0.001,
"loss": 1.8034,
"step": 13
},
{
"epoch": 0.9333333333333333,
"grad_norm": 2.1521713733673096,
"learning_rate": 0.001,
"loss": 1.4882,
"step": 14
},
{
"epoch": 1.0,
"grad_norm": 0.3639942407608032,
"learning_rate": 0.001,
"loss": 1.4138,
"step": 15
},
{
"epoch": 1.0,
"step": 15,
"total_flos": 9175200243892224.0,
"train_loss": 1.9138439575831094,
"train_runtime": 134.7336,
"train_samples_per_second": 13.909,
"train_steps_per_second": 0.111
}
],
"logging_steps": 1,
"max_steps": 15,
"num_input_tokens_seen": 0,
"num_train_epochs": 1,
"save_steps": 4,
"stateful_callbacks": {
"EarlyStoppingCallback": {
"args": {
"early_stopping_patience": 5,
"early_stopping_threshold": 0.0
},
"attributes": {
"early_stopping_patience_counter": 0
}
},
"TrainerControl": {
"args": {
"should_epoch_stop": false,
"should_evaluate": false,
"should_log": false,
"should_save": true,
"should_training_stop": true
},
"attributes": {}
}
},
"total_flos": 9175200243892224.0,
"train_batch_size": 128,
"trial_name": null,
"trial_params": null
}
|