DeepDream2045
commited on
Commit
•
b005d28
1
Parent(s):
1b1b899
End of training
Browse files- README.md +3 -3
- adapter_config.json +4 -4
- 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-1B](https://huggingface.co/unsloth/Llama-3.2-1B) on the None dataset.
|
104 |
It achieves the following results on the evaluation set:
|
105 |
-
- Loss: 0.
|
106 |
|
107 |
## Model description
|
108 |
|
@@ -140,8 +140,8 @@ The following hyperparameters were used during training:
|
|
140 |
| Training Loss | Epoch | Step | Validation Loss |
|
141 |
|:-------------:|:------:|:----:|:---------------:|
|
142 |
| 5.3734 | 0.0229 | 1 | 5.7448 |
|
143 |
-
| 0.
|
144 |
-
| 0.
|
145 |
|
146 |
|
147 |
### Framework versions
|
|
|
102 |
|
103 |
This model is a fine-tuned version of [unsloth/Llama-3.2-1B](https://huggingface.co/unsloth/Llama-3.2-1B) on the None dataset.
|
104 |
It achieves the following results on the evaluation set:
|
105 |
+
- Loss: 0.4895
|
106 |
|
107 |
## Model description
|
108 |
|
|
|
140 |
| Training Loss | Epoch | Step | Validation Loss |
|
141 |
|:-------------:|:------:|:----:|:---------------:|
|
142 |
| 5.3734 | 0.0229 | 1 | 5.7448 |
|
143 |
+
| 0.4731 | 0.5731 | 25 | 0.5357 |
|
144 |
+
| 0.3817 | 1.1461 | 50 | 0.4895 |
|
145 |
|
146 |
|
147 |
### Framework versions
|
adapter_config.json
CHANGED
@@ -20,13 +20,13 @@
|
|
20 |
"rank_pattern": {},
|
21 |
"revision": null,
|
22 |
"target_modules": [
|
23 |
-
"down_proj",
|
24 |
"up_proj",
|
25 |
-
"v_proj",
|
26 |
-
"o_proj",
|
27 |
"q_proj",
|
|
|
28 |
"k_proj",
|
29 |
-
"
|
|
|
|
|
30 |
],
|
31 |
"task_type": "CAUSAL_LM",
|
32 |
"use_dora": false,
|
|
|
20 |
"rank_pattern": {},
|
21 |
"revision": null,
|
22 |
"target_modules": [
|
|
|
23 |
"up_proj",
|
|
|
|
|
24 |
"q_proj",
|
25 |
+
"o_proj",
|
26 |
"k_proj",
|
27 |
+
"v_proj",
|
28 |
+
"gate_proj",
|
29 |
+
"down_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 90258378
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:6950bd54face645cafead78d4484b20406beb54b9655867fe698c487dc20db05
|
3 |
size 90258378
|
adapter_model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 90207248
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:98272708b6bbcbd3897853bb6762aa8f8e39c8e5beb8ad70dd3a41f8cd0fa629
|
3 |
size 90207248
|
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:1d76f26d77bea81bf37439ed33d8fcf7a5fb5304d81c23c42d88d1d67e1cebef
|
3 |
size 6776
|