File size: 1,602 Bytes
4a8c65a |
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 |
{
"best_metric": null,
"best_model_checkpoint": null,
"epoch": 3.0,
"eval_steps": 500,
"global_step": 2742,
"is_hyper_param_search": false,
"is_local_process_zero": true,
"is_world_process_zero": true,
"log_history": [
{
"epoch": 0.5470459518599562,
"grad_norm": 10.830166816711426,
"learning_rate": 4.088256746900073e-05,
"loss": 1.6341,
"step": 500
},
{
"epoch": 1.0940919037199124,
"grad_norm": 18.06269645690918,
"learning_rate": 3.1765134938001465e-05,
"loss": 1.4008,
"step": 1000
},
{
"epoch": 1.6411378555798688,
"grad_norm": 365.6752624511719,
"learning_rate": 2.264770240700219e-05,
"loss": 1.4704,
"step": 1500
},
{
"epoch": 2.1881838074398248,
"grad_norm": 3.707717723955284e-07,
"learning_rate": 1.353026987600292e-05,
"loss": 1.1974,
"step": 2000
},
{
"epoch": 2.735229759299781,
"grad_norm": 2.492510642326806e-09,
"learning_rate": 4.412837345003647e-06,
"loss": 0.5534,
"step": 2500
}
],
"logging_steps": 500,
"max_steps": 2742,
"num_input_tokens_seen": 0,
"num_train_epochs": 3,
"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": 0.0,
"train_batch_size": 1,
"trial_name": null,
"trial_params": null
}
|