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

QuantFactory Banner

QuantFactory/Qwen2.5-Math-14B-Instruct-GGUF

This is quantized version of qingy2019/Qwen2.5-Math-14B-Instruct created using llama.cpp

Original Model Card

Uploaded model

  • Developed by: qingy2019
  • License: apache-2.0
  • Finetuned from model : unsloth/qwen2.5-14b-instruct-bnb-4bit

This Qwen 2.5 model was trained 2x faster with Unsloth and Huggingface's TRL library.

I fine-tuned it for 400 steps on garage-bAInd/Open-Platypus with a batch size of 3.

Open LLM Leaderboard Evaluation Results

Detailed results can be found here

Metric Value
Avg. 36.71
IFEval (0-Shot) 60.66
BBH (3-Shot) 47.02
MATH Lvl 5 (4-Shot) 28.47
GPQA (0-shot) 16.33
MuSR (0-shot) 19.63
MMLU-PRO (5-shot) 48.12
Downloads last month
251
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

Evaluation results