DeepDream2045
commited on
Commit
•
83abd78
1
Parent(s):
e430d78
End of training
Browse files- README.md +3 -3
- adapter_config.json +5 -5
- adapter_model.bin +1 -1
- adapter_model.safetensors +1 -1
- training_args.bin +1 -1
README.md
CHANGED
@@ -95,7 +95,7 @@ xformers_attention: true
|
|
95 |
|
96 |
This model is a fine-tuned version of [jhflow/mistral7b-lora-multi-turn-v2](https://huggingface.co/jhflow/mistral7b-lora-multi-turn-v2) on the None dataset.
|
97 |
It achieves the following results on the evaluation set:
|
98 |
-
- Loss: 2.
|
99 |
|
100 |
## Model description
|
101 |
|
@@ -133,8 +133,8 @@ The following hyperparameters were used during training:
|
|
133 |
| Training Loss | Epoch | Step | Validation Loss |
|
134 |
|:-------------:|:------:|:----:|:---------------:|
|
135 |
| 1.8825 | 0.0031 | 1 | 2.3788 |
|
136 |
-
| 2.
|
137 |
-
| 2.
|
138 |
|
139 |
|
140 |
### Framework versions
|
|
|
95 |
|
96 |
This model is a fine-tuned version of [jhflow/mistral7b-lora-multi-turn-v2](https://huggingface.co/jhflow/mistral7b-lora-multi-turn-v2) on the None dataset.
|
97 |
It achieves the following results on the evaluation set:
|
98 |
+
- Loss: 2.0884
|
99 |
|
100 |
## Model description
|
101 |
|
|
|
133 |
| Training Loss | Epoch | Step | Validation Loss |
|
134 |
|:-------------:|:------:|:----:|:---------------:|
|
135 |
| 1.8825 | 0.0031 | 1 | 2.3788 |
|
136 |
+
| 2.2213 | 0.0766 | 25 | 2.1134 |
|
137 |
+
| 2.0582 | 0.1533 | 50 | 2.0884 |
|
138 |
|
139 |
|
140 |
### Framework versions
|
adapter_config.json
CHANGED
@@ -20,13 +20,13 @@
|
|
20 |
"rank_pattern": {},
|
21 |
"revision": null,
|
22 |
"target_modules": [
|
23 |
-
"
|
24 |
-
"q_proj",
|
25 |
"up_proj",
|
26 |
-
"
|
27 |
"gate_proj",
|
28 |
-
"
|
29 |
-
"
|
|
|
30 |
],
|
31 |
"task_type": "CAUSAL_LM",
|
32 |
"use_dora": false,
|
|
|
20 |
"rank_pattern": {},
|
21 |
"revision": null,
|
22 |
"target_modules": [
|
23 |
+
"v_proj",
|
|
|
24 |
"up_proj",
|
25 |
+
"k_proj",
|
26 |
"gate_proj",
|
27 |
+
"down_proj",
|
28 |
+
"q_proj",
|
29 |
+
"o_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:d392f243ecf109170111a71b7dd47729653755bac555890c6edd01a356e0b569
|
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:57c84eeeff235235a4a863df3f19b945a27ae19cebb81e2291b8e0881cd54c2d
|
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:1baeee59f7debef1f8d94258da455d503cad8cc40f091043441d3366e0216a96
|
3 |
size 6776
|