SmolLM-1.7B-Instruct_fsdp_qlora_nf4_adapter
Browse files- README.md +14 -24
- adapter_config.json +4 -4
- adapter_model.safetensors +1 -1
- runs/Sep05_16-31-17_algo-3/events.out.tfevents.1725553937.algo-3.67.0 +3 -0
- training_args.bin +1 -1
README.md
CHANGED
@@ -20,7 +20,7 @@ should probably proofread and complete it, then remove this comment. -->
|
|
20 |
|
21 |
This model is a fine-tuned version of [HuggingFaceTB/SmolLM-1.7B-Instruct](https://huggingface.co/HuggingFaceTB/SmolLM-1.7B-Instruct) on the generator dataset.
|
22 |
It achieves the following results on the evaluation set:
|
23 |
-
- Loss: 1.
|
24 |
|
25 |
## Model description
|
26 |
|
@@ -51,32 +51,22 @@ The following hyperparameters were used during training:
|
|
51 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
52 |
- lr_scheduler_type: cosine
|
53 |
- lr_scheduler_warmup_ratio: 0.03
|
54 |
-
- num_epochs:
|
55 |
|
56 |
### Training results
|
57 |
|
58 |
-
| Training Loss | Epoch
|
59 |
-
|
60 |
-
| 2.
|
61 |
-
| 1.
|
62 |
-
| 1.
|
63 |
-
| 1.
|
64 |
-
| 1.
|
65 |
-
| 1.
|
66 |
-
| 1.
|
67 |
-
| 1.
|
68 |
-
| 1.
|
69 |
-
| 1.
|
70 |
-
| 1.5712 | 10.9524 | 115 | 1.6151 |
|
71 |
-
| 1.5524 | 12.0 | 126 | 1.6133 |
|
72 |
-
| 1.5491 | 12.9524 | 136 | 1.6121 |
|
73 |
-
| 1.5445 | 14.0 | 147 | 1.6113 |
|
74 |
-
| 1.5397 | 14.9524 | 157 | 1.6113 |
|
75 |
-
| 1.5392 | 16.0 | 168 | 1.6114 |
|
76 |
-
| 1.5337 | 16.9524 | 178 | 1.6111 |
|
77 |
-
| 1.5347 | 18.0 | 189 | 1.6111 |
|
78 |
-
| 1.5337 | 18.9524 | 199 | 1.6111 |
|
79 |
-
| 1.5351 | 19.0476 | 200 | 1.6111 |
|
80 |
|
81 |
|
82 |
### Framework versions
|
|
|
20 |
|
21 |
This model is a fine-tuned version of [HuggingFaceTB/SmolLM-1.7B-Instruct](https://huggingface.co/HuggingFaceTB/SmolLM-1.7B-Instruct) on the generator dataset.
|
22 |
It achieves the following results on the evaluation set:
|
23 |
+
- Loss: 1.6524
|
24 |
|
25 |
## Model description
|
26 |
|
|
|
51 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
52 |
- lr_scheduler_type: cosine
|
53 |
- lr_scheduler_warmup_ratio: 0.03
|
54 |
+
- num_epochs: 10
|
55 |
|
56 |
### Training results
|
57 |
|
58 |
+
| Training Loss | Epoch | Step | Validation Loss |
|
59 |
+
|:-------------:|:------:|:----:|:---------------:|
|
60 |
+
| 2.0516 | 0.9756 | 10 | 1.8985 |
|
61 |
+
| 1.8456 | 1.9512 | 20 | 1.7876 |
|
62 |
+
| 1.7672 | 2.9268 | 30 | 1.7327 |
|
63 |
+
| 1.712 | 4.0 | 41 | 1.6967 |
|
64 |
+
| 1.6874 | 4.9756 | 51 | 1.6761 |
|
65 |
+
| 1.6643 | 5.9512 | 61 | 1.6636 |
|
66 |
+
| 1.6426 | 6.9268 | 71 | 1.6565 |
|
67 |
+
| 1.6388 | 8.0 | 82 | 1.6530 |
|
68 |
+
| 1.6387 | 8.9756 | 92 | 1.6524 |
|
69 |
+
| 1.6343 | 9.7561 | 100 | 1.6524 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
70 |
|
71 |
|
72 |
### Framework versions
|
adapter_config.json
CHANGED
@@ -20,13 +20,13 @@
|
|
20 |
"rank_pattern": {},
|
21 |
"revision": null,
|
22 |
"target_modules": [
|
23 |
-
"k_proj",
|
24 |
-
"v_proj",
|
25 |
-
"gate_proj",
|
26 |
"o_proj",
|
|
|
|
|
27 |
"up_proj",
|
28 |
"q_proj",
|
29 |
-
"down_proj"
|
|
|
30 |
],
|
31 |
"task_type": "CAUSAL_LM",
|
32 |
"use_dora": false,
|
|
|
20 |
"rank_pattern": {},
|
21 |
"revision": null,
|
22 |
"target_modules": [
|
|
|
|
|
|
|
23 |
"o_proj",
|
24 |
+
"v_proj",
|
25 |
+
"k_proj",
|
26 |
"up_proj",
|
27 |
"q_proj",
|
28 |
+
"down_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:cefc889333611152b6295d43b9f9f88a837b53912f9925dbb6c9ba32a36d3978
|
3 |
size 36220744
|
runs/Sep05_16-31-17_algo-3/events.out.tfevents.1725553937.algo-3.67.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:b86dd09ff14b8d64b6248b2fc6c0748be5d15e37ec702290d7b397ab141c005a
|
3 |
+
size 10559
|
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:b5620848f36d4e7738de5f3da131ed77e839f37feb0d60549c9b53dab227a827
|
3 |
size 5240
|