File size: 2,468 Bytes
a7f6274 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 |
---
license: llama2
base_model: codellama/CodeLlama-7b-hf
tags:
- generated_from_trainer
model-index:
- name: code-llama-sparql-without-context
results: []
---
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
should probably proofread and complete it, then remove this comment. -->
# 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
|