File size: 3,660 Bytes
bc54031 |
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 |
{
"best_metric": null,
"best_model_checkpoint": null,
"epoch": 3.0,
"eval_steps": 500,
"global_step": 426,
"is_hyper_param_search": false,
"is_local_process_zero": true,
"is_world_process_zero": true,
"log_history": [
{
"epoch": 0.176056338028169,
"grad_norm": 1.0253130197525024,
"learning_rate": 0.00019958367684748586,
"loss": 1.8153,
"step": 25
},
{
"epoch": 0.352112676056338,
"grad_norm": 0.5390976071357727,
"learning_rate": 0.00019606536598722435,
"loss": 1.384,
"step": 50
},
{
"epoch": 0.528169014084507,
"grad_norm": 0.6293356418609619,
"learning_rate": 0.0001890833789866129,
"loss": 1.222,
"step": 75
},
{
"epoch": 0.704225352112676,
"grad_norm": 0.7000795602798462,
"learning_rate": 0.00017888945424832895,
"loss": 1.1705,
"step": 100
},
{
"epoch": 0.8802816901408451,
"grad_norm": 0.5979147553443909,
"learning_rate": 0.00016585113790650388,
"loss": 1.1829,
"step": 125
},
{
"epoch": 1.056338028169014,
"grad_norm": 0.6060128211975098,
"learning_rate": 0.00015043853180022836,
"loss": 1.0767,
"step": 150
},
{
"epoch": 1.232394366197183,
"grad_norm": 0.7619791030883789,
"learning_rate": 0.00013320734375908607,
"loss": 1.0177,
"step": 175
},
{
"epoch": 1.408450704225352,
"grad_norm": 0.8311352133750916,
"learning_rate": 0.00011477885132961679,
"loss": 1.0361,
"step": 200
},
{
"epoch": 1.584507042253521,
"grad_norm": 0.7331663370132446,
"learning_rate": 9.581750135876277e-05,
"loss": 0.9322,
"step": 225
},
{
"epoch": 1.76056338028169,
"grad_norm": 0.5762674808502197,
"learning_rate": 7.700695309049767e-05,
"loss": 0.792,
"step": 250
},
{
"epoch": 1.936619718309859,
"grad_norm": 0.7466037273406982,
"learning_rate": 5.902542855160642e-05,
"loss": 0.837,
"step": 275
},
{
"epoch": 2.112676056338028,
"grad_norm": 0.7813904285430908,
"learning_rate": 4.252125897855932e-05,
"loss": 0.8631,
"step": 300
},
{
"epoch": 2.288732394366197,
"grad_norm": 0.6281647086143494,
"learning_rate": 2.8089508969081e-05,
"loss": 0.7121,
"step": 325
},
{
"epoch": 2.464788732394366,
"grad_norm": 1.0807723999023438,
"learning_rate": 1.625052118420889e-05,
"loss": 0.7519,
"step": 350
},
{
"epoch": 2.640845070422535,
"grad_norm": 0.8650486469268799,
"learning_rate": 7.431155180401705e-06,
"loss": 0.8256,
"step": 375
},
{
"epoch": 2.816901408450704,
"grad_norm": 0.860803484916687,
"learning_rate": 1.9493968132951458e-06,
"loss": 0.7998,
"step": 400
},
{
"epoch": 2.992957746478873,
"grad_norm": 0.8234962224960327,
"learning_rate": 2.893127359282488e-09,
"loss": 0.683,
"step": 425
}
],
"logging_steps": 25,
"max_steps": 426,
"num_input_tokens_seen": 0,
"num_train_epochs": 3,
"save_steps": 0,
"stateful_callbacks": {
"TrainerControl": {
"args": {
"should_epoch_stop": false,
"should_evaluate": false,
"should_log": false,
"should_save": true,
"should_training_stop": true
},
"attributes": {}
}
},
"total_flos": 7981829121835008.0,
"train_batch_size": 4,
"trial_name": null,
"trial_params": null
}
|