--- base_model: - TheDrummer/Gemmasutra-9B-v1 - lemon07r/Gemma-2-Ataraxy-9B library_name: transformers tags: - mergekit - merge --- fun creative uncensored model for chat and roleplay. good prompt follow. try it online: [https://t.me/charsaibot](https://t.me/charsaibot) ollama: https://ollama.com/recoilme/recoilme-gemma2-9b-v0.5-q8_0.gguf Use with low temp, ~0.4 # merged 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 SLERP merge method. ### Models Merged The following models were included in the merge: * [TheDrummer/Gemmasutra-9B-v1](https://huggingface.co/TheDrummer/Gemmasutra-9B-v1) * [lemon07r/Gemma-2-Ataraxy-9B](https://huggingface.co/lemon07r/Gemma-2-Ataraxy-9B) ### Configuration The following YAML configuration was used to produce this model: ```yaml base_model: lemon07r/Gemma-2-Ataraxy-9B dtype: bfloat16 merge_method: slerp parameters: t: - filter: self_attn value: [0.0, 0.5, 0.3, 0.7, 1.0] - filter: mlp value: [1.0, 0.5, 0.7, 0.3, 0.0] - value: 0.25 slices: - sources: - layer_range: [0, 42] model: lemon07r/Gemma-2-Ataraxy-9B - layer_range: [0, 42] model: TheDrummer/Gemmasutra-9B-v1 ```