pravdin commited on
Commit
f961978
1 Parent(s): 595c23f

Upload mergekit_config.yml with huggingface_hub

Browse files
Files changed (1) hide show
  1. mergekit_config.yml +11 -0
mergekit_config.yml ADDED
@@ -0,0 +1,11 @@
 
 
 
 
 
 
 
 
 
 
 
 
1
+ models:
2
+ - model: mistralai/Mistral-Nemo-Instruct-2407
3
+ parameters:
4
+ weight: 0.6
5
+ - model: mistralai/Mistral-Nemo-Base-2407
6
+ parameters:
7
+ weight: 0.4
8
+ merge_method: linear
9
+ parameters:
10
+ normalize: true
11
+ dtype: float16