pravdin commited on
Commit
d1489e0
·
verified ·
1 Parent(s): 27e2370

Upload mergekit_config.yml with huggingface_hub

Browse files
Files changed (1) hide show
  1. mergekit_config.yml +12 -0
mergekit_config.yml ADDED
@@ -0,0 +1,12 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ merge_method: linear
2
+ base_model: mistralai/Mistral-7B-Instruct-v0.3
3
+ models:
4
+ - model: NousResearch/Hermes-2-Pro-Mistral-7B
5
+ parameters:
6
+ weight: 0.3
7
+ - model: mistralai/Mistral-7B-Instruct-v0.3
8
+ parameters:
9
+ weight: 0.7
10
+ parameters:
11
+ normalize: true
12
+ dtype: float16