File size: 3,331 Bytes
d0a1933 |
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 |
{
"best_metric": null,
"best_model_checkpoint": null,
"epoch": 0.9884169884169884,
"eval_steps": 500,
"global_step": 16,
"is_hyper_param_search": false,
"is_local_process_zero": true,
"is_world_process_zero": true,
"log_history": [
{
"epoch": 0.06177606177606178,
"grad_norm": 0.11829973012208939,
"learning_rate": 2e-05,
"loss": 1.9082,
"step": 1
},
{
"epoch": 0.12355212355212356,
"grad_norm": 0.12353809177875519,
"learning_rate": 4e-05,
"loss": 1.902,
"step": 2
},
{
"epoch": 0.18532818532818532,
"grad_norm": 0.11157257109880447,
"learning_rate": 6e-05,
"loss": 1.9608,
"step": 3
},
{
"epoch": 0.2471042471042471,
"grad_norm": 0.13446162641048431,
"learning_rate": 8e-05,
"loss": 1.8379,
"step": 4
},
{
"epoch": 0.3088803088803089,
"grad_norm": 0.12090934813022614,
"learning_rate": 0.0001,
"loss": 1.9759,
"step": 5
},
{
"epoch": 0.37065637065637064,
"grad_norm": 0.1425676792860031,
"learning_rate": 0.00012,
"loss": 1.8112,
"step": 6
},
{
"epoch": 0.43243243243243246,
"grad_norm": 0.09401809424161911,
"learning_rate": 0.00014,
"loss": 1.844,
"step": 7
},
{
"epoch": 0.4942084942084942,
"grad_norm": 0.10318582504987717,
"learning_rate": 0.00016,
"loss": 1.8519,
"step": 8
},
{
"epoch": 0.555984555984556,
"grad_norm": 0.17398066818714142,
"learning_rate": 0.00018,
"loss": 1.8401,
"step": 9
},
{
"epoch": 0.6177606177606177,
"grad_norm": 0.14428512752056122,
"learning_rate": 0.0002,
"loss": 1.8799,
"step": 10
},
{
"epoch": 0.6795366795366795,
"grad_norm": 0.0983770415186882,
"learning_rate": 0.00018660254037844388,
"loss": 1.8504,
"step": 11
},
{
"epoch": 0.7413127413127413,
"grad_norm": 0.0758327767252922,
"learning_rate": 0.00015000000000000001,
"loss": 1.9038,
"step": 12
},
{
"epoch": 0.803088803088803,
"grad_norm": 0.0723545029759407,
"learning_rate": 0.0001,
"loss": 1.8041,
"step": 13
},
{
"epoch": 0.8648648648648649,
"grad_norm": 0.07799698412418365,
"learning_rate": 5.000000000000002e-05,
"loss": 1.8519,
"step": 14
},
{
"epoch": 0.9266409266409267,
"grad_norm": 0.08120666444301605,
"learning_rate": 1.339745962155613e-05,
"loss": 1.8206,
"step": 15
},
{
"epoch": 0.9884169884169884,
"grad_norm": 0.06756243109703064,
"learning_rate": 0.0,
"loss": 1.8063,
"step": 16
}
],
"logging_steps": 1,
"max_steps": 16,
"num_input_tokens_seen": 0,
"num_train_epochs": 1,
"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": 6.087445439987057e+17,
"train_batch_size": 1,
"trial_name": null,
"trial_params": null
}
|