R2aillc/mixtral-8x7bi-ffiec-finetuned
Browse files- README.md +26 -26
- adapter_config.json +5 -5
- adapter_model.safetensors +1 -1
- training_args.bin +2 -2
README.md
CHANGED
@@ -20,7 +20,7 @@ should probably proofread and complete it, then remove this comment. -->
|
|
20 |
|
21 |
This model is a fine-tuned version of [mistralai/Mixtral-8x7B-Instruct-v0.1](https://huggingface.co/mistralai/Mixtral-8x7B-Instruct-v0.1) on the generator dataset.
|
22 |
It achieves the following results on the evaluation set:
|
23 |
-
- Loss: 0.
|
24 |
|
25 |
## Model description
|
26 |
|
@@ -52,31 +52,31 @@ The following hyperparameters were used during training:
|
|
52 |
|
53 |
| Training Loss | Epoch | Step | Validation Loss |
|
54 |
|:-------------:|:-----:|:----:|:---------------:|
|
55 |
-
|
|
56 |
-
|
|
57 |
-
| 1.
|
58 |
-
| 1.
|
59 |
-
| 1.
|
60 |
-
| 1.
|
61 |
-
| 1.
|
62 |
-
|
|
63 |
-
|
|
64 |
-
| 0.
|
65 |
-
| 0.
|
66 |
-
| 0.
|
67 |
-
| 0.
|
68 |
-
| 0.
|
69 |
-
| 0.
|
70 |
-
| 0.
|
71 |
-
| 0.
|
72 |
-
| 0.
|
73 |
-
| 0.
|
74 |
-
| 0.
|
75 |
-
| 0.
|
76 |
-
| 0.
|
77 |
-
| 0.
|
78 |
-
| 0.
|
79 |
-
| 0.
|
80 |
|
81 |
|
82 |
### Framework versions
|
|
|
20 |
|
21 |
This model is a fine-tuned version of [mistralai/Mixtral-8x7B-Instruct-v0.1](https://huggingface.co/mistralai/Mixtral-8x7B-Instruct-v0.1) on the generator dataset.
|
22 |
It achieves the following results on the evaluation set:
|
23 |
+
- Loss: 0.7671
|
24 |
|
25 |
## Model description
|
26 |
|
|
|
52 |
|
53 |
| Training Loss | Epoch | Step | Validation Loss |
|
54 |
|:-------------:|:-----:|:----:|:---------------:|
|
55 |
+
| 3.0101 | 1.0 | 18 | 2.1741 |
|
56 |
+
| 2.1612 | 2.0 | 36 | 1.5962 |
|
57 |
+
| 1.6591 | 3.0 | 54 | 1.4202 |
|
58 |
+
| 1.4985 | 4.0 | 72 | 1.3035 |
|
59 |
+
| 1.3585 | 5.0 | 90 | 1.1977 |
|
60 |
+
| 1.294 | 6.0 | 108 | 1.0993 |
|
61 |
+
| 1.1823 | 7.0 | 126 | 1.0139 |
|
62 |
+
| 1.0983 | 8.0 | 144 | 0.9641 |
|
63 |
+
| 1.0371 | 9.0 | 162 | 0.9293 |
|
64 |
+
| 0.9868 | 10.0 | 180 | 0.8961 |
|
65 |
+
| 0.9535 | 11.0 | 198 | 0.8655 |
|
66 |
+
| 0.9259 | 12.0 | 216 | 0.8358 |
|
67 |
+
| 0.882 | 13.0 | 234 | 0.8067 |
|
68 |
+
| 0.8472 | 14.0 | 252 | 0.7938 |
|
69 |
+
| 0.8484 | 15.0 | 270 | 0.7872 |
|
70 |
+
| 0.8215 | 16.0 | 288 | 0.7826 |
|
71 |
+
| 0.8167 | 17.0 | 306 | 0.7779 |
|
72 |
+
| 0.8199 | 18.0 | 324 | 0.7751 |
|
73 |
+
| 0.8042 | 19.0 | 342 | 0.7730 |
|
74 |
+
| 0.8186 | 20.0 | 360 | 0.7710 |
|
75 |
+
| 0.794 | 21.0 | 378 | 0.7698 |
|
76 |
+
| 0.7958 | 22.0 | 396 | 0.7685 |
|
77 |
+
| 0.7858 | 23.0 | 414 | 0.7677 |
|
78 |
+
| 0.7857 | 24.0 | 432 | 0.7671 |
|
79 |
+
| 0.7843 | 25.0 | 450 | 0.7671 |
|
80 |
|
81 |
|
82 |
### Framework versions
|
adapter_config.json
CHANGED
@@ -19,14 +19,14 @@
|
|
19 |
"rank_pattern": {},
|
20 |
"revision": null,
|
21 |
"target_modules": [
|
|
|
|
|
22 |
"q_proj",
|
|
|
|
|
23 |
"up_proj",
|
24 |
"v_proj",
|
25 |
-
"
|
26 |
-
"lm_head",
|
27 |
-
"k_proj",
|
28 |
-
"down_proj",
|
29 |
-
"o_proj"
|
30 |
],
|
31 |
"task_type": "CAUSAL_LM"
|
32 |
}
|
|
|
19 |
"rank_pattern": {},
|
20 |
"revision": null,
|
21 |
"target_modules": [
|
22 |
+
"k_proj",
|
23 |
+
"down_proj",
|
24 |
"q_proj",
|
25 |
+
"gate_proj",
|
26 |
+
"o_proj",
|
27 |
"up_proj",
|
28 |
"v_proj",
|
29 |
+
"lm_head"
|
|
|
|
|
|
|
|
|
30 |
],
|
31 |
"task_type": "CAUSAL_LM"
|
32 |
}
|
adapter_model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 751667752
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ce233a3572c72f9aa4d5d56052f8efb4341f16756cefe74df9371af6e3456388
|
3 |
size 751667752
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:511ab54ce8eea56fc125463bf9a1c308882f819f5a367c15e6a14f094b2ae779
|
3 |
+
size 4728
|