End of training
Browse files
README.md
CHANGED
@@ -15,6 +15,8 @@ should probably proofread and complete it, then remove this comment. -->
|
|
15 |
# peft-lora-zencoder15B-personal-copilot
|
16 |
|
17 |
This model is a fine-tuned version of [bigcode/starcoder](https://huggingface.co/bigcode/starcoder) on an unknown dataset.
|
|
|
|
|
18 |
|
19 |
## Model description
|
20 |
|
@@ -44,6 +46,22 @@ The following hyperparameters were used during training:
|
|
44 |
- lr_scheduler_warmup_steps: 30
|
45 |
- training_steps: 1000
|
46 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
47 |
### Framework versions
|
48 |
|
49 |
- PEFT 0.7.2.dev0
|
|
|
15 |
# peft-lora-zencoder15B-personal-copilot
|
16 |
|
17 |
This model is a fine-tuned version of [bigcode/starcoder](https://huggingface.co/bigcode/starcoder) on an unknown dataset.
|
18 |
+
It achieves the following results on the evaluation set:
|
19 |
+
- Loss: 0.3124
|
20 |
|
21 |
## Model description
|
22 |
|
|
|
46 |
- lr_scheduler_warmup_steps: 30
|
47 |
- training_steps: 1000
|
48 |
|
49 |
+
### Training results
|
50 |
+
|
51 |
+
| Training Loss | Epoch | Step | Validation Loss |
|
52 |
+
|:-------------:|:-----:|:----:|:---------------:|
|
53 |
+
| 0.7534 | 0.1 | 100 | 0.4016 |
|
54 |
+
| 0.6715 | 0.2 | 200 | 0.3700 |
|
55 |
+
| 0.5283 | 0.3 | 300 | 0.3647 |
|
56 |
+
| 0.574 | 0.4 | 400 | 0.3388 |
|
57 |
+
| 0.5841 | 0.5 | 500 | 0.3193 |
|
58 |
+
| 0.5268 | 0.6 | 600 | 0.3202 |
|
59 |
+
| 0.5043 | 0.7 | 700 | 0.3124 |
|
60 |
+
| 0.4981 | 0.8 | 800 | 0.3138 |
|
61 |
+
| 0.4995 | 0.9 | 900 | 0.3126 |
|
62 |
+
| 0.4779 | 1.0 | 1000 | 0.3124 |
|
63 |
+
|
64 |
+
|
65 |
### Framework versions
|
66 |
|
67 |
- PEFT 0.7.2.dev0
|
final_checkpoint/adapter_config.json
CHANGED
@@ -20,9 +20,9 @@
|
|
20 |
"revision": null,
|
21 |
"target_modules": [
|
22 |
"c_fc",
|
23 |
-
"
|
24 |
"c_proj",
|
25 |
-
"
|
26 |
],
|
27 |
"task_type": "CAUSAL_LM",
|
28 |
"use_rslora": false
|
|
|
20 |
"revision": null,
|
21 |
"target_modules": [
|
22 |
"c_fc",
|
23 |
+
"q_attn",
|
24 |
"c_proj",
|
25 |
+
"c_attn"
|
26 |
],
|
27 |
"task_type": "CAUSAL_LM",
|
28 |
"use_rslora": false
|
final_checkpoint/adapter_model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 55255584
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:fee0979e8d55db1b3e939258da2d0e1f2cf418303d675d10fd4e3ef3dc5443f3
|
3 |
size 55255584
|