This is a merge of pre-trained language models created using
mergekit.
This model was merged using the
TIES merge method using
mistralai/Mistral-7B-v0.1 as a base.
1models:
2 - model: mistralai/Mistral-7B-v0.1 # no parameters necessary for base model
3 - model: WizardLM/WizardMath-7B-V1.0
4 parameters:
5 density: 0.5 # fraction of weights in differences from the base model to retain
6 weight: # weight gradient
7 - filter: mlp
8 value: 0.5
9 - value: 0
10 - model: codellama/CodeLlama-7b-Instruct-hf
11 parameters:
12 density: 0.5
13 weight: 0.5
14merge_method: ties
15base_model: mistralai/Mistral-7B-v0.1
16parameters:
17 normalize: true
18 int8_mask: true
19dtype: float16