DeepDream2045
commited on
Commit
•
656500e
1
Parent(s):
d35977e
End of training
Browse files- README.md +3 -3
- adapter_config.json +3 -3
- 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/mistral-7b-v0.3](https://huggingface.co/unsloth/mistral-7b-v0.3) 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 |
| 1.103 | 0.0143 | 1 | 1.0215 |
|
143 |
-
| 0.
|
144 |
-
| 0.
|
145 |
|
146 |
|
147 |
### Framework versions
|
|
|
102 |
|
103 |
This model is a fine-tuned version of [unsloth/mistral-7b-v0.3](https://huggingface.co/unsloth/mistral-7b-v0.3) on the None dataset.
|
104 |
It achieves the following results on the evaluation set:
|
105 |
+
- Loss: 0.0959
|
106 |
|
107 |
## Model description
|
108 |
|
|
|
140 |
| Training Loss | Epoch | Step | Validation Loss |
|
141 |
|:-------------:|:------:|:----:|:---------------:|
|
142 |
| 1.103 | 0.0143 | 1 | 1.0215 |
|
143 |
+
| 0.1759 | 0.3581 | 25 | 0.1228 |
|
144 |
+
| 0.1183 | 0.7162 | 50 | 0.0959 |
|
145 |
|
146 |
|
147 |
### Framework versions
|
adapter_config.json
CHANGED
@@ -21,12 +21,12 @@
|
|
21 |
"revision": null,
|
22 |
"target_modules": [
|
23 |
"k_proj",
|
|
|
24 |
"gate_proj",
|
25 |
"q_proj",
|
26 |
-
"
|
27 |
"up_proj",
|
28 |
-
"v_proj"
|
29 |
-
"down_proj"
|
30 |
],
|
31 |
"task_type": "CAUSAL_LM",
|
32 |
"use_dora": false,
|
|
|
21 |
"revision": null,
|
22 |
"target_modules": [
|
23 |
"k_proj",
|
24 |
+
"o_proj",
|
25 |
"gate_proj",
|
26 |
"q_proj",
|
27 |
+
"down_proj",
|
28 |
"up_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 335706186
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:8745f00e8704e5bc43f0d664d2e2e2adfa5f9b19157ebe83cf57ef72d3a96429
|
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:723dc0fd63da6a0f0b2ad932f140da691037bf20f10e46cf36c1ecee2883ae04
|
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:dd9b7c798852b4ea78872275e113bb8f2ff03ff3197007bb28c49e8e7cdb9d7d
|
3 |
size 6776
|