julien-c HF staff commited on
Commit
7f151d5
1 Parent(s): 7cf50f4

Create mergekit_config.yml

Browse files
Files changed (1) hide show
  1. mergekit_config.yml +9 -0
mergekit_config.yml ADDED
@@ -0,0 +1,9 @@
 
 
 
 
 
 
 
 
 
 
1
+ models:
2
+ - model: mistralai/Mistral-7B-Instruct-v0.2
3
+ parameters:
4
+ weight: 1.0
5
+ - model: NeuralNovel/Mistral-7B-Instruct-v0.2-Neural-Story
6
+ parameters:
7
+ weight: 0.75
8
+ merge_method: linear
9
+ dtype: float16