This is a merge of pre-trained language models created using
mergekit.
This model was merged using the SLERP merge method.
1slices:
2 - sources:
3 - model: mistralai/Mistral-Small-Instruct-2409
4 layer_range: [0, 40]
5 - model: mistralai/Codestral-22B-v0.1
6 layer_range: [0, 40]
7# or, the equivalent models: syntax:
8# models:
9# - model: mistralai/Mistral-Small-Instruct-2409
10# - model: mistralai/Codestral-22B-v0.1
11merge_method: slerp
12base_model: mistralai/Mistral-Small-Instruct-2409
13parameters:
14 t:
15 - filter: self_attn
16 value: [0, 0.5, 0.3, 0.7, 1]
17 - filter: mlp
18 value: [1, 0.5, 0.7, 0.3, 0]
19 - value: 0.5 # fallback for rest of tensors
20dtype: float16
21