--- base_model: meta-llama/Llama-2-7b-hf library_name: peft license: llama2 metrics: - accuracy tags: - generated_from_trainer model-index: - name: llama2-pycodestyle-480 results: [] --- # llama2-pycodestyle-480 This model is a fine-tuned version of [meta-llama/Llama-2-7b-hf](https://huggingface.co/meta-llama/Llama-2-7b-hf) on an unknown dataset. It achieves the following results on the evaluation set: - Loss: 0.0034 - Accuracy: 1.0 ## Model description More information needed ## Intended uses & limitations More information needed ## Training and evaluation data More information needed ## Training procedure ### Training hyperparameters The following hyperparameters were used during training: - learning_rate: 0.001 - train_batch_size: 8 - eval_batch_size: 8 - seed: 42 - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08 - lr_scheduler_type: linear - num_epochs: 5 ### Training results | Training Loss | Epoch | Step | Validation Loss | Accuracy | |:-------------:|:-----:|:----:|:---------------:|:--------:| | 0.7324 | 1.0 | 60 | 0.0770 | 0.975 | | 0.2779 | 2.0 | 120 | 0.1456 | 0.9583 | | 0.1468 | 3.0 | 180 | 0.0494 | 0.9917 | | 0.0088 | 4.0 | 240 | 0.0037 | 1.0 | | 0.0 | 5.0 | 300 | 0.0034 | 1.0 | ### Framework versions - PEFT 0.11.1 - Transformers 4.41.2 - Pytorch 2.3.0+cu121 - Datasets 2.20.0 - Tokenizers 0.19.1