test-model / trainer_state.json
Lucapro's picture
Upload 11 files
d8aab43
raw
history blame
588 Bytes
{
"best_metric": null,
"best_model_checkpoint": null,
"epoch": 5.0,
"global_step": 420,
"is_hyper_param_search": false,
"is_local_process_zero": true,
"is_world_process_zero": true,
"log_history": [
{
"epoch": 5.0,
"step": 420,
"total_flos": 31345372692480.0,
"train_loss": 0.8171643938337053,
"train_runtime": 1458.3209,
"train_samples_per_second": 3.429,
"train_steps_per_second": 0.288
}
],
"max_steps": 420,
"num_train_epochs": 5,
"total_flos": 31345372692480.0,
"trial_name": null,
"trial_params": null
}