Real Recipe for the Mega
Browse files- mergekit_config.yml +59 -14
mergekit_config.yml
CHANGED
@@ -1,19 +1,64 @@
|
|
|
|
1 |
base_model: TheBloke/Llama-2-13B-fp16
|
2 |
-
|
3 |
-
|
4 |
-
|
5 |
-
int8_mask: 1.0
|
6 |
-
slices:
|
7 |
-
- sources:
|
8 |
-
- layer_range: [0, 40]
|
9 |
-
model: output/EstopiaV9
|
10 |
parameters:
|
11 |
-
density: 1.0
|
12 |
weight: 1.0
|
13 |
-
-
|
14 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
15 |
parameters:
|
16 |
-
density: 0.3
|
17 |
weight: 0.05
|
18 |
-
-
|
19 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
merge_method: task_arithmetic
|
2 |
base_model: TheBloke/Llama-2-13B-fp16
|
3 |
+
models:
|
4 |
+
- model: TheBloke/Llama-2-13B-fp16
|
5 |
+
- model: Undi95/UtopiaXL-13B
|
|
|
|
|
|
|
|
|
|
|
6 |
parameters:
|
|
|
7 |
weight: 1.0
|
8 |
+
- model: Doctor-Shotgun/cat-v1.0-13b
|
9 |
+
parameters:
|
10 |
+
weight: 0.02
|
11 |
+
- model: PygmalionAI/mythalion-13b
|
12 |
+
parameters:
|
13 |
+
weight: 0.10
|
14 |
+
- model: Undi95/Emerhyst-13B
|
15 |
+
parameters:
|
16 |
+
weight: 0.05
|
17 |
+
- model: CalderaAI/13B-Thorns-l2
|
18 |
parameters:
|
|
|
19 |
weight: 0.05
|
20 |
+
- model: KoboldAI/LLaMA2-13B-Tiefighter
|
21 |
+
parameters:
|
22 |
+
weight: 0.20
|
23 |
+
dtype: float16
|
24 |
+
name: EstopiaV9
|
25 |
+
---
|
26 |
+
merge_method: task_arithmetic
|
27 |
+
base_model: TheBloke/Llama-2-13B-fp16
|
28 |
+
models:
|
29 |
+
- model: TheBloke/Llama-2-13B-fp16
|
30 |
+
- model: Undi95/UtopiaXL-13B
|
31 |
+
parameters:
|
32 |
+
weight: 1.0
|
33 |
+
- model: Doctor-Shotgun/cat-v1.0-13b
|
34 |
+
parameters:
|
35 |
+
weight: 0.01
|
36 |
+
- model: chargoddard/rpguild-chatml-13b
|
37 |
+
parameters:
|
38 |
+
weight: 0.02
|
39 |
+
- model: PygmalionAI/mythalion-13b
|
40 |
+
parameters:
|
41 |
+
weight: 0.08
|
42 |
+
- model: CalderaAI/13B-Thorns-l2
|
43 |
+
parameters:
|
44 |
+
weight: 0.02
|
45 |
+
- model: KoboldAI/LLaMA2-13B-Tiefighter
|
46 |
+
parameters:
|
47 |
+
weight: 0.20
|
48 |
+
dtype: float16
|
49 |
+
name: EstopiaV13
|
50 |
+
---
|
51 |
+
models:
|
52 |
+
- model: EstopiaV9
|
53 |
+
parameters:
|
54 |
+
weight: 1
|
55 |
+
density: 1
|
56 |
+
- model: EstopiaV13
|
57 |
+
parameters:
|
58 |
+
weight: 0.05
|
59 |
+
density: 0.30
|
60 |
+
merge_method: dare_ties
|
61 |
+
base_model: TheBloke/Llama-2-13B-fp16
|
62 |
+
parameters:
|
63 |
+
int8_mask: true
|
64 |
+
dtype: bfloat16
|