rombodawg commited on
Commit
29bb977
·
verified ·
1 Parent(s): f397034

Update mergekit_config.yml

Browse files
Files changed (1) hide show
  1. mergekit_config.yml +13 -13
mergekit_config.yml CHANGED
@@ -1,13 +1,13 @@
1
- models:
2
- - model: E:\Open_source_ai_chatbot\OOBA-13\text-generation-webui-main\models\unsloth_Qwen2.5-1.5B-Instruct
3
- parameters:
4
- weight: 1
5
- density: 1
6
- merge_method: ties
7
- base_model: E:\Open_source_ai_chatbot\OOBA-13\text-generation-webui-main\models\unsloth_Qwen2.5-1.5B
8
- parameters:
9
- weight: 1
10
- density: 1
11
- normalize: true
12
- int8_mask: false
13
- dtype: bfloat16
 
1
+ models:
2
+ - model: Qwen2.5-1.5B-Instruct
3
+ parameters:
4
+ weight: 1
5
+ density: 1
6
+ merge_method: ties
7
+ base_model: Qwen2.5-1.5B
8
+ parameters:
9
+ weight: 1
10
+ density: 1
11
+ normalize: true
12
+ int8_mask: false
13
+ dtype: bfloat16