llama-3.2-1b-af-lora-adapters / trainer_state.json
jplhughes2's picture
Upload 7 files
474f935 verified
{
"best_metric": null,
"best_model_checkpoint": null,
"epoch": 1.0,
"eval_steps": 0,
"global_step": 2,
"is_hyper_param_search": false,
"is_local_process_zero": true,
"is_world_process_zero": true,
"log_history": [
{
"epoch": 0.5,
"grad_norm": 9.365608215332031,
"learning_rate": 5e-06,
"loss": 1.5442,
"step": 1
},
{
"epoch": 1.0,
"grad_norm": 8.867350578308105,
"learning_rate": 0.0,
"loss": 1.5112,
"step": 2
}
],
"logging_steps": 1.0,
"max_steps": 2,
"num_input_tokens_seen": 0,
"num_train_epochs": 1,
"save_steps": 0,
"stateful_callbacks": {
"TrainerControl": {
"args": {
"should_epoch_stop": false,
"should_evaluate": false,
"should_log": false,
"should_save": true,
"should_training_stop": true
},
"attributes": {}
}
},
"total_flos": 91806054219776.0,
"train_batch_size": 1,
"trial_name": null,
"trial_params": null
}