Create mergekit_config.yml
Browse files- mergekit_config.yml +16 -0
mergekit_config.yml
ADDED
|
@@ -0,0 +1,16 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
slices:
|
| 2 |
+
- sources:
|
| 3 |
+
- model: fblgit/miniclaus-qw1.5B-UNAMGS
|
| 4 |
+
layer_range: [0, 28] # Adjust based on layer compatibility and model size
|
| 5 |
+
- model: Goekdeniz-Guelmez/Josiefied-Qwen2.5-1.5B-Instruct-abliterated-v1
|
| 6 |
+
layer_range: [0, 28]
|
| 7 |
+
merge_method: slerp
|
| 8 |
+
base_model: fblgit/miniclaus-qw1.5B-UNAMGS
|
| 9 |
+
parameters:
|
| 10 |
+
t:
|
| 11 |
+
- filter: self_attn
|
| 12 |
+
value: [0, 0.25, 0.5, 0.75, 1] # Adjust based on merging strategy used for high-ranked models
|
| 13 |
+
- filter: mlp
|
| 14 |
+
value: [1, 0.75, 0.5, 0.25, 0]
|
| 15 |
+
- value: 0.65 # Overall interpolation coefficient, tuned for balance
|
| 16 |
+
dtype: bfloat16
|