SPG / examples /text-classification /mrpc /trainer_state.json
UniversalAlgorithmic's picture
Upload 185 files
2215b89 verified
raw
history blame
1.16 kB
{
"best_metric": null,
"best_model_checkpoint": null,
"epoch": 4.0,
"eval_steps": 500,
"global_step": 920,
"is_hyper_param_search": false,
"is_local_process_zero": true,
"is_world_process_zero": true,
"log_history": [
{
"epoch": 2.1739130434782608,
"grad_norm": 3.317793846130371,
"learning_rate": 9.130434782608697e-06,
"loss": 0.5041,
"step": 500
},
{
"epoch": 4.0,
"step": 920,
"total_flos": 985055893118976.0,
"train_loss": 0.3395414849986201,
"train_runtime": 89.4666,
"train_samples_per_second": 163.994,
"train_steps_per_second": 10.283
}
],
"logging_steps": 500,
"max_steps": 920,
"num_input_tokens_seen": 0,
"num_train_epochs": 4,
"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": 985055893118976.0,
"train_batch_size": 16,
"trial_name": null,
"trial_params": null
}