Qwen2.5-0.5B-Instruct โ€” GGUF

GGUF quantizations of Qwen/Qwen2.5-0.5B-Instruct, for use with llama.cpp and compatible runtimes (Ollama, LM Studio, llama-cpp-python, etc.).

Three quant levels are provided so you can trade size against quality. For a model this small, Q8_0 is near-lossless; Q5_K_M is a good balance, and Q4_K_M is the smallest with still-solid quality.

File Quant Size Notes
Qwen2.5-0.5B-Instruct-Q4_K_M.gguf Q4_K_M ~379 MB Smallest, good quality
Qwen2.5-0.5B-Instruct-Q5_K_M.gguf Q5_K_M ~401 MB Balanced
Qwen2.5-0.5B-Instruct-Q8_0.gguf Q8_0 ~506 MB Near-lossless

Usage

llama.cpp

llama-cli -hf andreolf/Qwen2.5-0.5B-Instruct-GGUF:Q8_0 -p "Hello!"

or with a local file:

llama-cli -m Qwen2.5-0.5B-Instruct-Q8_0.gguf \
  -p "Explain what a GGUF file is in one sentence."

Ollama

ollama run hf.co/andreolf/Qwen2.5-0.5B-Instruct-GGUF:Q8_0

How it was made

Converted from the original safetensors to an F16 GGUF with convert_hf_to_gguf.py, then quantized with llama-quantize (Q4_K_M, Q5_K_M) and directly (Q8_0) from llama.cpp. No additional fine-tuning or modification was applied.

License & attribution

The original model is released by Qwen under Apache-2.0; this quantization inherits that license. All credit for the underlying model goes to the Qwen team. This repo only provides a quantized GGUF conversion for convenience.

Downloads last month
132
GGUF
Model size
0.5B params
Architecture
qwen2
Hardware compatibility
Log In to add your hardware

4-bit

5-bit

8-bit

Inference Providers NEW
This model isn't deployed by any Inference Provider. ๐Ÿ™‹ Ask for provider support

Model tree for andreolf/Qwen2.5-0.5B-Instruct-GGUF

Quantized
(265)
this model

Collection including andreolf/Qwen2.5-0.5B-Instruct-GGUF