End of training
Browse files- README.md +2 -2
- adapter_config.json +5 -5
- adapter_model.bin +1 -1
- adapter_model.safetensors +1 -1
- training_args.bin +1 -1
README.md
CHANGED
@@ -102,7 +102,7 @@ xformers_attention: true
|
|
102 |
|
103 |
This model is a fine-tuned version of [unsloth/Llama-3.2-3B](https://huggingface.co/unsloth/Llama-3.2-3B) on the None dataset.
|
104 |
It achieves the following results on the evaluation set:
|
105 |
-
- Loss: 1.
|
106 |
|
107 |
## Model description
|
108 |
|
@@ -134,7 +134,7 @@ The following hyperparameters were used during training:
|
|
134 |
|
135 |
| Training Loss | Epoch | Step | Validation Loss |
|
136 |
|:-------------:|:------:|:----:|:---------------:|
|
137 |
-
| 1.
|
138 |
|
139 |
|
140 |
### Framework versions
|
|
|
102 |
|
103 |
This model is a fine-tuned version of [unsloth/Llama-3.2-3B](https://huggingface.co/unsloth/Llama-3.2-3B) on the None dataset.
|
104 |
It achieves the following results on the evaluation set:
|
105 |
+
- Loss: 1.1764
|
106 |
|
107 |
## Model description
|
108 |
|
|
|
134 |
|
135 |
| Training Loss | Epoch | Step | Validation Loss |
|
136 |
|:-------------:|:------:|:----:|:---------------:|
|
137 |
+
| 1.3164 | 0.0011 | 10 | 1.1764 |
|
138 |
|
139 |
|
140 |
### Framework versions
|
adapter_config.json
CHANGED
@@ -20,13 +20,13 @@
|
|
20 |
"rank_pattern": {},
|
21 |
"revision": null,
|
22 |
"target_modules": [
|
23 |
-
"gate_proj",
|
24 |
-
"down_proj",
|
25 |
-
"k_proj",
|
26 |
"o_proj",
|
|
|
27 |
"q_proj",
|
28 |
-
"
|
29 |
-
"
|
|
|
|
|
30 |
],
|
31 |
"task_type": "CAUSAL_LM",
|
32 |
"use_dora": false,
|
|
|
20 |
"rank_pattern": {},
|
21 |
"revision": null,
|
22 |
"target_modules": [
|
|
|
|
|
|
|
23 |
"o_proj",
|
24 |
+
"up_proj",
|
25 |
"q_proj",
|
26 |
+
"k_proj",
|
27 |
+
"down_proj",
|
28 |
+
"gate_proj",
|
29 |
+
"v_proj"
|
30 |
],
|
31 |
"task_type": "CAUSAL_LM",
|
32 |
"use_dora": false,
|
adapter_model.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 97396522
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:c363ff0512d2654df3ea87ee777dbf07ab91730ca365c25bba1715fcda70b37d
|
3 |
size 97396522
|
adapter_model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 97307544
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:def0266e56333726d359a5651cf5450c0ff3a774a60c4a931c280c30454fadab
|
3 |
size 97307544
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 6776
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:749efc509d8d30615bd8fb798806d8e8ebb8ea0a5cd893c2db737a180347ff9f
|
3 |
size 6776
|