File size: 3,459 Bytes
fa15376 |
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.9316,
"step": 3
},
{
"epoch": 0.12817089452603472,
"grad_norm": 0.0,
"learning_rate": 0.0,
"loss": 0.9385,
"step": 6
},
{
"epoch": 0.19225634178905207,
"grad_norm": 0.0,
"learning_rate": 0.0,
"loss": 0.962,
"step": 9
},
{
"epoch": 0.25634178905206945,
"grad_norm": 0.1988082081079483,
"learning_rate": 0.002,
"loss": 0.9236,
"step": 12
},
{
"epoch": 0.3204272363150868,
"grad_norm": 0.1873902678489685,
"learning_rate": 0.0011547005383792518,
"loss": 0.8483,
"step": 15
},
{
"epoch": 0.38451268357810414,
"grad_norm": 0.7001895904541016,
"learning_rate": 0.0008944271909999159,
"loss": 0.9385,
"step": 18
},
{
"epoch": 0.4485981308411215,
"grad_norm": 0.40604111552238464,
"learning_rate": 0.0007559289460184544,
"loss": 0.7734,
"step": 21
},
{
"epoch": 0.5126835781041389,
"grad_norm": 0.19264890253543854,
"learning_rate": 0.0006324555320336759,
"loss": 0.7127,
"step": 24
},
{
"epoch": 0.5767690253671562,
"grad_norm": 0.18516811728477478,
"learning_rate": 0.0005547001962252292,
"loss": 0.6991,
"step": 27
},
{
"epoch": 0.6408544726301736,
"grad_norm": 0.2624453604221344,
"learning_rate": 0.0005,
"loss": 0.6816,
"step": 30
},
{
"epoch": 0.7049399198931909,
"grad_norm": 0.19876506924629211,
"learning_rate": 0.0004588314677411235,
"loss": 0.6717,
"step": 33
},
{
"epoch": 0.7690253671562083,
"grad_norm": 0.20481131970882416,
"learning_rate": 0.00042640143271122083,
"loss": 0.6663,
"step": 36
},
{
"epoch": 0.8331108144192256,
"grad_norm": 0.16763800382614136,
"learning_rate": 0.0004,
"loss": 0.6733,
"step": 39
},
{
"epoch": 0.897196261682243,
"grad_norm": 0.16217643022537231,
"learning_rate": 0.0003779644730092272,
"loss": 0.6205,
"step": 42
},
{
"epoch": 0.9612817089452603,
"grad_norm": 0.20989057421684265,
"learning_rate": 0.00035921060405354985,
"loss": 0.6336,
"step": 45
},
{
"epoch": 0.9826435246995995,
"step": 46,
"total_flos": 4.671973340489974e+17,
"train_loss": 0.7754746779151585,
"train_runtime": 502.5529,
"train_samples_per_second": 11.915,
"train_steps_per_second": 0.092
}
],
"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
}
|