Revert "merge"
Browse filesThis reverts commit d2a4baf26cc9b085e92fc52e41b49d5c388af957.
- README.md +29 -0
- adapter_config.json +2 -2
- adapter_model.safetensors +2 -2
- training_args.bin +1 -1
README.md
CHANGED
|
@@ -12,9 +12,12 @@ model-index:
|
|
| 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 |
# starcoder2-3b-peft-lora
|
| 16 |
|
| 17 |
This model is a fine-tuned version of [bigcode/starcoder2-3b](https://huggingface.co/bigcode/starcoder2-3b) on an unknown dataset.
|
|
|
|
|
|
|
| 18 |
|
| 19 |
## Model description
|
| 20 |
|
|
@@ -42,6 +45,32 @@ The following hyperparameters were used during training:
|
|
| 42 |
- lr_scheduler_warmup_steps: 30
|
| 43 |
- training_steps: 2000
|
| 44 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 45 |
### Framework versions
|
| 46 |
|
| 47 |
- PEFT 0.10.1.dev0
|
|
|
|
| 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 |
|
|
|
|
| 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
|
adapter_config.json
CHANGED
|
@@ -22,8 +22,8 @@
|
|
| 22 |
"target_modules": [
|
| 23 |
"c_attn",
|
| 24 |
"c_proj",
|
| 25 |
-
"
|
| 26 |
-
"
|
| 27 |
],
|
| 28 |
"task_type": "CAUSAL_LM",
|
| 29 |
"use_dora": false,
|
|
|
|
| 22 |
"target_modules": [
|
| 23 |
"c_attn",
|
| 24 |
"c_proj",
|
| 25 |
+
"q_attn",
|
| 26 |
+
"c_fc"
|
| 27 |
],
|
| 28 |
"task_type": "CAUSAL_LM",
|
| 29 |
"use_dora": false,
|
adapter_model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:948ead8d16696715ccdb9f30397f7bb750919502d1c6fe3f71837bad086cbfca
|
| 3 |
+
size 29506408
|
training_args.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 5048
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:f4d8e5fb078487928a16d1178a0db1480e026e840d1270cbb9a4fdfa08845b4c
|
| 3 |
size 5048
|