knifeayumu
commited on
Commit
•
88443b7
1
Parent(s):
575f3e5
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.75
|
5 |
-
- model:
|
6 |
-
parameters:
|
7 |
-
weight: 0.25
|
8 |
-
merge_method: task_arithmetic
|
9 |
-
base_model:
|
10 |
dtype: float16
|
|
|
1 |
+
models:
|
2 |
+
- model: TheDrummer/Cydonia-22B-v1.1
|
3 |
+
parameters:
|
4 |
+
weight: 0.75
|
5 |
+
- model: mistralai/Mistral-Small-Instruct-2409
|
6 |
+
parameters:
|
7 |
+
weight: 0.25
|
8 |
+
merge_method: task_arithmetic
|
9 |
+
base_model: TheDrummer/Cydonia-22B-v1.1
|
10 |
dtype: float16
|