models: | |
- model: mistralai/Mistral-7B-Instruct-v0.2 | |
- model: NousResearch/Meta-Llama-3-8B-Instruct | |
merge_method: slerp | |
base_model: mistralai/Mistral-7B-Instruct-v0.2 | |
parameters: | |
t: | |
- filter: self_attn | |
value: [0, 0.5, 0.5, 0.5, 1] | |
- filter: mlp | |
value: [1, 0.5, 0.5, 0.5, 0] | |
- value: 0.5 | |
dtype: bfloat16 | |