yks-llm-v3 / trainer_state.json
cgalabs's picture
Upload folder using huggingface_hub
23b7bb2 verified
{
"best_global_step": null,
"best_metric": null,
"best_model_checkpoint": null,
"epoch": 2.0,
"eval_steps": 6,
"global_step": 6,
"is_hyper_param_search": false,
"is_local_process_zero": true,
"is_world_process_zero": true,
"log_history": [
{
"epoch": 0.3333333333333333,
"grad_norm": 0.1245957463979721,
"learning_rate": 1e-05,
"loss": 0.7305,
"step": 1
},
{
"epoch": 0.6666666666666666,
"grad_norm": 0.1364627629518509,
"learning_rate": 9.330127018922195e-06,
"loss": 0.6899,
"step": 2
},
{
"epoch": 1.0,
"grad_norm": 0.1793365329504013,
"learning_rate": 7.500000000000001e-06,
"loss": 0.7246,
"step": 3
},
{
"epoch": 1.3333333333333333,
"grad_norm": 0.1749497652053833,
"learning_rate": 5e-06,
"loss": 0.6963,
"step": 4
},
{
"epoch": 1.6666666666666665,
"grad_norm": 0.17009948194026947,
"learning_rate": 2.5000000000000015e-06,
"loss": 0.7007,
"step": 5
},
{
"epoch": 2.0,
"grad_norm": 0.15001656115055084,
"learning_rate": 6.698729810778065e-07,
"loss": 0.729,
"step": 6
},
{
"epoch": 2.0,
"eval_loss": 0.69140625,
"eval_runtime": 6.6661,
"eval_samples_per_second": 0.45,
"eval_steps_per_second": 0.15,
"step": 6
}
],
"logging_steps": 1.0,
"max_steps": 6,
"num_input_tokens_seen": 0,
"num_train_epochs": 2,
"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": 4.922098749611704e+17,
"train_batch_size": 1,
"trial_name": null,
"trial_params": null
}