plb-boss / trainer_state.json
PLB's picture
Upload trainer_state.json with huggingface_hub
f5cb365 verified
{
"best_metric": null,
"best_model_checkpoint": null,
"epoch": 0.25,
"eval_steps": 500,
"global_step": 16,
"is_hyper_param_search": false,
"is_local_process_zero": true,
"is_world_process_zero": true,
"log_history": [
{
"epoch": 0.15625,
"grad_norm": 1.3223814964294434,
"learning_rate": 6.909830056250527e-05,
"loss": 0.5941,
"step": 10
},
{
"epoch": 0.25,
"step": 16,
"total_flos": 564315885010944.0,
"train_loss": 0.49178408086299896,
"train_runtime": 30.3191,
"train_samples_per_second": 8.444,
"train_steps_per_second": 0.528
}
],
"logging_steps": 10,
"max_steps": 16,
"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": 564315885010944.0,
"train_batch_size": 16,
"trial_name": null,
"trial_params": null
}