Naphula commited on
Commit
bc3b059
·
verified ·
1 Parent(s): 6d16874

Upload mergekit_config.yml with huggingface_hub

Browse files
Files changed (1) hide show
  1. mergekit_config.yml +17 -0
mergekit_config.yml ADDED
@@ -0,0 +1,17 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ architecture: MistralForCausalLM
2
+ base_model: B:/12B/mistralai--Mistral-Nemo-Instruct-2407
3
+ models:
4
+ - model: B:/12B/LatitudeGames--Wayfarer-2-12B
5
+ parameters:
6
+ weight: 0.5
7
+ - model: B:/12B/WokeAI--Tankie-DPE-12b-SFT-v2
8
+ parameters:
9
+ weight: 0.5
10
+ merge_method: nuslerp
11
+ parameters:
12
+ nuslerp_flatten: false # Flattens tensors to treat them as high-dimensional vectors
13
+ nuslerp_row_wise: true # Set to true if you want to interpolate per-row instead of per-tensor
14
+ dtype: float32
15
+ out_dtype: bfloat16
16
+ tokenizer:
17
+ source: union