--- base_model: - lemon07r/Gemma-2-Ataraxy-v4d-9B - UCLA-AGI/Gemma-2-9B-It-SPPO-Iter3 - ehristoforu/Gemma2-9B-it-psy10k-mental_health library_name: transformers tags: - mergekit - merge --- ![image/png](https://huggingface.co/yamatazen/Gemma2-Ataraxy-Psycho-9B/resolve/main/Gemma2-Ataraxy-Psycho-9B.png?download=true) # Gemma2-Ataraxy-Psycho-9B 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 [DELLA](https://arxiv.org/abs/2406.11617) merge method using [UCLA-AGI/Gemma-2-9B-It-SPPO-Iter3](https://huggingface.co/UCLA-AGI/Gemma-2-9B-It-SPPO-Iter3) as a base. ### Models Merged The following models were included in the merge: * [lemon07r/Gemma-2-Ataraxy-v4d-9B](https://huggingface.co/lemon07r/Gemma-2-Ataraxy-v4d-9B) * [ehristoforu/Gemma2-9B-it-psy10k-mental_health](https://huggingface.co/ehristoforu/Gemma2-9B-it-psy10k-mental_health) ### Configuration The following YAML configuration was used to produce this model: ```yaml merge_method: della dtype: bfloat16 out_dtype: bfloat16 base_model: UCLA-AGI/Gemma-2-9B-It-SPPO-Iter3 models: - model: lemon07r/Gemma-2-Ataraxy-v4d-9B parameters: density: 0.6 weight: 0.6 - model: ehristoforu/Gemma2-9B-it-psy10k-mental_health parameters: density: 0.5 weight: 0.3 parameters: epsilon: 0.1 lambda: 1.0 ```