SmolLM-1.7B-Instruct_fsdp_qlora_nf4_adapter-plaba
Browse files- README.md +10 -18
- adapter_config.json +4 -4
- adapter_model.safetensors +1 -1
- runs/Sep11_14-21-53_algo-2/events.out.tfevents.1726064715.algo-2.67.0 +3 -0
- training_args.bin +1 -1
README.md
CHANGED
@@ -19,7 +19,7 @@ should probably proofread and complete it, then remove this comment. -->
|
|
19 |
|
20 |
This model is a fine-tuned version of [dmariko/SmolLM-1.7B-Instruct_qlora_nf4_merged](https://huggingface.co/dmariko/SmolLM-1.7B-Instruct_qlora_nf4_merged) on the generator dataset.
|
21 |
It achieves the following results on the evaluation set:
|
22 |
-
- Loss: 1.
|
23 |
|
24 |
## Model description
|
25 |
|
@@ -50,28 +50,20 @@ The following hyperparameters were used during training:
|
|
50 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
51 |
- lr_scheduler_type: cosine
|
52 |
- lr_scheduler_warmup_ratio: 0.03
|
53 |
-
- num_epochs:
|
54 |
|
55 |
### Training results
|
56 |
|
57 |
| Training Loss | Epoch | Step | Validation Loss |
|
58 |
|:-------------:|:-----:|:----:|:---------------:|
|
59 |
-
| No log | 0.8 | 1 | 1.
|
60 |
-
| No log | 1.6 | 2 | 1.
|
61 |
-
| No log | 2.4 | 3 | 1.
|
62 |
-
| No log | 4.0 | 5 | 1.
|
63 |
-
| No log | 4.8 | 6 | 1.
|
64 |
-
| No log | 5.6 | 7 | 1.
|
65 |
-
| No log | 6.4 | 8 | 1.
|
66 |
-
| 1.
|
67 |
-
| 1.6842 | 8.8 | 11 | 1.6187 |
|
68 |
-
| 1.6842 | 9.6 | 12 | 1.6161 |
|
69 |
-
| 1.6842 | 10.4 | 13 | 1.6142 |
|
70 |
-
| 1.6842 | 12.0 | 15 | 1.6116 |
|
71 |
-
| 1.6842 | 12.8 | 16 | 1.6108 |
|
72 |
-
| 1.6842 | 13.6 | 17 | 1.6103 |
|
73 |
-
| 1.6842 | 14.4 | 18 | 1.6100 |
|
74 |
-
| 1.6057 | 16.0 | 20 | 1.6099 |
|
75 |
|
76 |
|
77 |
### Framework versions
|
|
|
19 |
|
20 |
This model is a fine-tuned version of [dmariko/SmolLM-1.7B-Instruct_qlora_nf4_merged](https://huggingface.co/dmariko/SmolLM-1.7B-Instruct_qlora_nf4_merged) on the generator dataset.
|
21 |
It achieves the following results on the evaluation set:
|
22 |
+
- Loss: 1.6513
|
23 |
|
24 |
## Model description
|
25 |
|
|
|
50 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
51 |
- lr_scheduler_type: cosine
|
52 |
- lr_scheduler_warmup_ratio: 0.03
|
53 |
+
- num_epochs: 10
|
54 |
|
55 |
### Training results
|
56 |
|
57 |
| Training Loss | Epoch | Step | Validation Loss |
|
58 |
|:-------------:|:-----:|:----:|:---------------:|
|
59 |
+
| No log | 0.8 | 1 | 1.7222 |
|
60 |
+
| No log | 1.6 | 2 | 1.7181 |
|
61 |
+
| No log | 2.4 | 3 | 1.6971 |
|
62 |
+
| No log | 4.0 | 5 | 1.6586 |
|
63 |
+
| No log | 4.8 | 6 | 1.6597 |
|
64 |
+
| No log | 5.6 | 7 | 1.6572 |
|
65 |
+
| No log | 6.4 | 8 | 1.6539 |
|
66 |
+
| 1.6809 | 8.0 | 10 | 1.6513 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
67 |
|
68 |
|
69 |
### Framework versions
|
adapter_config.json
CHANGED
@@ -20,13 +20,13 @@
|
|
20 |
"rank_pattern": {},
|
21 |
"revision": null,
|
22 |
"target_modules": [
|
23 |
-
"k_proj",
|
24 |
-
"gate_proj",
|
25 |
"q_proj",
|
|
|
|
|
|
|
26 |
"up_proj",
|
27 |
"v_proj",
|
28 |
-
"
|
29 |
-
"o_proj"
|
30 |
],
|
31 |
"task_type": "CAUSAL_LM",
|
32 |
"use_dora": false,
|
|
|
20 |
"rank_pattern": {},
|
21 |
"revision": null,
|
22 |
"target_modules": [
|
|
|
|
|
23 |
"q_proj",
|
24 |
+
"o_proj",
|
25 |
+
"k_proj",
|
26 |
+
"down_proj",
|
27 |
"up_proj",
|
28 |
"v_proj",
|
29 |
+
"gate_proj"
|
|
|
30 |
],
|
31 |
"task_type": "CAUSAL_LM",
|
32 |
"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 36220744
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:24171a1ff07b41bc5a87d00271150a324174c2fea950c444e400cebd6b9b09e3
|
3 |
size 36220744
|
runs/Sep11_14-21-53_algo-2/events.out.tfevents.1726064715.algo-2.67.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:c3975e692cb23b4e2d98591b17bd947982fd4220fa13cc4b96f58a8b994588fb
|
3 |
+
size 8193
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 5240
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:a4f3324fbd3679816b52837661e6126832c80e92189d89c21cbd109768fc9930
|
3 |
size 5240
|