knifeayumu commited on
Commit
5542545
1 Parent(s): 34713e3

Update mergekit_config.yml

Browse files
Files changed (1) hide show
  1. mergekit_config.yml +9 -9
mergekit_config.yml CHANGED
@@ -1,10 +1,10 @@
1
- models:
2
- - model: G:/AI-TextGen/text-generation-webui/models/Mistral-Small-Instruct-2409
3
- parameters:
4
- weight: 0.5
5
- - model: G:/AI-TextGen/text-generation-webui/models/Cydonia-22B-v1.1
6
- parameters:
7
- weight: 0.5
8
- merge_method: task_arithmetic
9
- base_model: G:/AI-TextGen/text-generation-webui/models/Mistral-Small-Instruct-2409
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