File size: 3,232 Bytes
26e7114 |
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 |
{
"best_metric": 1.4858289957046509,
"best_model_checkpoint": "./results/checkpoint-6250",
"epoch": 2.0,
"eval_steps": 500,
"global_step": 6250,
"is_hyper_param_search": false,
"is_local_process_zero": true,
"is_world_process_zero": true,
"log_history": [
{
"epoch": 0.16,
"grad_norm": 3.800455331802368,
"learning_rate": 4.92e-05,
"loss": 1.8865,
"step": 500
},
{
"epoch": 0.32,
"grad_norm": 3.2938010692596436,
"learning_rate": 4.8400000000000004e-05,
"loss": 1.8249,
"step": 1000
},
{
"epoch": 0.48,
"grad_norm": 3.251399517059326,
"learning_rate": 4.76e-05,
"loss": 1.7717,
"step": 1500
},
{
"epoch": 0.64,
"grad_norm": 3.223798990249634,
"learning_rate": 4.6800000000000006e-05,
"loss": 1.7477,
"step": 2000
},
{
"epoch": 0.8,
"grad_norm": 3.1936862468719482,
"learning_rate": 4.600000000000001e-05,
"loss": 1.7458,
"step": 2500
},
{
"epoch": 0.96,
"grad_norm": 3.4300343990325928,
"learning_rate": 4.52e-05,
"loss": 1.7226,
"step": 3000
},
{
"epoch": 1.0,
"eval_loss": 1.5059889554977417,
"eval_runtime": 13.9307,
"eval_samples_per_second": 335.876,
"eval_steps_per_second": 10.552,
"step": 3125
},
{
"epoch": 1.12,
"grad_norm": 3.277369737625122,
"learning_rate": 4.44e-05,
"loss": 1.5592,
"step": 3500
},
{
"epoch": 1.28,
"grad_norm": 2.9364540576934814,
"learning_rate": 4.36e-05,
"loss": 1.5109,
"step": 4000
},
{
"epoch": 1.44,
"grad_norm": 2.9026784896850586,
"learning_rate": 4.2800000000000004e-05,
"loss": 1.5117,
"step": 4500
},
{
"epoch": 1.6,
"grad_norm": 3.0175607204437256,
"learning_rate": 4.2e-05,
"loss": 1.5143,
"step": 5000
},
{
"epoch": 1.76,
"grad_norm": 3.0337491035461426,
"learning_rate": 4.12e-05,
"loss": 1.5219,
"step": 5500
},
{
"epoch": 1.92,
"grad_norm": 2.8166635036468506,
"learning_rate": 4.0400000000000006e-05,
"loss": 1.5017,
"step": 6000
},
{
"epoch": 2.0,
"eval_loss": 1.4858289957046509,
"eval_runtime": 14.2343,
"eval_samples_per_second": 328.713,
"eval_steps_per_second": 10.327,
"step": 6250
}
],
"logging_steps": 500,
"max_steps": 31250,
"num_input_tokens_seen": 0,
"num_train_epochs": 10,
"save_steps": 500,
"stateful_callbacks": {
"EarlyStoppingCallback": {
"args": {
"early_stopping_patience": 2,
"early_stopping_threshold": 0.0
},
"attributes": {
"early_stopping_patience_counter": 0
}
},
"TrainerControl": {
"args": {
"should_epoch_stop": false,
"should_evaluate": false,
"should_log": false,
"should_save": true,
"should_training_stop": false
},
"attributes": {}
}
},
"total_flos": 3389836492800000.0,
"train_batch_size": 32,
"trial_name": null,
"trial_params": null
}
|