Upload mergekit_config.yml with huggingface_hub
Browse files- 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
|