pravdin commited on
Commit
e9f6459
1 Parent(s): 2cb3aca

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: nvidia/Llama3-ChatQA-1.5-8B
3
+ parameters:
4
+ weight: 0.5
5
+ - model: shenzhi-wang/Llama3-8B-Chinese-Chat
6
+ parameters:
7
+ weight: 0.5
8
+ merge_method: linear
9
+ parameters:
10
+ normalize: true
11
+ dtype: float16