How to use from
llama.cpp
Install (macOS, Linux)
curl -LsSf https://llama.app/install.sh | sh
# Start a local OpenAI-compatible server with a web UI:
llama serve -hf QuantFactory/Gemma-2-Ataraxy-v2-9B-GGUF:
# Run inference directly in the terminal:
llama cli -hf QuantFactory/Gemma-2-Ataraxy-v2-9B-GGUF:
Install from WinGet (Windows)
winget install llama.cpp
# Start a local OpenAI-compatible server with a web UI:
llama serve -hf QuantFactory/Gemma-2-Ataraxy-v2-9B-GGUF:
# Run inference directly in the terminal:
llama cli -hf QuantFactory/Gemma-2-Ataraxy-v2-9B-GGUF:
Use pre-built binary
# Download pre-built binary from:
# https://github.com/ggerganov/llama.cpp/releases
# Start a local OpenAI-compatible server with a web UI:
./llama-server -hf QuantFactory/Gemma-2-Ataraxy-v2-9B-GGUF:
# Run inference directly in the terminal:
./llama-cli -hf QuantFactory/Gemma-2-Ataraxy-v2-9B-GGUF:
Build from source code
git clone https://github.com/ggerganov/llama.cpp.git
cd llama.cpp
cmake -B build
cmake --build build -j --target llama-server llama-cli
# Start a local OpenAI-compatible server with a web UI:
./build/bin/llama-server -hf QuantFactory/Gemma-2-Ataraxy-v2-9B-GGUF:
# Run inference directly in the terminal:
./build/bin/llama-cli -hf QuantFactory/Gemma-2-Ataraxy-v2-9B-GGUF:
Use Docker
docker model run hf.co/QuantFactory/Gemma-2-Ataraxy-v2-9B-GGUF:
Quick Links

QuantFactory Banner

QuantFactory/Gemma-2-Ataraxy-v2-9B-GGUF

This is quantized version of lemon07r/Gemma-2-Ataraxy-v2-9B created using llama.cpp

Original Model Card

Gemma 2 Ataraxy v2 9B

Finally, after much testing, a sucessor to the first Gemma 2 Ataraxy 9B. Same kind of recipe, using the same principles, same concept as the last Ataraxy but using better models this time.

Ataraxy

GGUF / EXL2 Quants

Bartowski quants (imatrix): https://huggingface.co/bartowski/Gemma-2-Ataraxy-v2-9B-GGUF

Mradermacher quants (static): https://huggingface.co/mradermacher/Gemma-2-Ataraxy-v2-9B-GGUF

Mradermacher quants (imatrix): https://huggingface.co/mradermacher/Gemma-2-Ataraxy-v2-9B-i1-GGUF

Bartowski and mradermacher use different calibration data for their imatrix quants I believe, and the static quant of course uses none. Pick your poison.

More coming soon.

Format

Use Gemma 2 format.

Merge Details

Merge Method

This model was merged using the SLERP merge method.

Models Merged

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

The following models were included in the merge:

Configuration

The following YAML configuration was used to produce this model:

base_model: ifable/gemma-2-Ifable-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.5
slices:
- sources:
  - layer_range: [0, 42]
    model: jsgreenawalt/gemma-2-9B-it-advanced-v2.1
  - layer_range: [0, 42]
    model: ifable/gemma-2-Ifable-9B

Open LLM Leaderboard Evaluation Results

Detailed results can be found here

Metric Value
Avg. 19.16
IFEval (0-Shot) 21.36
BBH (3-Shot) 39.80
MATH Lvl 5 (4-Shot) 0.83
GPQA (0-shot) 12.30
MuSR (0-shot) 4.88
MMLU-PRO (5-shot) 35.79

Second highest ranked open weight model in EQ-Bench.

Downloads last month
494
GGUF
Model size
9B params
Architecture
gemma2
Hardware compatibility
Log In to add your hardware

2-bit

3-bit

4-bit

5-bit

6-bit

8-bit

Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support

Model tree for QuantFactory/Gemma-2-Ataraxy-v2-9B-GGUF

Evaluation results