apollo_idefics / trainer_state.json
arjunanand13's picture
Upload folder using huggingface_hub
7322456 verified
raw
history blame contribute delete
912 Bytes
{
"best_metric": null,
"best_model_checkpoint": null,
"epoch": 16.666666666666668,
"eval_steps": 500,
"global_step": 25,
"is_hyper_param_search": false,
"is_local_process_zero": true,
"is_world_process_zero": true,
"log_history": [
{
"epoch": 16.666666666666668,
"grad_norm": 3.3811843395233154,
"learning_rate": 9.6e-05,
"loss": 5.4876,
"step": 25
}
],
"logging_steps": 25,
"max_steps": 25,
"num_input_tokens_seen": 0,
"num_train_epochs": 25,
"save_steps": 25,
"stateful_callbacks": {
"TrainerControl": {
"args": {
"should_epoch_stop": false,
"should_evaluate": false,
"should_log": false,
"should_save": true,
"should_training_stop": true
},
"attributes": {}
}
},
"total_flos": 1838050802611584.0,
"train_batch_size": 2,
"trial_name": null,
"trial_params": null
}