File size: 2,239 Bytes
e078fe0
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
af3df51
e078fe0
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
af3df51
e078fe0
 
 
 
 
af3df51
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
e078fe0
 
 
 
 
 
 
 
 
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: bigcode-openrail-m
base_model: bigcode/starcoderbase-1b
tags:
- generated_from_trainer
model-index:
- name: starcoder-peft-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. -->

# starcoder-peft-airscript

This model is a fine-tuned version of [bigcode/starcoderbase-1b](https://huggingface.co/bigcode/starcoderbase-1b) on an unknown dataset.
It achieves the following results on the evaluation set:
- Loss: 0.7299

## 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: 10
- eval_batch_size: 10
- seed: 42
- gradient_accumulation_steps: 2
- total_train_batch_size: 20
- 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 |
|:-------------:|:------:|:----:|:---------------:|
| 1.1981        | 0.0625 | 100  | 1.1007          |
| 0.9021        | 0.125  | 200  | 0.8910          |
| 0.7494        | 0.1875 | 300  | 0.8009          |
| 0.6504        | 0.25   | 400  | 0.7542          |
| 0.5704        | 0.3125 | 500  | 0.7279          |
| 0.5081        | 0.375  | 600  | 0.7175          |
| 0.4696        | 0.4375 | 700  | 0.7109          |
| 0.4245        | 0.5    | 800  | 0.7151          |
| 0.3962        | 0.5625 | 900  | 0.7135          |
| 0.3686        | 0.625  | 1000 | 0.7156          |
| 0.3514        | 0.6875 | 1100 | 0.7244          |
| 0.3418        | 0.75   | 1200 | 0.7268          |
| 0.3317        | 0.8125 | 1300 | 0.7302          |
| 0.3228        | 0.875  | 1400 | 0.7301          |
| 0.3211        | 0.9375 | 1500 | 0.7304          |
| 0.3188        | 1.0    | 1600 | 0.7299          |


### Framework versions

- PEFT 0.13.2
- Transformers 4.45.2
- Pytorch 2.5.0
- Datasets 3.0.1
- Tokenizers 0.20.1