Update README.md
Browse files
README.md
CHANGED
@@ -5,7 +5,40 @@ tags:
|
|
5 |
- merge
|
6 |
|
7 |
---
|
8 |
-
#
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
9 |
|
10 |
This is a merge of pre-trained language models created using [mergekit](https://github.com/cg123/mergekit).
|
11 |
|
|
|
5 |
- merge
|
6 |
|
7 |
---
|
8 |
+
# Sloppier-Wingman-Alternative-8x7B-hf
|
9 |
+
|
10 |
+
![Sloppier-Nasty-Wingman](https://files.catbox.moe/i2aigj.png)
|
11 |
+
|
12 |
+
Alternative to [rAIfle/Sloppy-Wingman-8x7B-hf](https://huggingface.co/rAIfle/Sloppy-Wingman-8x7B-hf).
|
13 |
+
|
14 |
+
```yaml
|
15 |
+
models:
|
16 |
+
- model: mistralai/Mixtral-8x7B-v0.1+retrieval-bar/Mixtral-8x7B-v0.1_case-briefs
|
17 |
+
parameters:
|
18 |
+
weight: 0.33
|
19 |
+
- model: mistralai/Mixtral-8x7B-v0.1+wandb/Mixtral-8x7b-Remixtral
|
20 |
+
parameters:
|
21 |
+
weight: 0.33
|
22 |
+
merge_method: task_arithmetic
|
23 |
+
base_model: mistralai/Mixtral-8x7B-v0.1
|
24 |
+
dtype: float16
|
25 |
+
```
|
26 |
+
and
|
27 |
+
```yaml
|
28 |
+
models:
|
29 |
+
- model: mistralai/Mixtral-8x7B-Instruct-v0.1+/ai/LLM/tmp/pefts/daybreak-peft/mixtral-8x7b
|
30 |
+
parameters:
|
31 |
+
weight: 0.85
|
32 |
+
- model: mistralai/Mixtral-8x7B-Instruct-v0.1+SeanWu25/Mixtral_8x7b_Medicine
|
33 |
+
parameters:
|
34 |
+
weight: 0.33
|
35 |
+
- model: notstoic/Nous-Hermes-2-Mixtruct-v0.1-8x7B-DPO-DARE_TIES
|
36 |
+
parameters:
|
37 |
+
weight: 0.25
|
38 |
+
merge_method: task_arithmetic
|
39 |
+
base_model: mistralai/Mixtral-8x7B-Instruct-v0.1
|
40 |
+
dtype: float16
|
41 |
+
```
|
42 |
|
43 |
This is a merge of pre-trained language models created using [mergekit](https://github.com/cg123/mergekit).
|
44 |
|