--- base_model: - FuseAI/FuseChat-Gemma-2-9B-Instruct - Rombo-Org/Rombo-LLM-V2.7-gemma-2-9b - WiroAI/WiroAI-Finance-Gemma-9B - OpenMeditron/Meditron3-Gemma2-9B - zelk12/MT2-Gen6-gemma-2-9B - prithivMLmods/GWQ-9B-Preview2 - AXCXEPT/EZO-Humanities-9B-gemma-2-it library_name: transformers tags: - mergekit - merge --- # Chat Template Gemma Instruct ``` user {prompt} model model ``` ``` {{- $system := "" }} {{- range .Messages }} {{- if eq .Role "system" }} {{- if not $system }}{{ $system = .Content }} {{- else }}{{ $system = printf "%s\n\n%s" $system .Content }} {{- end }} {{- continue }} {{- else if eq .Role "user" }}user {{- if $system }} {{ $system }} {{- $system = "" }} {{- end }} {{- else if eq .Role "assistant" }}model {{- end }} {{ .Content }} {{ end }}model ``` # GGUF Thank you [mradermacher](https://huggingface.co/mradermacher) for creating the GGUF versions of this model. * Static quants - [mradermacher/Gemma-9B-Base-GGUF](https://huggingface.co/mradermacher/Gemma-9B-Base-GGUF) # 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 [zelk12/MT2-Gen6-gemma-2-9B](https://huggingface.co/zelk12/MT2-Gen6-gemma-2-9B) as a base. ### Models Merged The following models were included in the merge: * [FuseAI/FuseChat-Gemma-2-9B-Instruct](https://huggingface.co/FuseAI/FuseChat-Gemma-2-9B-Instruct) * [Rombo-Org/Rombo-LLM-V2.7-gemma-2-9b](https://huggingface.co/Rombo-Org/Rombo-LLM-V2.7-gemma-2-9b) * [WiroAI/WiroAI-Finance-Gemma-9B](https://huggingface.co/WiroAI/WiroAI-Finance-Gemma-9B) * [OpenMeditron/Meditron3-Gemma2-9B](https://huggingface.co/OpenMeditron/Meditron3-Gemma2-9B) * [prithivMLmods/GWQ-9B-Preview2](https://huggingface.co/prithivMLmods/GWQ-9B-Preview2) * [AXCXEPT/EZO-Humanities-9B-gemma-2-it](https://huggingface.co/AXCXEPT/EZO-Humanities-9B-gemma-2-it) ### Configuration The following YAML configuration was used to produce this model: ```yaml models: - model: prithivMLmods/GWQ-9B-Preview2 parameters: density: 1.00 weight: 1.00 - model: OpenMeditron/Meditron3-Gemma2-9B parameters: density: 1.00 weight: 1.00 - model: WiroAI/WiroAI-Finance-Gemma-9B parameters: density: 1.00 weight: 1.00 - model: AXCXEPT/EZO-Humanities-9B-gemma-2-it parameters: density: 1.00 weight: 1.00 - model: FuseAI/FuseChat-Gemma-2-9B-Instruct parameters: density: 1.00 weight: 1.00 - model: Rombo-Org/Rombo-LLM-V2.7-gemma-2-9b parameters: density: 1.00 weight: 1.00 merge_method: ties base_model: zelk12/MT2-Gen6-gemma-2-9B parameters: density: 1 normalize: true dtype: bfloat16 ```