--- base_model: - pot99rta/MagcarpMell-ThinkandReasoner-12B - ReadyArt/Omega-Darker_The-Final-Directive-12B library_name: transformers tags: - mergekit - merge --- # DarkThink-DirectiveReasoner-12B ![image/png](https://cdn-uploads.huggingface.co/production/uploads/636ea389fd9751c3d081e88e/u94zfBTF6K5zFzkzizrsT.png) More Robust with all the Darkness added. ```Models Merged:``` ```1. ReadyArt/Omega-Darker_The-Final-Directive-12B``` ```2. pot99rta/MagcarpMell-ThinkandReasoner-12B``` ```Preset:``` ```Use ChatML or Mistral``` ChatML works better for reasoning due to Magicap and MagMell being ChatML for their base Models. Just realized I've been spelling Magcap with 'Magcarp' this WHOLE time.. # 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 [TIES](https://arxiv.org/abs/2306.01708) merge method using [ReadyArt/Omega-Darker_The-Final-Directive-12B](https://huggingface.co/ReadyArt/Omega-Darker_The-Final-Directive-12B) as a base. ### Models Merged The following models were included in the merge: * [pot99rta/MagcarpMell-ThinkandReasoner-12B](https://huggingface.co/pot99rta/MagcarpMell-ThinkandReasoner-12B) ### Configuration The following YAML configuration was used to produce this model: ```yaml models: - model: ReadyArt/Omega-Darker_The-Final-Directive-12B #no parameters necessary for base model - model: ReadyArt/Omega-Darker_The-Final-Directive-12B parameters: density: 0.5 weight: 0.5 - model: pot99rta/MagcarpMell-ThinkandReasoner-12B parameters: density: 0.5 weight: 0.5 merge_method: ties base_model: ReadyArt/Omega-Darker_The-Final-Directive-12B parameters: normalize: false int8_mask: true dtype: float16 ```