Upload mergekit-config_step2.yml with huggingface_hub
Browse files- mergekit-config_step2.yml +10 -0
mergekit-config_step2.yml
ADDED
@@ -0,0 +1,10 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
merge_method: linear
|
2 |
+
base_model: ../step1-20B
|
3 |
+
models:
|
4 |
+
- model: ../step1-20B
|
5 |
+
parameters:
|
6 |
+
weight: 0.5
|
7 |
+
- model: ../cetacean-20B
|
8 |
+
parameters:
|
9 |
+
weight: 0.5
|
10 |
+
dtype: float16
|