ActGen / trainer_state.json
noxneural's picture
commit 1
16c0c10 verified
{
"best_metric": null,
"best_model_checkpoint": null,
"epoch": 8.090909090909092,
"eval_steps": 500,
"global_step": 10,
"is_hyper_param_search": false,
"is_local_process_zero": true,
"is_world_process_zero": true,
"log_history": [
{
"epoch": 4.454545454545454,
"grad_norm": 2.065248489379883,
"learning_rate": 2.5e-05,
"loss": 0.4586,
"num_input_tokens_seen": 19520,
"step": 5
},
{
"epoch": 8.090909090909092,
"grad_norm": 1.4337759017944336,
"learning_rate": 0.0,
"loss": 0.3856,
"num_input_tokens_seen": 38720,
"step": 10
}
],
"logging_steps": 5,
"max_steps": 10,
"num_input_tokens_seen": 38720,
"num_train_epochs": 10,
"save_steps": 100,
"stateful_callbacks": {
"TrainerControl": {
"args": {
"should_epoch_stop": false,
"should_evaluate": false,
"should_log": false,
"should_save": true,
"should_training_stop": true
},
"attributes": {}
}
},
"total_flos": 1753608038645760.0,
"train_batch_size": 2,
"trial_name": null,
"trial_params": null
}