namesis / checkpoint-30 /trainer_state.json
SergCorsi's picture
Upload folder using huggingface_hub
d718766 verified
raw
history blame
2.17 kB
{
"best_metric": 1.4295110702514648,
"best_model_checkpoint": "/kaggle/working/checkpoint-30",
"epoch": 3.3333333333333335,
"eval_steps": 10,
"global_step": 30,
"is_hyper_param_search": false,
"is_local_process_zero": true,
"is_world_process_zero": true,
"log_history": [
{
"epoch": 1.1111111111111112,
"grad_norm": 0.02217627689242363,
"learning_rate": 0.00017777777777777779,
"loss": 2.0442,
"step": 10
},
{
"epoch": 1.1111111111111112,
"eval_loss": 1.737181544303894,
"eval_runtime": 35.1318,
"eval_samples_per_second": 1.025,
"eval_steps_per_second": 0.142,
"step": 10
},
{
"epoch": 2.2222222222222223,
"grad_norm": 0.0346713550388813,
"learning_rate": 0.00015555555555555556,
"loss": 1.6131,
"step": 20
},
{
"epoch": 2.2222222222222223,
"eval_loss": 1.5489343404769897,
"eval_runtime": 34.8402,
"eval_samples_per_second": 1.033,
"eval_steps_per_second": 0.144,
"step": 20
},
{
"epoch": 3.3333333333333335,
"grad_norm": 0.02501535415649414,
"learning_rate": 0.00013333333333333334,
"loss": 1.4152,
"step": 30
},
{
"epoch": 3.3333333333333335,
"eval_loss": 1.4295110702514648,
"eval_runtime": 34.8537,
"eval_samples_per_second": 1.033,
"eval_steps_per_second": 0.143,
"step": 30
}
],
"logging_steps": 10,
"max_steps": 90,
"num_input_tokens_seen": 0,
"num_train_epochs": 10,
"save_steps": 10,
"stateful_callbacks": {
"EarlyStoppingCallback": {
"args": {
"early_stopping_patience": 3,
"early_stopping_threshold": 0.0
},
"attributes": {
"early_stopping_patience_counter": 0
}
},
"TrainerControl": {
"args": {
"should_epoch_stop": false,
"should_evaluate": false,
"should_log": false,
"should_save": true,
"should_training_stop": false
},
"attributes": {}
}
},
"total_flos": 8007449233588224.0,
"train_batch_size": 1,
"trial_name": null,
"trial_params": null
}