DeepDream2045
commited on
Commit
•
119a637
1
Parent(s):
a381580
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
@@ -103,7 +103,7 @@ xformers_attention: true
|
|
103 |
|
104 |
This model is a fine-tuned version of [unsloth/llama-3-8b-Instruct](https://huggingface.co/unsloth/llama-3-8b-Instruct) on the None dataset.
|
105 |
It achieves the following results on the evaluation set:
|
106 |
-
- Loss: 0.
|
107 |
|
108 |
## Model description
|
109 |
|
@@ -141,8 +141,8 @@ The following hyperparameters were used during training:
|
|
141 |
| Training Loss | Epoch | Step | Validation Loss |
|
142 |
|:-------------:|:------:|:----:|:---------------:|
|
143 |
| 4.4381 | 0.0045 | 1 | 5.9517 |
|
144 |
-
| 1.
|
145 |
-
| 1.
|
146 |
|
147 |
|
148 |
### Framework versions
|
|
|
103 |
|
104 |
This model is a fine-tuned version of [unsloth/llama-3-8b-Instruct](https://huggingface.co/unsloth/llama-3-8b-Instruct) on the None dataset.
|
105 |
It achieves the following results on the evaluation set:
|
106 |
+
- Loss: 0.4736
|
107 |
|
108 |
## Model description
|
109 |
|
|
|
141 |
| Training Loss | Epoch | Step | Validation Loss |
|
142 |
|:-------------:|:------:|:----:|:---------------:|
|
143 |
| 4.4381 | 0.0045 | 1 | 5.9517 |
|
144 |
+
| 1.2577 | 0.1130 | 25 | 0.5865 |
|
145 |
+
| 1.1515 | 0.2260 | 50 | 0.4736 |
|
146 |
|
147 |
|
148 |
### 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 |
-
"down_proj",
|
26 |
"q_proj",
|
27 |
-
"k_proj",
|
28 |
"up_proj",
|
29 |
-
"o_proj"
|
|
|
|
|
|
|
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 |
"up_proj",
|
26 |
+
"o_proj",
|
27 |
+
"gate_proj",
|
28 |
+
"k_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 335706186
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:1bc7a01a089732ad7f1ed50687f321bf0ff80804b3be2ff17729ac9872c27068
|
3 |
size 335706186
|
adapter_model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 335604696
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:612ddbfa96cf4f5d94a77303d7f648ad07c281c25d4848df4f45c5d7deb33bea
|
3 |
size 335604696
|
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:b0afb748b58c0b9ce3e85a2547829320a38677356c8a89e965a722aa1104d447
|
3 |
size 6776
|