--- base_model: - Nondzu/Mistral-7B-codealpaca-lora - mistralai/Mistral-7B-Instruct-v0.2 - TIGER-Lab/MAmmoTH2-7B - mistralai/Mistral-7B-v0.1 library_name: transformers tags: - mergekit - merge --- # ties This is a merge of pre-trained language models created using [mergekit](https://github.com/cg123/mergekit). ## Merge Details ### Merge Method This model was merged using the [TIES](https://arxiv.org/abs/2306.01708) merge method using [mistralai/Mistral-7B-v0.1](https://huggingface.co/mistralai/Mistral-7B-v0.1) as a base. ### Models Merged The following models were included in the merge: * [Nondzu/Mistral-7B-codealpaca-lora](https://huggingface.co/Nondzu/Mistral-7B-codealpaca-lora) * [mistralai/Mistral-7B-Instruct-v0.2](https://huggingface.co/mistralai/Mistral-7B-Instruct-v0.2) * [TIGER-Lab/MAmmoTH2-7B](https://huggingface.co/TIGER-Lab/MAmmoTH2-7B) ### Configuration The following YAML configuration was used to produce this model: ```yaml # Ties # Each parameter refers to TIES-MERGING Appendix C.4 [https://arxiv.org/abs/2306.01708] base_model: mistralai/Mistral-7B-v0.1 models: - model: mistralai/Mistral-7B-Instruct-v0.2 parameters: density: 0.2 weight: 1.0 - model: TIGER-Lab/MAmmoTH2-7B parameters: density: 0.2 weight: 1.0 - model: Nondzu/Mistral-7B-codealpaca-lora parameters: density: 0.2 weight: 1.0 merge_method: ties parameters: normalize: false lambda: 1.0 dtype: float16 tokenizer: source: union ```