File size: 2,279 Bytes
d6802c9 3f4d217 d6802c9 3f4d217 7305ace 3f4d217 5a36957 3f4d217 5a36957 3f4d217 |
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 |
---
library_name: peft
license: apache-2.0
base_model: Qwen/Qwen2.5-Coder-1.5B-Instruct
tags:
- generated_from_trainer
model-index:
- name: Qwen2.5-Coder-1.5B-Instruct-Airscript
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. -->
# Qwen2.5-Coder-1.5B-Instruct-Airscript
This model is a fine-tuned version of [Qwen/Qwen2.5-Coder-1.5B-Instruct](https://huggingface.co/Qwen/Qwen2.5-Coder-1.5B-Instruct) on an unknown dataset.
It achieves the following results on the evaluation set:
- Loss: 1.4578
## 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.0005
- train_batch_size: 4
- eval_batch_size: 4
- seed: 42
- gradient_accumulation_steps: 4
- total_train_batch_size: 16
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
- lr_scheduler_type: cosine
- lr_scheduler_warmup_steps: 30
- training_steps: 1600
### Training results
| Training Loss | Epoch | Step | Validation Loss |
|:-------------:|:------:|:----:|:---------------:|
| 2.1783 | 0.0625 | 100 | 2.1006 |
| 1.8426 | 0.125 | 200 | 1.8535 |
| 1.7343 | 0.1875 | 300 | 1.7350 |
| 1.6313 | 0.25 | 400 | 1.6520 |
| 1.5817 | 0.3125 | 500 | 1.5982 |
| 1.5498 | 0.375 | 600 | 1.5604 |
| 1.5019 | 0.4375 | 700 | 1.5322 |
| 1.4852 | 0.5 | 800 | 1.5103 |
| 1.461 | 0.5625 | 900 | 1.4939 |
| 1.4483 | 0.625 | 1000 | 1.4820 |
| 1.4434 | 0.6875 | 1100 | 1.4723 |
| 1.4254 | 0.75 | 1200 | 1.4659 |
| 1.4224 | 0.8125 | 1300 | 1.4619 |
| 1.4188 | 0.875 | 1400 | 1.4596 |
| 1.4245 | 0.9375 | 1500 | 1.4585 |
| 1.4172 | 1.0 | 1600 | 1.4578 |
### Framework versions
- PEFT 0.13.2
- Transformers 4.45.2
- Pytorch 2.5.0
- Datasets 3.0.1
- Tokenizers 0.20.1 |