Quantization made by Richard Erkhov.
This is a experimental merge of pre-trained language models created using
mergekit.
This model was merged using the SLERP merge method.
Because both used models are, to my knowledge, the two best models when it comes to German language generation.
DiscoLM German 7B is is up to this date (01/21/2024) by far the best German model and makes far fewer grammatical errors and his German generally sounds good. But it is finetuned on Mistral V0.2 or even V0.1.
Mistral FT Optimized 1227 is much better in German than Mistral 7B V0.2 and other German fine-tuning models that make grammar errors in almost every sentence. But even that model is a good step behind DiscoLM German 7B and creates not so well formed German sentences.
The ulterior motive was now combining this two models to get a even better German model, especially for German roleplay.
1
2slices:
3 - sources:
4 - model: OpenPipe/mistral-ft-optimized-1227
5 layer_range: [0, 32]
6 - model: DiscoResearch/DiscoLM_German_7b_v1
7 layer_range: [0, 32]
8merge_method: slerp
9base_model: OpenPipe/mistral-ft-optimized-1227
10parameters:
11 t:
12 - value: [0.5, 0.9]
13dtype: bfloat16
14
15