This is an optimized merge of pre-trained language models created using
mergekit, successfully reducing the original 7B models to approximately 3B parameters while maintaining core capabilities.
I'm David Soeiro-Vuong, a third-year Computer Science student working as an apprentice at TW3 Partners, a company specialized in Generative AI. Passionate about artificial intelligence and language models optimization, I focus on creating efficient model merges that balance performance and resource usage.
This model was merged using the
SLERP merge method with specific optimizations:
1base_model: OpenPipe/mistral-ft-optimized-1218
2dtype: bfloat16
3merge_method: slerp
4parameters:
5 t:
6 - filter: self_attn
7 value: [0.0, 0.5]
8 - filter: mlp
9 value: [1.0, 0.5]
10 - value: 0.5
11slices:
12- sources:
13 - layer_range: [0, 12]
14 model: OpenPipe/mistral-ft-optimized-1218
15 - layer_range: [0, 12]
16 model: mlabonne/NeuralHermes-2.5-Mistral-7B