knifeayumu
commited on
Commit
•
5542545
1
Parent(s):
34713e3
Update mergekit_config.yml
Browse files- mergekit_config.yml +9 -9
mergekit_config.yml
CHANGED
@@ -1,10 +1,10 @@
|
|
1 |
-
models:
|
2 |
-
- model:
|
3 |
-
parameters:
|
4 |
-
weight: 0.5
|
5 |
-
- model:
|
6 |
-
parameters:
|
7 |
-
weight: 0.5
|
8 |
-
merge_method: task_arithmetic
|
9 |
-
base_model:
|
10 |
dtype: float16
|
|
|
1 |
+
models:
|
2 |
+
- model: mistralai/Mistral-Small-Instruct-2409
|
3 |
+
parameters:
|
4 |
+
weight: 0.5
|
5 |
+
- model: TheDrummer/Cydonia-22B-v1.1
|
6 |
+
parameters:
|
7 |
+
weight: 0.5
|
8 |
+
merge_method: task_arithmetic
|
9 |
+
base_model: mistralai/Mistral-Small-Instruct-2409
|
10 |
dtype: float16
|