File size: 3,455 Bytes
64c0925 |
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 |
{
"best_metric": null,
"best_model_checkpoint": null,
"epoch": 0.9826435246995995,
"eval_steps": 3,
"global_step": 46,
"is_hyper_param_search": false,
"is_local_process_zero": true,
"is_world_process_zero": true,
"log_history": [
{
"epoch": 0.06408544726301736,
"grad_norm": 0.0,
"learning_rate": 0.0,
"loss": 0.883,
"step": 3
},
{
"epoch": 0.12817089452603472,
"grad_norm": 0.0,
"learning_rate": 0.0,
"loss": 0.8673,
"step": 6
},
{
"epoch": 0.19225634178905207,
"grad_norm": 0.0,
"learning_rate": 0.0,
"loss": 0.8898,
"step": 9
},
{
"epoch": 0.25634178905206945,
"grad_norm": 0.0,
"learning_rate": 0.0,
"loss": 0.8652,
"step": 12
},
{
"epoch": 0.3204272363150868,
"grad_norm": 0.23510609567165375,
"learning_rate": 0.0011547005383792518,
"loss": 0.8021,
"step": 15
},
{
"epoch": 0.38451268357810414,
"grad_norm": 0.48112693428993225,
"learning_rate": 0.001,
"loss": 0.8607,
"step": 18
},
{
"epoch": 0.4485981308411215,
"grad_norm": 0.5295693874359131,
"learning_rate": 0.0008164965809277262,
"loss": 0.8637,
"step": 21
},
{
"epoch": 0.5126835781041389,
"grad_norm": 0.33880019187927246,
"learning_rate": 0.0006666666666666666,
"loss": 0.7307,
"step": 24
},
{
"epoch": 0.5767690253671562,
"grad_norm": 0.2192484438419342,
"learning_rate": 0.0005773502691896259,
"loss": 0.6839,
"step": 27
},
{
"epoch": 0.6408544726301736,
"grad_norm": 0.2908582389354706,
"learning_rate": 0.0005163977794943222,
"loss": 0.6555,
"step": 30
},
{
"epoch": 0.7049399198931909,
"grad_norm": 0.22108913958072662,
"learning_rate": 0.00047140452079103175,
"loss": 0.655,
"step": 33
},
{
"epoch": 0.7690253671562083,
"grad_norm": 0.16266795992851257,
"learning_rate": 0.0004364357804719848,
"loss": 0.6424,
"step": 36
},
{
"epoch": 0.8331108144192256,
"grad_norm": 0.1745547205209732,
"learning_rate": 0.0004082482904638631,
"loss": 0.6521,
"step": 39
},
{
"epoch": 0.897196261682243,
"grad_norm": 0.17410120368003845,
"learning_rate": 0.00038490017945975053,
"loss": 0.6103,
"step": 42
},
{
"epoch": 0.9612817089452603,
"grad_norm": 0.18156889081001282,
"learning_rate": 0.00036514837167011074,
"loss": 0.6389,
"step": 45
},
{
"epoch": 0.9826435246995995,
"step": 46,
"total_flos": 4.671973340489974e+17,
"train_loss": 0.7516984343528748,
"train_runtime": 492.0659,
"train_samples_per_second": 12.169,
"train_steps_per_second": 0.093
}
],
"logging_steps": 3,
"max_steps": 46,
"num_input_tokens_seen": 0,
"num_train_epochs": 1,
"save_steps": 3,
"stateful_callbacks": {
"TrainerControl": {
"args": {
"should_epoch_stop": false,
"should_evaluate": false,
"should_log": false,
"should_save": true,
"should_training_stop": true
},
"attributes": {}
}
},
"total_flos": 4.671973340489974e+17,
"train_batch_size": 2,
"trial_name": null,
"trial_params": null
}
|