File size: 3,496 Bytes
7c1211b |
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 |
{
"best_metric": null,
"best_model_checkpoint": null,
"epoch": 1.0,
"eval_steps": 500,
"global_step": 69,
"is_hyper_param_search": false,
"is_local_process_zero": true,
"is_world_process_zero": true,
"log_history": [
{
"epoch": 0.014492753623188406,
"grad_norm": 1.90625,
"learning_rate": 2.857142857142857e-05,
"loss": 1.742,
"step": 1
},
{
"epoch": 0.07246376811594203,
"grad_norm": 1.8515625,
"learning_rate": 0.00014285714285714287,
"loss": 1.6788,
"step": 5
},
{
"epoch": 0.14492753623188406,
"grad_norm": 0.69140625,
"learning_rate": 0.00019884683243281116,
"loss": 1.2504,
"step": 10
},
{
"epoch": 0.21739130434782608,
"grad_norm": 0.216796875,
"learning_rate": 0.00019189578116202307,
"loss": 1.0864,
"step": 15
},
{
"epoch": 0.2898550724637681,
"grad_norm": 0.22265625,
"learning_rate": 0.00017907757369376985,
"loss": 0.9902,
"step": 20
},
{
"epoch": 0.36231884057971014,
"grad_norm": 0.2158203125,
"learning_rate": 0.0001612105982547663,
"loss": 0.901,
"step": 25
},
{
"epoch": 0.43478260869565216,
"grad_norm": 0.181640625,
"learning_rate": 0.00013943558551133186,
"loss": 0.854,
"step": 30
},
{
"epoch": 0.5072463768115942,
"grad_norm": 0.177734375,
"learning_rate": 0.00011514277775045768,
"loss": 0.8177,
"step": 35
},
{
"epoch": 0.5797101449275363,
"grad_norm": 0.166015625,
"learning_rate": 8.98831678012568e-05,
"loss": 0.7782,
"step": 40
},
{
"epoch": 0.6521739130434783,
"grad_norm": 0.169921875,
"learning_rate": 6.526947471551798e-05,
"loss": 0.792,
"step": 45
},
{
"epoch": 0.7246376811594203,
"grad_norm": 0.1669921875,
"learning_rate": 4.287317849052075e-05,
"loss": 0.7844,
"step": 50
},
{
"epoch": 0.7971014492753623,
"grad_norm": 0.1591796875,
"learning_rate": 2.4124187730720917e-05,
"loss": 0.7908,
"step": 55
},
{
"epoch": 0.8695652173913043,
"grad_norm": 0.17578125,
"learning_rate": 1.0219546042925843e-05,
"loss": 0.77,
"step": 60
},
{
"epoch": 0.9420289855072463,
"grad_norm": 0.16796875,
"learning_rate": 2.0470058747505516e-06,
"loss": 0.7677,
"step": 65
},
{
"epoch": 1.0,
"eval_loss": 0.7884343266487122,
"eval_runtime": 12.2005,
"eval_samples_per_second": 4.918,
"eval_steps_per_second": 0.656,
"step": 69
},
{
"epoch": 1.0,
"step": 69,
"total_flos": 5.119022417628365e+16,
"train_loss": 0.934628030528193,
"train_runtime": 403.9926,
"train_samples_per_second": 1.366,
"train_steps_per_second": 0.171
}
],
"logging_steps": 5,
"max_steps": 69,
"num_input_tokens_seen": 0,
"num_train_epochs": 1,
"save_steps": 100,
"stateful_callbacks": {
"TrainerControl": {
"args": {
"should_epoch_stop": false,
"should_evaluate": false,
"should_log": false,
"should_save": false,
"should_training_stop": false
},
"attributes": {}
}
},
"total_flos": 5.119022417628365e+16,
"train_batch_size": 4,
"trial_name": null,
"trial_params": null
}
|