CoolFace
Modelpublic

emissary-ai/Python-Tab-Completion-CodeLlama-70b

sourceHugging Facellama2updated 1y agoView on Hugging Face
3likes78downloads
trainer_state.json42 linesDownload Raw Back to root
1{2  "best_global_step": null,3  "best_metric": null,4  "best_model_checkpoint": null,5  "epoch": 1.0,6  "eval_steps": 500,7  "global_step": 1,8  "is_hyper_param_search": false,9  "is_local_process_zero": true,10  "is_world_process_zero": true,11  "log_history": [12    {13      "epoch": 1.0,14      "grad_norm": 790.0,15      "learning_rate": 0.001,16      "loss": 6.6451,17      "step": 118    }19  ],20  "logging_steps": 1,21  "max_steps": 1,22  "num_input_tokens_seen": 0,23  "num_train_epochs": 1,24  "save_steps": 1,25  "stateful_callbacks": {26    "TrainerControl": {27      "args": {28        "should_epoch_stop": false,29        "should_evaluate": false,30        "should_log": false,31        "should_save": true,32        "should_training_stop": true33      },34      "attributes": {}35    }36  },37  "total_flos": 13193209970688.0,38  "train_batch_size": 1,39  "trial_name": null,40  "trial_params": null41}42