Transformers
GGUF
Eval Results (legacy)
conversational
How to use from
llama.cpp
Install from brew
brew install llama.cpp
# Start a local OpenAI-compatible server with a web UI:
llama-server -hf QuantFactory/gemma2-gutenberg-9B-GGUF:
# Run inference directly in the terminal:
llama-cli -hf QuantFactory/gemma2-gutenberg-9B-GGUF:
Install from WinGet (Windows)
winget install llama.cpp
# Start a local OpenAI-compatible server with a web UI:
llama-server -hf QuantFactory/gemma2-gutenberg-9B-GGUF:
# Run inference directly in the terminal:
llama-cli -hf QuantFactory/gemma2-gutenberg-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/gemma2-gutenberg-9B-GGUF:
# Run inference directly in the terminal:
./llama-cli -hf QuantFactory/gemma2-gutenberg-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/gemma2-gutenberg-9B-GGUF:
# Run inference directly in the terminal:
./build/bin/llama-cli -hf QuantFactory/gemma2-gutenberg-9B-GGUF:
Use Docker
docker model run hf.co/QuantFactory/gemma2-gutenberg-9B-GGUF:
Quick Links

QuantFactory/gemma2-gutenberg-9B-GGUF

This is quantized version of nbeerbower/gemma2-gutenberg-9B created using llama.cpp

Original Model Card

gemma2-gutenberg-9B

UCLA-AGI/Gemma-2-9B-It-SPPO-Iter3 finetuned on jondurbin/gutenberg-dpo-v0.1.

Method

Finetuned using an RTX 4090 using ORPO for 3 epochs.

Fine-tune Llama 3 with ORPO

Open LLM Leaderboard Evaluation Results

Detailed results can be found here

Metric Value
Avg. 22.61
IFEval (0-Shot) 27.96
BBH (3-Shot) 42.36
MATH Lvl 5 (4-Shot) 1.44
GPQA (0-shot) 11.74
MuSR (0-shot) 16.71
MMLU-PRO (5-shot) 35.47
Downloads last month
118
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/gemma2-gutenberg-9B-GGUF

Quantized
(26)
this model

Dataset used to train QuantFactory/gemma2-gutenberg-9B-GGUF

Evaluation results