This model was originally named "Gemma-Creative-9B-Base", but it has been renamed to "Gemma-9B-Chat" to better reflect its strengths in conversational AI. I want to express my gratitude to the users who quantized and shared this model. Unfortunately, due to the renaming, some existing links to the original model page may no longer work as expected. I will list links to their quantized versions of this model under the GGUF section below.

Chat Template

Gemma Instruct

<start_of_turn>user
{prompt}<end_of_turn>
<start_of_turn>model
<end_of_turn>
<start_of_turn>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" }}<start_of_turn>user
{{- if $system }}
{{ $system }}
{{- $system = "" }}
{{- end }}
{{- else if eq .Role "assistant" }}<start_of_turn>model
{{- end }}
{{ .Content }}<end_of_turn>
{{ end }}<start_of_turn>model

GGUF

Thank you Otakadelic, zelk12 and mradermacher for creating the GGUF versions of this model.

Merge

This is a merge of pre-trained language models created using mergekit.

Merge Details

Merge Method

This model was merged using the TIES merge method using zelk12/MT-Gen6fix-gemma-2-9B as a base.

Models Merged

The following models were included in the merge:

Configuration

The following YAML configuration was used to produce this model:

models:
  - model: DreadPoor/Casuar-9B-Model_Stock
    parameters:
      density: 1.00
      weight: 1.00
  - model: Triangle104/Gemmadevi-Stock-10B
    parameters:
      density: 1.00
      weight: 1.00
  - model: TheDrummer/Gemmasutra-9B-v1.1
    parameters:
      density: 1.00
      weight: 1.00
  - model: TouchNight/gemma-2-Ifable-abliterated-9B-untied
    parameters:
      density: 1.00
      weight: 1.00
  - model: bunnycore/Gemma2-9B-TitanFusion
    parameters:
      density: 1.00
      weight: 1.00
  - model: lemon07r/Gemma-2-Ataraxy-v4d-9B
    parameters:
      density: 1.00
      weight: 1.00
  - model: allura-org/G2-9B-Aletheia-v1
    parameters:
      density: 0.75
      weight: 1.00
merge_method: ties
base_model: zelk12/MT-Gen6fix-gemma-2-9B
parameters:
  density: 1
  normalize: true
dtype: bfloat16
Downloads last month
23
Safetensors
Model size
10.2B params
Tensor type
BF16
·
Inference Providers NEW
This model is not currently available via any of the supported Inference Providers.

Model tree for Sorawiz/Gemma-9B-Chat

Collection including Sorawiz/Gemma-9B-Chat