--- base_model: [] library_name: transformers tags: - mergekit - merge --- # model Unleash her demons... Merged the best roleplay model with the best uncensored model to date. The outputs are quite good and verbose. # 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](https://arxiv.org/abs/2311.03099) [TIES](https://arxiv.org/abs/2306.01708) merge method using [Sao10K/L3-8B-Stheno-v3.2](https://huggingface.co/Sao10K/L3-8B-Stheno-v3.2) as a base. ### Models Merged The following models were included in the merge: * [mlabonne/Daredevil-8B-abliterated](https://huggingface.co/mlabonne/Daredevil-8B-abliterated) ### Configuration The following YAML configuration was used to produce this model: ```yaml models: - model: /root/progs/auto-ollama/scripts/Daredevil-8B-abliterated parameters: density: [1, 0.7, 0.1] # density gradient weight: 1.0 merge_method: dare_ties base_model: /root/progs/auto-ollama/scripts/L3-8B-Stheno-v3.2 parameters: normalize: true int8_mask: true dtype: float16 ```