SmolLM-360M-Instruct_fsdp_qlora_nf4_adapter
Browse files- README.md +21 -21
- adapter_config.json +5 -5
- adapter_model.safetensors +1 -1
- runs/Sep04_11-56-07_algo-1/events.out.tfevents.1725450982.algo-1.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 |
|
@@ -57,26 +57,26 @@ The following hyperparameters were used during training:
|
|
57 |
|
58 |
| Training Loss | Epoch | Step | Validation Loss |
|
59 |
|:-------------:|:-------:|:----:|:---------------:|
|
60 |
-
| 2.
|
61 |
-
| 2.
|
62 |
-
| 2.
|
63 |
-
| 1.
|
64 |
-
| 1.
|
65 |
-
| 1.
|
66 |
-
| 1.
|
67 |
-
| 1.
|
68 |
-
| 1.
|
69 |
-
| 1.
|
70 |
-
| 1.
|
71 |
-
| 1.
|
72 |
-
| 1.
|
73 |
-
| 1.
|
74 |
-
| 1.
|
75 |
-
| 1.
|
76 |
-
| 1.
|
77 |
-
| 1.
|
78 |
-
| 1.
|
79 |
-
| 1.
|
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.8076
|
24 |
|
25 |
## Model description
|
26 |
|
|
|
57 |
|
58 |
| Training Loss | Epoch | Step | Validation Loss |
|
59 |
|:-------------:|:-------:|:----:|:---------------:|
|
60 |
+
| 2.2932 | 0.9524 | 10 | 2.1445 |
|
61 |
+
| 2.105 | 2.0 | 21 | 2.0315 |
|
62 |
+
| 2.017 | 2.9524 | 31 | 1.9665 |
|
63 |
+
| 1.9535 | 4.0 | 42 | 1.9197 |
|
64 |
+
| 1.9104 | 4.9524 | 52 | 1.8906 |
|
65 |
+
| 1.888 | 6.0 | 63 | 1.8669 |
|
66 |
+
| 1.8552 | 6.9524 | 73 | 1.8511 |
|
67 |
+
| 1.8491 | 8.0 | 84 | 1.8384 |
|
68 |
+
| 1.8228 | 8.9524 | 94 | 1.8296 |
|
69 |
+
| 1.8198 | 10.0 | 105 | 1.8224 |
|
70 |
+
| 1.8073 | 10.9524 | 115 | 1.8173 |
|
71 |
+
| 1.7958 | 12.0 | 126 | 1.8131 |
|
72 |
+
| 1.7958 | 12.9524 | 136 | 1.8106 |
|
73 |
+
| 1.792 | 14.0 | 147 | 1.8088 |
|
74 |
+
| 1.7843 | 14.9524 | 157 | 1.8080 |
|
75 |
+
| 1.7873 | 16.0 | 168 | 1.8077 |
|
76 |
+
| 1.7848 | 16.9524 | 178 | 1.8077 |
|
77 |
+
| 1.7837 | 18.0 | 189 | 1.8076 |
|
78 |
+
| 1.7828 | 18.9524 | 199 | 1.8076 |
|
79 |
+
| 1.7827 | 19.0476 | 200 | 1.8076 |
|
80 |
|
81 |
|
82 |
### Framework versions
|
adapter_config.json
CHANGED
@@ -20,13 +20,13 @@
|
|
20 |
"rank_pattern": {},
|
21 |
"revision": null,
|
22 |
"target_modules": [
|
23 |
-
"down_proj",
|
24 |
-
"q_proj",
|
25 |
-
"k_proj",
|
26 |
-
"up_proj",
|
27 |
"v_proj",
|
|
|
28 |
"gate_proj",
|
29 |
-
"
|
|
|
|
|
|
|
30 |
],
|
31 |
"task_type": "CAUSAL_LM",
|
32 |
"use_dora": false,
|
|
|
20 |
"rank_pattern": {},
|
21 |
"revision": null,
|
22 |
"target_modules": [
|
|
|
|
|
|
|
|
|
23 |
"v_proj",
|
24 |
+
"q_proj",
|
25 |
"gate_proj",
|
26 |
+
"up_proj",
|
27 |
+
"down_proj",
|
28 |
+
"o_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:51dbf197b9a00eaeef34909e9e6e4f1c69741bb5b4d1003ddbee4ac6a6badaaf
|
3 |
size 17426248
|
runs/Sep04_11-56-07_algo-1/events.out.tfevents.1725450982.algo-1.67.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:2aa0682e612c58f7ccc10c5aa8165484911a01ba5b9688217723bc8e4c0736ea
|
3 |
+
size 15293
|
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:64ecb0ca58db99f2e515f95ef361e3a5d323e06586f6cbdb868585a6fe08b033
|
3 |
size 5240
|