--- base_model: - TheDrummer/UnslopSmall-22B-v1 - ReadyArt/Forgotten-Safeword-v1.1-22B - TheDrummer/Cydonia-22B-v1 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 Breadcrumbs with TIES](https://arxiv.org/abs/2312.06795) merge method using [TheDrummer/Cydonia-22B-v1](https://huggingface.co/TheDrummer/Cydonia-22B-v1) as a base. ### Models Merged The following models were included in the merge: * [TheDrummer/UnslopSmall-22B-v1](https://huggingface.co/TheDrummer/UnslopSmall-22B-v1) * [ReadyArt/Forgotten-Safeword-v1.1-22B](https://huggingface.co/ReadyArt/Forgotten-Safeword-v1.1-22B) ### Configuration The following YAML configuration was used to produce this model: ```yaml models: - model: ReadyArt/Forgotten-Safeword-v1.1-22B parameters: weight: 0.5 density: 0.9 gamma: 0.01 - model: TheDrummer/UnslopSmall-22B-v1 parameters: weight: 0.3 density: 0.9 gamma: 0.01 - model: TheDrummer/Cydonia-22B-v1 parameters: weight: 0.2 density: 0.9 gamma: 0.01 base_model: TheDrummer/Cydonia-22B-v1 tokenizer: source: union pad_to_multiple_of: null parameters: normalize: false int8_mask: true merge_method: breadcrumbs_ties dtype: float32 out_dtype: bfloat16 ```