Upload mergekit_config.yml with huggingface_hub
Browse files- mergekit_config.yml +12 -0
mergekit_config.yml
ADDED
@@ -0,0 +1,12 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
merge_method: linear
|
2 |
+
base_model: mistralai/Mistral-7B-Instruct-v0.3
|
3 |
+
models:
|
4 |
+
- model: NousResearch/Hermes-2-Pro-Mistral-7B
|
5 |
+
parameters:
|
6 |
+
weight: 0.3
|
7 |
+
- model: mistralai/Mistral-7B-Instruct-v0.3
|
8 |
+
parameters:
|
9 |
+
weight: 0.7
|
10 |
+
parameters:
|
11 |
+
normalize: true
|
12 |
+
dtype: float16
|