--- base_model: - ReadyArt/The-Omega-Directive-Gemma3-12B-v1.0 - reedmayhew/Grok-3-reasoning-gemma3-12B-distilled-HF - unsloth/gemma-3-12b-it library_name: transformers tags: - mergekit - merge --- # my-cool-model 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 NuSLERP merge method using [unsloth/gemma-3-12b-it](https://huggingface.co/unsloth/gemma-3-12b-it) 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) * [reedmayhew/Grok-3-reasoning-gemma3-12B-distilled-HF](https://huggingface.co/reedmayhew/Grok-3-reasoning-gemma3-12B-distilled-HF) ### Configuration The following YAML configuration was used to produce this model: ```yaml base_model: unsloth/gemma-3-12b-it models: - model: reedmayhew/Grok-3-reasoning-gemma3-12B-distilled-HF parameters: weight: 0.5 - model: ReadyArt/The-Omega-Directive-Gemma3-12B-v1.0 parameters: weight: 0.5 merge_method: nuslerp dtype: bfloat16 ```