--- base_model: - TheDrummer/Ministrations-8B-v1 - ReadyArt/Forgotten-Safeword-8B-V2.2 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 [DARE TIES](https://arxiv.org/abs/2311.03099) merge method using [ReadyArt/Forgotten-Safeword-8B-V2.2](https://huggingface.co/ReadyArt/Forgotten-Safeword-8B-V2.2) as a base. ### Models Merged The following models were included in the merge: * [TheDrummer/Ministrations-8B-v1](https://huggingface.co/TheDrummer/Ministrations-8B-v1) ### Configuration The following YAML configuration was used to produce this model: ```yaml merge_method: dare_ties base_model: ReadyArt/Forgotten-Safeword-8B-V2.2 models: - model: TheDrummer/Ministrations-8B-v1 parameters: weight: 0.5 - model: ReadyArt/Forgotten-Safeword-8B-V2.2 parameters: weight: 0.5 parameters: density: 0.3 tokenizer: source: union chat_template: auto ```