File size: 3,849 Bytes
f8e2775 | 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 | {
"best_global_step": null,
"best_metric": null,
"best_model_checkpoint": null,
"epoch": 3.0,
"eval_steps": 500,
"global_step": 93,
"is_hyper_param_search": false,
"is_local_process_zero": true,
"is_world_process_zero": true,
"log_history": [
{
"epoch": 0.16260162601626016,
"grad_norm": 6.02530574798584,
"learning_rate": 9.99695413509548e-06,
"loss": 0.5133,
"step": 5
},
{
"epoch": 0.3252032520325203,
"grad_norm": 4.036053657531738,
"learning_rate": 9.890738003669029e-06,
"loss": 0.416,
"step": 10
},
{
"epoch": 0.4878048780487805,
"grad_norm": 3.046656370162964,
"learning_rate": 9.635919272833938e-06,
"loss": 0.3271,
"step": 15
},
{
"epoch": 0.6504065040650406,
"grad_norm": 2.210279703140259,
"learning_rate": 9.24024048078213e-06,
"loss": 0.2524,
"step": 20
},
{
"epoch": 0.8130081300813008,
"grad_norm": 2.331953763961792,
"learning_rate": 8.715724127386971e-06,
"loss": 0.2363,
"step": 25
},
{
"epoch": 0.975609756097561,
"grad_norm": 2.4195704460144043,
"learning_rate": 8.078307376628292e-06,
"loss": 0.2277,
"step": 30
},
{
"epoch": 1.1300813008130082,
"grad_norm": 1.2337210178375244,
"learning_rate": 7.347357813929455e-06,
"loss": 0.0973,
"step": 35
},
{
"epoch": 1.2926829268292683,
"grad_norm": 1.2737141847610474,
"learning_rate": 6.545084971874738e-06,
"loss": 0.0753,
"step": 40
},
{
"epoch": 1.4552845528455285,
"grad_norm": 1.6032665967941284,
"learning_rate": 5.695865504800328e-06,
"loss": 0.0622,
"step": 45
},
{
"epoch": 1.6178861788617886,
"grad_norm": 1.932507038116455,
"learning_rate": 4.825502516487497e-06,
"loss": 0.0687,
"step": 50
},
{
"epoch": 1.7804878048780488,
"grad_norm": 1.882192611694336,
"learning_rate": 3.960441545911205e-06,
"loss": 0.0625,
"step": 55
},
{
"epoch": 1.943089430894309,
"grad_norm": 1.698862910270691,
"learning_rate": 3.12696703292044e-06,
"loss": 0.0588,
"step": 60
},
{
"epoch": 2.097560975609756,
"grad_norm": 0.795391321182251,
"learning_rate": 2.3504036788339763e-06,
"loss": 0.0281,
"step": 65
},
{
"epoch": 2.2601626016260163,
"grad_norm": 0.6451536417007446,
"learning_rate": 1.6543469682057105e-06,
"loss": 0.0166,
"step": 70
},
{
"epoch": 2.4227642276422765,
"grad_norm": 0.8310961127281189,
"learning_rate": 1.0599462319663906e-06,
"loss": 0.0147,
"step": 75
},
{
"epoch": 2.5853658536585367,
"grad_norm": 0.6854366064071655,
"learning_rate": 5.852620357053651e-07,
"loss": 0.0144,
"step": 80
},
{
"epoch": 2.747967479674797,
"grad_norm": 0.7419626712799072,
"learning_rate": 2.447174185242324e-07,
"loss": 0.0146,
"step": 85
},
{
"epoch": 2.910569105691057,
"grad_norm": 0.7488831877708435,
"learning_rate": 4.865965629214819e-08,
"loss": 0.0146,
"step": 90
}
],
"logging_steps": 5,
"max_steps": 93,
"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": true
},
"attributes": {}
}
},
"total_flos": 2.930097032842445e+17,
"train_batch_size": 2,
"trial_name": null,
"trial_params": null
}
|