File size: 461 Bytes
6701cf9 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 |
slices:
- sources:
- model: mobiuslabsgmbh/Llama-3.1-8b-instruct_4bitgs64_hqq_calib
layer_range: [0, 31]
- model: VAGOsolutions/Llama-3.1-SauerkrautLM-8b-Instruct
layer_range: [0, 31]
merge_method: ties
base_model: mobiuslabsgmbh/Llama-3.1-8b-instruct_4bitgs64_hqq_calib
parameters:
t:
- filter: self_attn
value: [0, 0.5, 0.3, 0.7, 1]
- filter: mlp
value: [1, 0.5, 0.7, 0.3, 0]
- value: 0.5
dtype: float16 |