SmolLM-360M-Instruct_fsdp_qlora_nf4_adapter
Browse files- README.md +14 -24
- adapter_config.json +4 -4
- adapter_model.safetensors +1 -1
- runs/Sep05_16-00-30_algo-2/events.out.tfevents.1725552045.algo-2.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-360M-Instruct](https://huggingface.co/HuggingFaceTB/SmolLM-360M-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 |
-
| 2.
|
62 |
-
| 2.
|
63 |
-
| 1.
|
64 |
-
| 1.
|
65 |
-
| 1.
|
66 |
-
| 1.
|
67 |
-
| 1.
|
68 |
-
| 1.
|
69 |
-
| 1.
|
70 |
-
| 1.8074 | 10.9524 | 115 | 1.8172 |
|
71 |
-
| 1.7958 | 12.0 | 126 | 1.8130 |
|
72 |
-
| 1.7958 | 12.9524 | 136 | 1.8105 |
|
73 |
-
| 1.792 | 14.0 | 147 | 1.8088 |
|
74 |
-
| 1.7843 | 14.9524 | 157 | 1.8079 |
|
75 |
-
| 1.7873 | 16.0 | 168 | 1.8077 |
|
76 |
-
| 1.7848 | 16.9524 | 178 | 1.8076 |
|
77 |
-
| 1.7836 | 18.0 | 189 | 1.8075 |
|
78 |
-
| 1.7828 | 18.9524 | 199 | 1.8075 |
|
79 |
-
| 1.7827 | 19.0476 | 200 | 1.8076 |
|
80 |
|
81 |
|
82 |
### Framework versions
|
|
|
20 |
|
21 |
This model is a fine-tuned version of [HuggingFaceTB/SmolLM-360M-Instruct](https://huggingface.co/HuggingFaceTB/SmolLM-360M-Instruct) on the generator dataset.
|
22 |
It achieves the following results on the evaluation set:
|
23 |
+
- Loss: 1.8760
|
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.2721 | 0.9756 | 10 | 2.1262 |
|
61 |
+
| 2.0927 | 1.9512 | 20 | 2.0278 |
|
62 |
+
| 2.0071 | 2.9268 | 30 | 1.9690 |
|
63 |
+
| 1.9512 | 4.0 | 41 | 1.9282 |
|
64 |
+
| 1.9247 | 4.9756 | 51 | 1.9045 |
|
65 |
+
| 1.9024 | 5.9512 | 61 | 1.8897 |
|
66 |
+
| 1.88 | 6.9268 | 71 | 1.8809 |
|
67 |
+
| 1.8788 | 8.0 | 82 | 1.8767 |
|
68 |
+
| 1.8763 | 8.9756 | 92 | 1.8760 |
|
69 |
+
| 1.8735 | 9.7561 | 100 | 1.8760 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
70 |
|
71 |
|
72 |
### Framework versions
|
adapter_config.json
CHANGED
@@ -20,13 +20,13 @@
|
|
20 |
"rank_pattern": {},
|
21 |
"revision": null,
|
22 |
"target_modules": [
|
|
|
23 |
"gate_proj",
|
|
|
24 |
"v_proj",
|
25 |
-
"up_proj",
|
26 |
-
"k_proj",
|
27 |
"o_proj",
|
28 |
-
"
|
29 |
-
"
|
30 |
],
|
31 |
"task_type": "CAUSAL_LM",
|
32 |
"use_dora": false,
|
|
|
20 |
"rank_pattern": {},
|
21 |
"revision": null,
|
22 |
"target_modules": [
|
23 |
+
"down_proj",
|
24 |
"gate_proj",
|
25 |
+
"q_proj",
|
26 |
"v_proj",
|
|
|
|
|
27 |
"o_proj",
|
28 |
+
"up_proj",
|
29 |
+
"k_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 17426248
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:eb6ff95bec0ba4f501f9be4f015052c2a19df510752c26d3b8aa3e1549c4eb93
|
3 |
size 17426248
|
runs/Sep05_16-00-30_algo-2/events.out.tfevents.1725552045.algo-2.67.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:3a5f95ff282bf5ce772aacb681b12e813397d4eac348bc6030a8efd7b3d408f6
|
3 |
+
size 10485
|
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:3c32b70cee7bf7d12100258a03ad31e8b4c5d465fff43ba84de0d43a727954a4
|
3 |
size 5240
|