Views
No views yet
Mistral-Merge-7B-slerp is a merged model which leverages the spherical linear interpolation (SLERP) technique to blend layers from two distinct transformer-based models. This merging strategy is aimed at synthesizing a model that incorporates the robust linguistic capabilities of OpenPipe/mistral-ft-optimized-1218 and the nuanced understanding of mlabonne/NeuralHermes-2.5-Mistral-7B.1slices:
2 - sources:
3 - model: OpenPipe/mistral-ft-optimized-1218
4 layer_range: [0, 32]
5 - model: mlabonne/NeuralHermes-2.5-Mistral-7B
6 layer_range: [0, 32]
7merge_method: slerp
8base_model: OpenPipe/mistral-ft-optimized-1218
9parameters:
10 t:
11 - filter: self_attn
12 value: [0, 0.5, 0.3, 0.7, 1]
13 - filter: mlp
14 value: [1, 0.5, 0.7, 0.3, 0]
15 - value: 0.5
16dtype: bfloat16