test_model / trainer_state.json
sohamslc5's picture
Upload 13 files
8a5da9d verified
raw
history blame contribute delete
No virus
704 Bytes
{
"best_metric": null,
"best_model_checkpoint": null,
"epoch": 1.0,
"eval_steps": 500,
"global_step": 12,
"is_hyper_param_search": false,
"is_local_process_zero": true,
"is_world_process_zero": true,
"log_history": [
{
"epoch": 1.0,
"step": 12,
"total_flos": 4116874505748480.0,
"train_loss": 3.17984676361084,
"train_runtime": 58.4396,
"train_samples_per_second": 1.54,
"train_steps_per_second": 0.205
}
],
"logging_steps": 20,
"max_steps": 12,
"num_input_tokens_seen": 0,
"num_train_epochs": 1,
"save_steps": 100,
"total_flos": 4116874505748480.0,
"train_batch_size": 8,
"trial_name": null,
"trial_params": null
}