--- base_model: - HelpingAI/Dhanishtha-nsfw - NousResearch/Hermes-4-14B - huihui-ai/Huihui-Qwen3-14B-abliterated-v2 library_name: transformers tags: - mergekit - merge --- # Big-Randy 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 [TIES](https://arxiv.org/abs/2306.01708) merge method using [huihui-ai/Huihui-Qwen3-14B-abliterated-v2](https://huggingface.co/huihui-ai/Huihui-Qwen3-14B-abliterated-v2) as a base. ### Models Merged The following models were included in the merge: * [HelpingAI/Dhanishtha-nsfw](https://huggingface.co/HelpingAI/Dhanishtha-nsfw) * [NousResearch/Hermes-4-14B](https://huggingface.co/NousResearch/Hermes-4-14B) ### Configuration The following YAML configuration was used to produce this model: ```yaml base_model: huihui-ai/Huihui-Qwen3-14B-abliterated-v2 merge_method: ties models: - model: NousResearch/Hermes-4-14B parameters: density: 0.6 weight: 1.0 - model: HelpingAI/Dhanishtha-nsfw parameters: density: 0.4 weight: 1.0 dtype: bfloat16 ```