vit-base-beans-demo-v5 / trainer_state.json
ellabettison's picture
Training in progress, step 28
00aeba0 verified
raw
history blame
1.34 kB
{
"best_metric": null,
"best_model_checkpoint": null,
"epoch": 1.0,
"eval_steps": 100,
"global_step": 28,
"is_hyper_param_search": false,
"is_local_process_zero": true,
"is_world_process_zero": true,
"log_history": [
{
"epoch": 0.35714285714285715,
"grad_norm": 0.18035346269607544,
"learning_rate": 0.00012857142857142858,
"loss": 0.6226,
"step": 10
},
{
"epoch": 0.7142857142857143,
"grad_norm": 0.16660097241401672,
"learning_rate": 5.714285714285714e-05,
"loss": 0.5136,
"step": 20
},
{
"epoch": 1.0,
"step": 28,
"total_flos": 3.431561927399424e+16,
"train_loss": 0.5415381789207458,
"train_runtime": 23.1548,
"train_samples_per_second": 19.089,
"train_steps_per_second": 1.209
}
],
"logging_steps": 10,
"max_steps": 28,
"num_input_tokens_seen": 0,
"num_train_epochs": 1,
"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": 3.431561927399424e+16,
"train_batch_size": 16,
"trial_name": null,
"trial_params": null
}