qwen2.5_7b_mv / trainer_state.json
rooty2020's picture
Upload models
175fb6d verified
{
"best_global_step": null,
"best_metric": null,
"best_model_checkpoint": null,
"epoch": 0.0007639419404125286,
"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.0003819709702062643,
"grad_norm": 6.663506916330571,
"learning_rate": 2.531645569620253e-08,
"loss": 0.9872,
"step": 1
},
{
"epoch": 0.0007639419404125286,
"grad_norm": 6.399588175389862,
"learning_rate": 5.063291139240506e-08,
"loss": 0.9852,
"step": 2
}
],
"logging_steps": 1.0,
"max_steps": 2618,
"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": 581210226688.0,
"train_batch_size": 16,
"trial_name": null,
"trial_params": null
}