File size: 2,247 Bytes
4e41e5d | 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_global_step": null,
"best_metric": null,
"best_model_checkpoint": null,
"epoch": 1.0,
"eval_steps": 500,
"global_step": 148,
"is_hyper_param_search": false,
"is_local_process_zero": true,
"is_world_process_zero": true,
"log_history": [
{
"entropy": 1.8343619173765182,
"epoch": 0.16891891891891891,
"grad_norm": 0.06103515625,
"learning_rate": 0.0001914140188963917,
"loss": 1.8805531311035155,
"mean_token_accuracy": 0.5832486696541309,
"num_tokens": 135904.0,
"step": 25
},
{
"entropy": 1.6487643253803252,
"epoch": 0.33783783783783783,
"grad_norm": 0.0888671875,
"learning_rate": 0.00015680647467311557,
"loss": 1.6185850524902343,
"mean_token_accuracy": 0.6362091641128064,
"num_tokens": 266483.0,
"step": 50
},
{
"entropy": 1.3490780843421817,
"epoch": 0.5067567567567568,
"grad_norm": 0.140625,
"learning_rate": 0.00010548953398643275,
"loss": 1.2554483032226562,
"mean_token_accuracy": 0.7003054420650006,
"num_tokens": 394707.0,
"step": 75
},
{
"entropy": 1.3766383936069906,
"epoch": 0.6756756756756757,
"grad_norm": 0.09814453125,
"learning_rate": 5.2557868916543994e-05,
"loss": 1.3398623657226563,
"mean_token_accuracy": 0.6991272465884686,
"num_tokens": 525512.0,
"step": 100
},
{
"entropy": 1.243874678350985,
"epoch": 0.8445945945945946,
"grad_norm": 0.087890625,
"learning_rate": 1.3581116238315195e-05,
"loss": 1.1492684173583985,
"mean_token_accuracy": 0.7265925395488739,
"num_tokens": 651191.0,
"step": 125
}
],
"logging_steps": 25,
"max_steps": 148,
"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": 3.2900897797103616e+16,
"train_batch_size": 1,
"trial_name": null,
"trial_params": null
}
|