llamma-query-finetuned / trainer_state.json
chvsanirudh's picture
Upload folder using huggingface_hub
42d0acb verified
raw
history blame contribute delete
No virus
1.01 kB
{
"best_metric": null,
"best_model_checkpoint": null,
"epoch": 0.8,
"eval_steps": 500,
"global_step": 2,
"is_hyper_param_search": false,
"is_local_process_zero": true,
"is_world_process_zero": true,
"log_history": [
{
"epoch": 0.4,
"grad_norm": 11.324068069458008,
"learning_rate": 0.0002,
"loss": 6.0396,
"step": 1
},
{
"epoch": 0.8,
"grad_norm": 12.561735153198242,
"learning_rate": 0.0,
"loss": 6.2817,
"step": 2
}
],
"logging_steps": 1,
"max_steps": 2,
"num_input_tokens_seen": 0,
"num_train_epochs": 1,
"save_steps": 10,
"stateful_callbacks": {
"TrainerControl": {
"args": {
"should_epoch_stop": false,
"should_evaluate": false,
"should_log": false,
"should_save": true,
"should_training_stop": true
},
"attributes": {}
}
},
"total_flos": 72623124578304.0,
"train_batch_size": 8,
"trial_name": null,
"trial_params": null
}