vit-finetune-scrap / trainer_state.json
d071696's picture
🍻 cheers
b6cc6a3 verified
raw
history blame
No virus
866 Bytes
{
"best_metric": null,
"best_model_checkpoint": null,
"epoch": 4.0,
"eval_steps": 1000,
"global_step": 16,
"is_hyper_param_search": false,
"is_local_process_zero": true,
"is_world_process_zero": true,
"log_history": [
{
"epoch": 2.5,
"grad_norm": 2.5313448905944824,
"learning_rate": 7.500000000000001e-05,
"loss": 2.2157,
"step": 10
},
{
"epoch": 4.0,
"step": 16,
"total_flos": 9299872197181440.0,
"train_loss": 2.0122132897377014,
"train_runtime": 8.5249,
"train_samples_per_second": 14.076,
"train_steps_per_second": 1.877
}
],
"logging_steps": 10,
"max_steps": 16,
"num_input_tokens_seen": 0,
"num_train_epochs": 4,
"save_steps": 1000,
"total_flos": 9299872197181440.0,
"train_batch_size": 8,
"trial_name": null,
"trial_params": null
}