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: mistralai/Mistral-Nemo-Instruct-2407
|
3 |
+
parameters:
|
4 |
+
weight: 0.6
|
5 |
+
- model: mistralai/Mistral-Nemo-Base-2407
|
6 |
+
parameters:
|
7 |
+
weight: 0.4
|
8 |
+
merge_method: linear
|
9 |
+
parameters:
|
10 |
+
normalize: true
|
11 |
+
dtype: float16
|