--- license: llama2 base_model: codellama/CodeLlama-7b-hf tags: - generated_from_trainer model-index: - name: code-llama-sparql-without-context results: [] --- # code-llama-sparql-without-context This model is a fine-tuned version of [codellama/CodeLlama-7b-hf](https://huggingface.co/codellama/CodeLlama-7b-hf) on an unknown dataset. It achieves the following results on the evaluation set: - Loss: 0.3919 ## 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.0003 - train_batch_size: 8 - eval_batch_size: 8 - seed: 42 - gradient_accumulation_steps: 2 - total_train_batch_size: 16 - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08 - lr_scheduler_type: linear - lr_scheduler_warmup_steps: 100 - training_steps: 400 - mixed_precision_training: Native AMP ### Training results | Training Loss | Epoch | Step | Validation Loss | |:-------------:|:------:|:----:|:---------------:| | 2.1205 | 0.0710 | 20 | 2.0361 | | 1.3176 | 0.1421 | 40 | 0.8967 | | 0.697 | 0.2131 | 60 | 0.6455 | | 0.5763 | 0.2842 | 80 | 0.5313 | | 0.4241 | 0.3552 | 100 | 0.5366 | | 0.4733 | 0.4263 | 120 | 0.4792 | | 0.478 | 0.4973 | 140 | 0.4572 | | 0.4644 | 0.5684 | 160 | 0.4450 | | 0.4966 | 0.6394 | 180 | 0.4355 | | 0.3838 | 0.7105 | 200 | 0.4419 | | 0.4321 | 0.7815 | 220 | 0.4305 | | 0.4472 | 0.8526 | 240 | 0.4150 | | 0.4122 | 0.9236 | 260 | 0.4090 | | 0.4249 | 0.9947 | 280 | 0.4086 | | 0.3845 | 1.0657 | 300 | 0.4031 | | 0.4347 | 1.1368 | 320 | 0.3995 | | 0.3724 | 1.2078 | 340 | 0.3992 | | 0.4197 | 1.2789 | 360 | 0.3937 | | 0.3887 | 1.3499 | 380 | 0.3922 | | 0.3645 | 1.4210 | 400 | 0.3919 | ### Framework versions - Transformers 4.41.2 - Pytorch 2.3.0+cu121 - Datasets 2.10.1 - Tokenizers 0.19.1