bunbo / trainer_state.json
lctzz540's picture
Upload 11 files
e65b095 verified
raw
history blame contribute delete
934 Bytes
{
"best_metric": null,
"best_model_checkpoint": null,
"epoch": 0.8960573476702509,
"eval_steps": 500,
"global_step": 500,
"is_hyper_param_search": false,
"is_local_process_zero": true,
"is_world_process_zero": true,
"log_history": [
{
"epoch": 0.8960573476702509,
"grad_norm": 0.6151427626609802,
"learning_rate": 5.197132616487455e-06,
"loss": 1.1564,
"step": 500
}
],
"logging_steps": 500,
"max_steps": 558,
"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": false
},
"attributes": {}
}
},
"total_flos": 3.25746627182592e+17,
"train_batch_size": 32,
"trial_name": null,
"trial_params": null
}