--- base_model: - uukuguy/speechless-code-mistral-7b-v1.0 - upaya07/Arithmo2-Mistral-7B library_name: transformers tags: - mergekit - merge --- # merge 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 [uukuguy/speechless-code-mistral-7b-v1.0](https://huggingface.co/uukuguy/speechless-code-mistral-7b-v1.0) as a base. ### Models Merged The following models were included in the merge: * [upaya07/Arithmo2-Mistral-7B](https://huggingface.co/upaya07/Arithmo2-Mistral-7B) ### Configuration The following YAML configuration was used to produce this model: ```yaml base_model: uukuguy/speechless-code-mistral-7b-v1.0 dtype: bfloat16 merge_method: ties models: - model: uukuguy/speechless-code-mistral-7b-v1.0 - model: upaya07/Arithmo2-Mistral-7B parameters: density: [0.25, 0.35, 0.45, 0.35, 0.25] weight: [0.1, 0.25, 0.5, 0.25, 0.1] parameters: int8_mask: true ```