critique-32b-instruct / trainer_state.json
ubowang's picture
Upload folder using huggingface_hub
1f64483 verified
{
"best_metric": null,
"best_model_checkpoint": null,
"epoch": 0.0128,
"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.0064,
"grad_norm": 10.505431462007456,
"learning_rate": 3.125e-07,
"loss": 0.5487,
"step": 1
},
{
"epoch": 0.0128,
"grad_norm": 11.188743300643402,
"learning_rate": 6.25e-07,
"loss": 0.5546,
"step": 2
}
],
"logging_steps": 1,
"max_steps": 156,
"num_input_tokens_seen": 0,
"num_train_epochs": 1,
"save_steps": 2,
"stateful_callbacks": {
"TrainerControl": {
"args": {
"should_epoch_stop": false,
"should_evaluate": false,
"should_log": false,
"should_save": true,
"should_training_stop": false
},
"attributes": {}
}
},
"total_flos": 3239472660480.0,
"train_batch_size": 8,
"trial_name": null,
"trial_params": null
}