--- base_model: - nbeerbower/Mistral-Small-Gutenberg-Doppel-22B - byroneverson/Mistral-Small-Instruct-2409-abliterated - anthracite-org/magnum-v4-22b - TheDrummer/Cydonia-22B-v1.3 - unsloth/Mistral-Small-Instruct-2409 - gghfez/SeminalRP-22b - TheDrummer/Cydonia-22B-v1.1 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 [Model Stock](https://arxiv.org/abs/2403.19522) merge method using [unsloth/Mistral-Small-Instruct-2409](https://huggingface.co/unsloth/Mistral-Small-Instruct-2409) as a base. ### Models Merged The following models were included in the merge: * [nbeerbower/Mistral-Small-Gutenberg-Doppel-22B](https://huggingface.co/nbeerbower/Mistral-Small-Gutenberg-Doppel-22B) * [byroneverson/Mistral-Small-Instruct-2409-abliterated](https://huggingface.co/byroneverson/Mistral-Small-Instruct-2409-abliterated) * [anthracite-org/magnum-v4-22b](https://huggingface.co/anthracite-org/magnum-v4-22b) * [TheDrummer/Cydonia-22B-v1.3](https://huggingface.co/TheDrummer/Cydonia-22B-v1.3) * [gghfez/SeminalRP-22b](https://huggingface.co/gghfez/SeminalRP-22b) * [TheDrummer/Cydonia-22B-v1.1](https://huggingface.co/TheDrummer/Cydonia-22B-v1.1) ### Configuration The following YAML configuration was used to produce this model: ```yaml models: - model: anthracite-org/magnum-v4-22b - model: TheDrummer/Cydonia-22B-v1.3 - model: byroneverson/Mistral-Small-Instruct-2409-abliterated - model: nbeerbower/Mistral-Small-Gutenberg-Doppel-22B - model: TheDrummer/Cydonia-22B-v1.1 - model: gghfez/SeminalRP-22b merge_method: model_stock base_model: unsloth/Mistral-Small-Instruct-2409 dtype: bfloat16 tokenizer_source: union ```