File size: 2,702 Bytes
2855624 | 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 | {
"best_metric": null,
"best_model_checkpoint": null,
"epoch": 1.0,
"eval_steps": 500,
"global_step": 1098,
"is_hyper_param_search": false,
"is_local_process_zero": true,
"is_world_process_zero": true,
"log_history": [
{
"epoch": 0.09107468123861566,
"grad_norm": 0.0878501608967781,
"learning_rate": 6.666666666666667e-06,
"loss": 2.3384,
"step": 100
},
{
"epoch": 0.18214936247723132,
"grad_norm": 0.21773786842823029,
"learning_rate": 1.3333333333333333e-05,
"loss": 2.3195,
"step": 200
},
{
"epoch": 0.273224043715847,
"grad_norm": 0.3442952334880829,
"learning_rate": 2e-05,
"loss": 2.2497,
"step": 300
},
{
"epoch": 0.36429872495446264,
"grad_norm": 0.4830267131328583,
"learning_rate": 1.9235024449252306e-05,
"loss": 2.093,
"step": 400
},
{
"epoch": 0.4553734061930783,
"grad_norm": 0.6537724137306213,
"learning_rate": 1.705713531565757e-05,
"loss": 2.0122,
"step": 500
},
{
"epoch": 0.546448087431694,
"grad_norm": 0.8363291621208191,
"learning_rate": 1.37995389871036e-05,
"loss": 1.911,
"step": 600
},
{
"epoch": 0.6375227686703097,
"grad_norm": 1.0528734922409058,
"learning_rate": 9.96063177270025e-06,
"loss": 1.8757,
"step": 700
},
{
"epoch": 0.7285974499089253,
"grad_norm": 0.871990978717804,
"learning_rate": 6.127747704569016e-06,
"loss": 1.8279,
"step": 800
},
{
"epoch": 0.819672131147541,
"grad_norm": 0.9544081091880798,
"learning_rate": 2.8872993029040506e-06,
"loss": 1.8181,
"step": 900
},
{
"epoch": 0.9107468123861566,
"grad_norm": 0.9045562148094177,
"learning_rate": 7.350593278519824e-07,
"loss": 1.81,
"step": 1000
},
{
"epoch": 1.0,
"step": 1098,
"total_flos": 1.9945113944064e+16,
"train_loss": 2.004207673620005,
"train_runtime": 342.6727,
"train_samples_per_second": 6.406,
"train_steps_per_second": 3.204
}
],
"logging_steps": 100,
"max_steps": 1098,
"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": 1.9945113944064e+16,
"train_batch_size": 2,
"trial_name": null,
"trial_params": null
}
|