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/Qwen2.5-Gutenberg-Doppel-14B-GGUF:
# Run inference directly in the terminal:
llama cli -hf QuantFactory/Qwen2.5-Gutenberg-Doppel-14B-GGUF:
Install from WinGet (Windows)
winget install llama.cpp
# Start a local OpenAI-compatible server with a web UI:
llama serve -hf QuantFactory/Qwen2.5-Gutenberg-Doppel-14B-GGUF:
# Run inference directly in the terminal:
llama cli -hf QuantFactory/Qwen2.5-Gutenberg-Doppel-14B-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/Qwen2.5-Gutenberg-Doppel-14B-GGUF:
# Run inference directly in the terminal:
./llama-cli -hf QuantFactory/Qwen2.5-Gutenberg-Doppel-14B-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/Qwen2.5-Gutenberg-Doppel-14B-GGUF:
# Run inference directly in the terminal:
./build/bin/llama-cli -hf QuantFactory/Qwen2.5-Gutenberg-Doppel-14B-GGUF:
Use Docker
docker model run hf.co/QuantFactory/Qwen2.5-Gutenberg-Doppel-14B-GGUF:
Quick Links

QuantFactory Banner

QuantFactory/Qwen2.5-Gutenberg-Doppel-14B-GGUF

This is quantized version of nbeerbower/Qwen2.5-Gutenberg-Doppel-14B created using llama.cpp

Original Model Card

image/png

Qwen2.5-Gutenberg-Doppel-14B

Qwen/Qwen2.5-14B-Instruct finetuned on jondurbin/gutenberg-dpo-v0.1 and nbeerbower/gutenberg2-dpo.

Method

ORPO tuned with 4x A40 for 3 epochs.

Thank you @ParasiticRogue for sponsoring.

Open LLM Leaderboard Evaluation Results

Detailed results can be found here

Metric Value
Avg. 32.30
IFEval (0-Shot) 80.91
BBH (3-Shot) 48.24
MATH Lvl 5 (4-Shot) 0.00
GPQA (0-shot) 11.07
MuSR (0-shot) 10.02
MMLU-PRO (5-shot) 43.57
Downloads last month
180
GGUF
Model size
15B params
Architecture
qwen2
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/Qwen2.5-Gutenberg-Doppel-14B-GGUF

Base model

Qwen/Qwen2.5-14B
Quantized
(190)
this model

Evaluation results