--- base_model: - unsloth/gemma-2-9b-it - lemon07r/Gemma-2-Ataraxy-v4d-9B library_name: transformers tags: - mergekit - merge --- # 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 [lemon07r/Gemma-2-Ataraxy-v4d-9B](https://huggingface.co/lemon07r/Gemma-2-Ataraxy-v4d-9B) as a base. ### Models Merged The following models were included in the merge: * [unsloth/gemma-2-9b-it](https://huggingface.co/unsloth/gemma-2-9b-it) ### Configuration The following YAML configuration was used to produce this model: ```yaml base_model: lemon07r/Gemma-2-Ataraxy-v4d-9B models: - model: unsloth/gemma-2-9b-it parameters: density: 0.3 weight: -1.0 merge_method: ties dtype: bfloat16 parameters: normalize: true ```