File size: 2,182 Bytes
2ed9fc4 | 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": 0.8,
"eval_steps": 500,
"global_step": 10,
"is_hyper_param_search": false,
"is_local_process_zero": true,
"is_world_process_zero": true,
"log_history": [
{
"entropy": 3.8219700306653976,
"epoch": 0.16,
"grad_norm": 0.7156862616539001,
"learning_rate": 9e-05,
"loss": 3.582442283630371,
"mean_token_accuracy": 0.3453360106796026,
"num_tokens": 1483.0,
"step": 2
},
{
"entropy": 3.5303100049495697,
"epoch": 0.32,
"grad_norm": 0.7453158497810364,
"learning_rate": 7e-05,
"loss": 3.2444372177124023,
"mean_token_accuracy": 0.33470346685498953,
"num_tokens": 2837.0,
"step": 4
},
{
"entropy": 3.6205725222826004,
"epoch": 0.48,
"grad_norm": 0.8344905376434326,
"learning_rate": 5e-05,
"loss": 3.3127710819244385,
"mean_token_accuracy": 0.3520954065024853,
"num_tokens": 4496.0,
"step": 6
},
{
"entropy": 3.540287271142006,
"epoch": 0.64,
"grad_norm": 0.6347673535346985,
"learning_rate": 3e-05,
"loss": 3.3623509407043457,
"mean_token_accuracy": 0.35118098463863134,
"num_tokens": 6172.0,
"step": 8
},
{
"entropy": 3.6203979402780533,
"epoch": 0.8,
"grad_norm": 0.5857006907463074,
"learning_rate": 1e-05,
"loss": 3.3508670330047607,
"mean_token_accuracy": 0.35943709686398506,
"num_tokens": 7494.0,
"step": 10
}
],
"logging_steps": 2,
"max_steps": 10,
"num_input_tokens_seen": 0,
"num_train_epochs": 1,
"save_steps": 10,
"stateful_callbacks": {
"TrainerControl": {
"args": {
"should_epoch_stop": false,
"should_evaluate": false,
"should_log": false,
"should_save": true,
"should_training_stop": true
},
"attributes": {}
}
},
"total_flos": 3930541369344.0,
"train_batch_size": 1,
"trial_name": null,
"trial_params": null
}
|