test_model / trainer_state.json
yilunzhao's picture
Training in progress, step 1
3e28edd verified
{
"best_metric": null,
"best_model_checkpoint": null,
"epoch": 0.00021199016365640633,
"eval_steps": 500,
"global_step": 10,
"is_hyper_param_search": false,
"is_local_process_zero": true,
"is_world_process_zero": true,
"log_history": [
{
"epoch": 0.00021199016365640633,
"grad_norm": 30.10649871826172,
"learning_rate": 6.666666666666667e-06,
"loss": 1.3037,
"step": 10
},
{
"epoch": 0.00021199016365640633,
"step": 10,
"total_flos": 0.0,
"train_loss": 1.3037109375,
"train_runtime": 31.5539,
"train_samples_per_second": 47838.896,
"train_steps_per_second": 1494.965
}
],
"logging_steps": 10,
"max_steps": 47172,
"num_input_tokens_seen": 0,
"num_train_epochs": 1,
"save_steps": 1000,
"stateful_callbacks": {
"TrainerControl": {
"args": {
"should_epoch_stop": false,
"should_evaluate": false,
"should_log": false,
"should_save": false,
"should_training_stop": false
},
"attributes": {}
}
},
"total_flos": 0.0,
"train_batch_size": 16,
"trial_name": null,
"trial_params": null
}