Upload mergekit-config.yml
Browse files- mergekit-config.yml +15 -0
mergekit-config.yml
ADDED
@@ -0,0 +1,15 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
models:
|
2 |
+
- model: ../cognitivecomputations_dolphin-2.6-mistral-7b-dpo-laser
|
3 |
+
parameters:
|
4 |
+
weight: 0.2
|
5 |
+
- model: ../KoboldAI_Mistral-7B-Holodeck-1
|
6 |
+
parameters:
|
7 |
+
weight: 0.2
|
8 |
+
- model: ../KoboldAI_Mistral-7B-Erebus-v3
|
9 |
+
parameters:
|
10 |
+
weight: 0.7
|
11 |
+
merge_method: task_arithmetic
|
12 |
+
base_model: ../cognitivecomputations_samantha-mistral-7b
|
13 |
+
|
14 |
+
dtype: float16
|
15 |
+
|