--- base_model: - ReadyArt/The-Omega-Directive-Gemma3-12B-v1.0 - huihui-ai/gemma-3-12b-it-abliterated library_name: transformers tags: - mergekit - merge license: gemma pipeline_tag: image-text-to-text --- # 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 [huihui-ai/gemma-3-12b-it-abliterated](https://huggingface.co/huihui-ai/gemma-3-12b-it-abliterated) as a base. ### Models Merged The following models were included in the merge: * [ReadyArt/The-Omega-Directive-Gemma3-12B-v1.0](https://huggingface.co/ReadyArt/The-Omega-Directive-Gemma3-12B-v1.0) ### Configuration The following YAML configuration was used to produce this model: ```yaml models: - model: huihui-ai/gemma-3-12b-it-abliterated #no parameters necessary for base model - model: ReadyArt/The-Omega-Directive-Gemma3-12B-v1.0 parameters: density: 0.5 weight: 0.5 merge_method: dare_ties base_model: huihui-ai/gemma-3-12b-it-abliterated parameters: normalize: true dtype: bfloat16 ```