Qwen2.5-32B-Instruct-CFT / trainer_state.json
ubowang's picture
Upload folder using huggingface_hub
31dc93f verified
{
"best_metric": null,
"best_model_checkpoint": null,
"epoch": 0.1536,
"eval_steps": 500,
"global_step": 3,
"is_hyper_param_search": false,
"is_local_process_zero": true,
"is_world_process_zero": true,
"log_history": [
{
"epoch": 0.0512,
"grad_norm": 4.7826881603746,
"learning_rate": 5.000000000000001e-07,
"loss": 0.5538,
"step": 1
},
{
"epoch": 0.1024,
"grad_norm": 4.664538314862794,
"learning_rate": 1.0000000000000002e-06,
"loss": 0.5385,
"step": 2
},
{
"epoch": 0.1536,
"grad_norm": 4.531349924652758,
"learning_rate": 1.5e-06,
"loss": 0.523,
"step": 3
}
],
"logging_steps": 1,
"max_steps": 19,
"num_input_tokens_seen": 0,
"num_train_epochs": 1,
"save_steps": 1,
"stateful_callbacks": {
"TrainerControl": {
"args": {
"should_epoch_stop": false,
"should_evaluate": false,
"should_log": false,
"should_save": true,
"should_training_stop": false
},
"attributes": {}
}
},
"total_flos": 9439746195456.0,
"train_batch_size": 1,
"trial_name": null,
"trial_params": null
}