End of training
Browse files
README.md
ADDED
@@ -0,0 +1,80 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: bigcode-openrail-m
|
3 |
+
library_name: peft
|
4 |
+
tags:
|
5 |
+
- generated_from_trainer
|
6 |
+
base_model: bigcode/starcoder2-3b
|
7 |
+
model-index:
|
8 |
+
- name: starcoder2-3b-peft-lora
|
9 |
+
results: []
|
10 |
+
---
|
11 |
+
|
12 |
+
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
13 |
+
should probably proofread and complete it, then remove this comment. -->
|
14 |
+
|
15 |
+
[<img src="https://raw.githubusercontent.com/wandb/assets/main/wandb-github-badge-28.svg" alt="Visualize in Weights & Biases" width="200" height="32"/>](https://wandb.ai/hvl-ml/huggingface/runs/71217l2g)
|
16 |
+
# starcoder2-3b-peft-lora
|
17 |
+
|
18 |
+
This model is a fine-tuned version of [bigcode/starcoder2-3b](https://huggingface.co/bigcode/starcoder2-3b) on an unknown dataset.
|
19 |
+
It achieves the following results on the evaluation set:
|
20 |
+
- Loss: 0.7576
|
21 |
+
|
22 |
+
## Model description
|
23 |
+
|
24 |
+
More information needed
|
25 |
+
|
26 |
+
## Intended uses & limitations
|
27 |
+
|
28 |
+
More information needed
|
29 |
+
|
30 |
+
## Training and evaluation data
|
31 |
+
|
32 |
+
More information needed
|
33 |
+
|
34 |
+
## Training procedure
|
35 |
+
|
36 |
+
### Training hyperparameters
|
37 |
+
|
38 |
+
The following hyperparameters were used during training:
|
39 |
+
- learning_rate: 0.0005
|
40 |
+
- train_batch_size: 16
|
41 |
+
- eval_batch_size: 16
|
42 |
+
- seed: 42
|
43 |
+
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
44 |
+
- lr_scheduler_type: cosine
|
45 |
+
- lr_scheduler_warmup_steps: 30
|
46 |
+
- training_steps: 2000
|
47 |
+
|
48 |
+
### Training results
|
49 |
+
|
50 |
+
| Training Loss | Epoch | Step | Validation Loss |
|
51 |
+
|:-------------:|:-----:|:----:|:---------------:|
|
52 |
+
| 0.5348 | 0.05 | 100 | 0.9196 |
|
53 |
+
| 0.8854 | 0.1 | 200 | 0.8079 |
|
54 |
+
| 0.6684 | 0.15 | 300 | 0.7977 |
|
55 |
+
| 0.7444 | 0.2 | 400 | 0.7962 |
|
56 |
+
| 0.2232 | 0.25 | 500 | 0.8324 |
|
57 |
+
| 0.4756 | 0.3 | 600 | 0.7965 |
|
58 |
+
| 0.4507 | 0.35 | 700 | 0.7983 |
|
59 |
+
| 0.747 | 0.4 | 800 | 0.7863 |
|
60 |
+
| 0.4285 | 0.45 | 900 | 0.7854 |
|
61 |
+
| 0.3905 | 0.5 | 1000 | 0.8041 |
|
62 |
+
| 0.7737 | 0.55 | 1100 | 0.7641 |
|
63 |
+
| 0.5301 | 0.6 | 1200 | 0.7599 |
|
64 |
+
| 0.6514 | 0.65 | 1300 | 0.7561 |
|
65 |
+
| 0.1931 | 0.7 | 1400 | 0.7659 |
|
66 |
+
| 0.4201 | 0.75 | 1500 | 0.7567 |
|
67 |
+
| 0.4191 | 0.8 | 1600 | 0.7566 |
|
68 |
+
| 0.6998 | 0.85 | 1700 | 0.7530 |
|
69 |
+
| 0.4025 | 0.9 | 1800 | 0.7528 |
|
70 |
+
| 0.3656 | 0.95 | 1900 | 0.7605 |
|
71 |
+
| 0.6816 | 1.0 | 2000 | 0.7576 |
|
72 |
+
|
73 |
+
|
74 |
+
### Framework versions
|
75 |
+
|
76 |
+
- PEFT 0.10.1.dev0
|
77 |
+
- Transformers 4.41.0.dev0
|
78 |
+
- Pytorch 2.3.0
|
79 |
+
- Datasets 2.19.0
|
80 |
+
- Tokenizers 0.19.1
|