namesis / checkpoint-10 /trainer_state.json
SergCorsi's picture
Upload folder using huggingface_hub
d718766 verified
raw
history blame
1.4 kB
{
"best_metric": 1.737181544303894,
"best_model_checkpoint": "/kaggle/working/checkpoint-10",
"epoch": 1.1111111111111112,
"eval_steps": 10,
"global_step": 10,
"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
}
],
"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": 2677522633261056.0,
"train_batch_size": 1,
"trial_name": null,
"trial_params": null
}