File size: 1,942 Bytes
ce7f69c |
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 |
{
"best_metric": null,
"best_model_checkpoint": null,
"epoch": 0.992,
"eval_steps": 500,
"global_step": 62,
"is_hyper_param_search": false,
"is_local_process_zero": true,
"is_world_process_zero": true,
"log_history": [
{
"epoch": 0.16,
"grad_norm": 1.2404758930206299,
"learning_rate": 1.9853538358476933e-05,
"loss": 0.2622,
"step": 10
},
{
"epoch": 0.32,
"grad_norm": 2.941343069076538,
"learning_rate": 1.736741137876405e-05,
"loss": 0.2174,
"step": 20
},
{
"epoch": 0.48,
"grad_norm": 2.0719258785247803,
"learning_rate": 1.2542183341934873e-05,
"loss": 0.1544,
"step": 30
},
{
"epoch": 0.64,
"grad_norm": 1.2970093488693237,
"learning_rate": 6.909830056250527e-06,
"loss": 0.0843,
"step": 40
},
{
"epoch": 0.8,
"grad_norm": 2.1786603927612305,
"learning_rate": 2.2585838936091753e-06,
"loss": 0.1001,
"step": 50
},
{
"epoch": 0.96,
"grad_norm": 1.0291296243667603,
"learning_rate": 6.51826465144978e-08,
"loss": 0.126,
"step": 60
},
{
"epoch": 0.992,
"step": 62,
"total_flos": 1.7141703652933632e+16,
"train_loss": 0.15340985093385942,
"train_runtime": 956.257,
"train_samples_per_second": 0.523,
"train_steps_per_second": 0.065
}
],
"logging_steps": 10,
"max_steps": 62,
"num_input_tokens_seen": 0,
"num_train_epochs": 1,
"save_steps": 1000,
"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.7141703652933632e+16,
"train_batch_size": 2,
"trial_name": null,
"trial_params": null
}
|