llama_3_70b_lora_sft_crafting / trainer_state.json
izzcw's picture
End of training
85adb4f verified
raw
history blame
1.33 kB
{
"best_metric": null,
"best_model_checkpoint": null,
"epoch": 1.0,
"eval_steps": 30,
"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.4569597298761558,
"learning_rate": 8.18711994874345e-05,
"loss": 0.9004,
"step": 10
},
{
"epoch": 0.7142857142857143,
"grad_norm": 0.4078513107441401,
"learning_rate": 2.3208660251050158e-05,
"loss": 0.548,
"step": 20
},
{
"epoch": 1.0,
"step": 28,
"total_flos": 2776730917928960.0,
"train_loss": 0.6443910087857928,
"train_runtime": 2329.4992,
"train_samples_per_second": 1.538,
"train_steps_per_second": 0.012
}
],
"logging_steps": 10,
"max_steps": 28,
"num_input_tokens_seen": 0,
"num_train_epochs": 1,
"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": 2776730917928960.0,
"train_batch_size": 1,
"trial_name": null,
"trial_params": null
}