--- base_model: - ArliAI/Mistral-Small-22B-ArliAI-RPMax-v1.1 - anthracite-org/magnum-v4-22b - nbeerbower/Mistral-Small-Drummer-22B library_name: transformers tags: - mergekit - merge license: apache-2.0 --- Quants available here: https://huggingface.co/mradermacher/Drummer-Boyz_V1.0-GGUF https://huggingface.co/mradermacher/Drummer-Boyz_V1.0-i1-GGUF --- # merge This is a merge of pre-trained language models created using [mergekit](https://github.com/cg123/mergekit). ## Merge Method This model was merged using the [TIES](https://arxiv.org/abs/2306.01708) merge method using [anthracite-org/magnum-v4-22b](https://huggingface.co/anthracite-org/magnum-v4-22b) as a base. ### Models Merged The following models were included in the merge: * [ArliAI/Mistral-Small-22B-ArliAI-RPMax-v1.1](https://huggingface.co/ArliAI/Mistral-Small-22B-ArliAI-RPMax-v1.1) * [nbeerbower/Mistral-Small-Drummer-22B](https://huggingface.co/nbeerbower/Mistral-Small-Drummer-22B) ### Configuration The following YAML configuration was used to produce this model: ```yaml models: - model: anthracite-org/magnum-v4-22b #no parameters necessary for base model - model: nbeerbower/Mistral-Small-Drummer-22B parameters: density: 0.5 weight: 0.5 - model: ArliAI/Mistral-Small-22B-ArliAI-RPMax-v1.1 parameters: density: 0.5 weight: 0.5 merge_method: ties base_model: anthracite-org/magnum-v4-22b parameters: normalize: false int8_mask: true dtype: float16 ```