Upload mergekit_config.yml with huggingface_hub
Browse files- mergekit_config.yml +14 -0
mergekit_config.yml
ADDED
@@ -0,0 +1,14 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
models:
|
2 |
+
- model: /mimer/NOBACKUP/groups/naiss2024-22-361/Eric_Pap/Llama-3.1-8B-Instruct
|
3 |
+
- model: /mimer/NOBACKUP/groups/naiss2024-22-201/PapInsc3/Papyllama2
|
4 |
+
parameters:
|
5 |
+
density: 1.1 # Fixed density, slightly more sparse than the original
|
6 |
+
weight: 0.6 # Fixed weight to keep the fine-tuned model's influence high
|
7 |
+
merge_method: ties
|
8 |
+
base_model: /mimer/NOBACKUP/groups/naiss2024-22-361/Eric_Pap/Llama-3.1-8B-Instruct
|
9 |
+
parameters:
|
10 |
+
normalize: true
|
11 |
+
dtype: bfloat16
|
12 |
+
|
13 |
+
|
14 |
+
|