File size: 3,757 Bytes
71f2116 |
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 |
{
"best_metric": null,
"best_model_checkpoint": null,
"epoch": 2.986666666666667,
"eval_steps": 500,
"global_step": 168,
"is_hyper_param_search": false,
"is_local_process_zero": true,
"is_world_process_zero": true,
"log_history": [
{
"epoch": 0.17777777777777778,
"grad_norm": 3.2556965351104736,
"learning_rate": 2.647058823529412e-06,
"loss": 1.2612,
"step": 10
},
{
"epoch": 0.35555555555555557,
"grad_norm": 4.027493000030518,
"learning_rate": 4.997836020254328e-06,
"loss": 1.2578,
"step": 20
},
{
"epoch": 0.5333333333333333,
"grad_norm": 3.119051933288574,
"learning_rate": 4.922489359292928e-06,
"loss": 1.0594,
"step": 30
},
{
"epoch": 0.7111111111111111,
"grad_norm": 2.8886709213256836,
"learning_rate": 4.7426609101991605e-06,
"loss": 0.7524,
"step": 40
},
{
"epoch": 0.8888888888888888,
"grad_norm": 2.727381467819214,
"learning_rate": 4.466106660773884e-06,
"loss": 0.5438,
"step": 50
},
{
"epoch": 1.0666666666666667,
"grad_norm": 1.9826691150665283,
"learning_rate": 4.104754375481665e-06,
"loss": 0.481,
"step": 60
},
{
"epoch": 1.2444444444444445,
"grad_norm": 2.280515670776367,
"learning_rate": 3.674189151845515e-06,
"loss": 0.2657,
"step": 70
},
{
"epoch": 1.4222222222222223,
"grad_norm": 1.451013445854187,
"learning_rate": 3.1929812363354766e-06,
"loss": 0.1834,
"step": 80
},
{
"epoch": 1.6,
"grad_norm": 1.2507127523422241,
"learning_rate": 2.68188509100236e-06,
"loss": 0.164,
"step": 90
},
{
"epoch": 1.7777777777777777,
"grad_norm": 0.7387431263923645,
"learning_rate": 2.1629442550539283e-06,
"loss": 0.1039,
"step": 100
},
{
"epoch": 1.9555555555555557,
"grad_norm": 0.8114812970161438,
"learning_rate": 1.6585406086279847e-06,
"loss": 0.1299,
"step": 110
},
{
"epoch": 2.1333333333333333,
"grad_norm": 1.0944963693618774,
"learning_rate": 1.1904290439459974e-06,
"loss": 0.0871,
"step": 120
},
{
"epoch": 2.311111111111111,
"grad_norm": 0.9579205513000488,
"learning_rate": 7.787991784095e-07,
"loss": 0.1068,
"step": 130
},
{
"epoch": 2.488888888888889,
"grad_norm": 1.7271074056625366,
"learning_rate": 4.414045778845144e-07,
"loss": 0.1238,
"step": 140
},
{
"epoch": 2.6666666666666665,
"grad_norm": 1.8871749639511108,
"learning_rate": 1.927970467097573e-07,
"loss": 0.1024,
"step": 150
},
{
"epoch": 2.8444444444444446,
"grad_norm": 1.1750086545944214,
"learning_rate": 4.369900944435734e-08,
"loss": 0.0923,
"step": 160
},
{
"epoch": 2.986666666666667,
"step": 168,
"total_flos": 2.198897954832384e+16,
"train_loss": 0.4042978783448537,
"train_runtime": 473.7973,
"train_samples_per_second": 5.699,
"train_steps_per_second": 0.355
}
],
"logging_steps": 10,
"max_steps": 168,
"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.198897954832384e+16,
"train_batch_size": 2,
"trial_name": null,
"trial_params": null
}
|