--- library_name: peft base_model: NousResearch/CodeLlama-13b-hf tags: - axolotl - generated_from_trainer model-index: - name: b5c80a53-f842-4011-9b5d-9220bac78a7f results: [] --- [Built with Axolotl](https://github.com/axolotl-ai-cloud/axolotl)
# b5c80a53-f842-4011-9b5d-9220bac78a7f This model is a fine-tuned version of [NousResearch/CodeLlama-13b-hf](https://huggingface.co./NousResearch/CodeLlama-13b-hf) on the None dataset. It achieves the following results on the evaluation set: - Loss: 0.3992 ## 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.000211 - train_batch_size: 4 - eval_batch_size: 4 - seed: 42 - gradient_accumulation_steps: 2 - total_train_batch_size: 8 - optimizer: Use OptimizerNames.ADAMW_BNB with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments - lr_scheduler_type: cosine - lr_scheduler_warmup_steps: 50 - training_steps: 500 ### Training results | Training Loss | Epoch | Step | Validation Loss | |:-------------:|:------:|:----:|:---------------:| | No log | 0.0002 | 1 | 2.3596 | | 2.5882 | 0.0120 | 50 | 0.7821 | | 2.4464 | 0.0240 | 100 | 0.6672 | | 1.8299 | 0.0360 | 150 | 0.6032 | | 1.613 | 0.0480 | 200 | 0.5628 | | 1.5083 | 0.0600 | 250 | 0.5113 | | 1.3685 | 0.0720 | 300 | 0.4820 | | 1.3913 | 0.0839 | 350 | 0.4364 | | 1.8427 | 0.0959 | 400 | 0.4152 | | 1.2751 | 0.1079 | 450 | 0.4030 | | 0.9929 | 0.1199 | 500 | 0.3992 | ### Framework versions - PEFT 0.13.2 - Transformers 4.46.0 - Pytorch 2.5.0+cu124 - Datasets 3.0.1 - Tokenizers 0.20.1