liodon-ai/bloomz-560m-imatrix-GGUF overview
bloomz 560m — iMatrix GGUF GGUF quantizations of bigscience/bloomz 560m https://huggingface.co/bigscience/bloomz 560m , published by Liodon AI https://huggingf…
Runs locally from ~285.8 MB disk (4 GB VRAM class GPUs with llama.cpp / guIDE).
Repository Files & Downloads
| File | Type | Quantization | Size | Link |
|---|---|---|---|---|
| bloomz-560m-IQ2_M.gguf | GGUF | IQ2_M | 285.8 MB | Download |
| bloomz-560m-IQ3_M.gguf | GGUF | IQ3_M | 352.3 MB | Download |
| bloomz-560m-IQ4_XS.gguf | GGUF | IQ4_XS | 367.2 MB | Download |
| bloomz-560m-Q4_K_M.gguf | GGUF | Q4_K_M | 397.9 MB | Download |
| bloomz-560m-Q5_K_M.gguf | GGUF | Q5_K_M | 423.4 MB | Download |
| bloomz-560m-Q6_K.gguf | GGUF | Q6_K | 450.5 MB | Download |
| bloomz-560m-Q8_0.gguf | GGUF | Q8_0 | 579.6 MB | Download |
Model Details
| Model ID | liodon-ai/bloomz-560m-imatrix-GGUF |
|---|---|
| Author | liodon-ai |
| Pipeline | text-generation |
| License | other |
| Base model | bigscience/bloomz-560m |
| Last modified | 2026-07-14T07:43:05.000Z |
Model README
---
license: other
base_model: bigscience/bloomz-560m
pipeline_tag: text-generation
tags:
- gguf
- local-llm
- llama.cpp
- lm-studio
- quantized
- imatrix
- sub-4-bit
- bloom
- license:bigscience-bloom-rail-1.0
---
bloomz-560m — iMatrix GGUF
GGUF quantizations of bigscience/bloomz-560m, published by Liodon AI.
Quick Start
llama.cpp
llama-cli -hf liodon-ai/bloomz-560m-imatrix-GGUF:Q4_K_M
Ollama
ollama run hf.co/liodon-ai/bloomz-560m-imatrix-GGUF:Q4_K_M
LM Studio / Jan — search liodon-ai/bloomz-560m-imatrix-GGUF and pick your quant.
Quants
| Quant | Size | VRAM est. | Notes |
|-------|------|-----------|-------|
| IQ2_M | 0.30 GB | ~0 GB | 2-bit, iMatrix — smallest usable |
| IQ3_M | 0.37 GB | ~0 GB | 3-bit, iMatrix — great quality/size tradeoff |
| IQ4_XS | 0.39 GB | ~0 GB | 4-bit extra-small, iMatrix |
| Q4_K_M | 0.42 GB | ~0 GB | 4-bit, iMatrix-calibrated (recommended) |
| Q5_K_M | 0.44 GB | ~1 GB | 5-bit, iMatrix-calibrated |
| Q6_K | 0.47 GB | ~1 GB | 6-bit, iMatrix-calibrated, near-lossless |
| Q8_0 | 0.61 GB | ~1 GB | 8-bit, essentially lossless |
What is iMatrix?
Standard quantization treats all weights equally. iMatrix runs 128 calibration chunks through
the full-precision model to find which weights matter most, then allocates more precision where
it counts. At Q2/Q3/Q4 this means noticeably better coherence and instruction-following —
same file size, better output.
Calibration: 2M tokens of WikiText-103.
> Also see plain (non-iMatrix) quants: liodon-ai/bloomz-560m-GGUF
Source
- Model: bigscience/bloomz-560m
- License: other
---
Quantized by Liodon AI
Run liodon-ai/bloomz-560m-imatrix-GGUF with guIDE
Download guIDE — the AI-native code editor with local LLM inference and 69 built-in tools.
Source: Hugging Face · Compare models