---
license: apache-2.0
base_model: Qwen/Qwen2.5-0.5B-Instruct
base_model_relation: quantized
quantized_by: blockblockblock
library_name: exllamav3
pipeline_tag: text-generation
tags:
- exl3
- exllamav3
- quantized
quantization_format: exl3
bits_per_weight: 4.0
---
# Qwen2.5 · 0.5B · Instruct
EXL3 · 4.0 bpw · 0.6 GB · Dense · 24 layers
[](https://github.com/turboderp-org/exllamav3)
[](#quants)
[](#quants)
[](https://huggingface.co/Qwen/Qwen2.5-0.5B-Instruct)
[](https://huggingface.co/Qwen/Qwen2.5-0.5B-Instruct)
[](https://huggingface.co/blockblockblock)
[](https://huggingface.co/collections/blockblockblock/qwen25-05b-instruct-exl3-6a18c376ff69506d7e1e32cb)
---
> [!NOTE]
> An [ExLlamaV3](https://github.com/turboderp-org/exllamav3) build of [`Qwen/Qwen2.5-0.5B-Instruct`](https://huggingface.co/Qwen/Qwen2.5-0.5B-Instruct) at **4.0 bits per weight**. See [Quants](#quants) for sibling repos at other bit‑widths or browse the [collection](https://huggingface.co/collections/blockblockblock/qwen25-05b-instruct-exl3-6a18c376ff69506d7e1e32cb).
## Quants
| BPW | Head bits | Calibration rows | Size | KL ÷ fp16 | Status |
| :---: | :---: | :---: | ---: | :---: | :--- |
| 3.0 | 8 | 250 | 0.5 GB | 0.1082 | [link](https://huggingface.co/blockblockblock/Qwen2.5-0.5B-Instruct-exl3-3.0bpw) |
| **4.0** | 8 | 250 | **0.6 GB** | **0.0277** | this repo |
| 4.5 | 8 | 250 | 0.6 GB | 0.0158 | [link](https://huggingface.co/blockblockblock/Qwen2.5-0.5B-Instruct-exl3-4.5bpw) |
| 5.0 | 8 | 250 | 0.6 GB | 0.0074 | [link](https://huggingface.co/blockblockblock/Qwen2.5-0.5B-Instruct-exl3-5.0bpw) |
| 6.0 | 8 | 250 | 0.7 GB | 0.0020 | [link](https://huggingface.co/blockblockblock/Qwen2.5-0.5B-Instruct-exl3-6.0bpw) |
KL ÷ fp16: mean KL-divergence from the fp16 source over wikitext rows — lower is closer to the original.
## Inference
| Loader |
Use it for |
| TabbyAPI |
OpenAI‑compatible HTTP server. Drop‑in for OpenAI clients. |
| text‑generation‑webui |
Local chat UI. Pick the ExLlamaV3 loader from the model dropdown. |
| ExLlamaV3 |
Direct Python API for embedding the model in your own code or pipeline. |
## Download
```bash
pip install -U huggingface_hub
hf download \
blockblockblock/Qwen2.5-0.5B-Instruct-exl3-4.0bpw \
--local-dir ./Qwen2.5-0.5B-Instruct-exl3-4.0bpw
```
Quantization recipe (advanced, embedded in quantization_config.json)
| Setting | Value |
| :--- | :--- |
| Format | `EXL3` |
| Bits per weight | `4.0` |
| Head bits | `8` |
| Calibration rows | `250` |
| Codebook | `MCG` |
| Out‑scales | `always` |
| Parallel mode | `enabled` |
Loaded automatically by every ExLlamaV3 loader; reproduced here for searchability.
## License & use
> [!IMPORTANT]
> Use and license **follow the [base model](https://huggingface.co/Qwen/Qwen2.5-0.5B-Instruct)**.
> Quantization adds no additional restrictions. Refer to the upstream repository for terms, citation, and safety documentation.
---
Quantized with BlockQuant · convention {org}/{model}-exl3-{bpw}bpw