GraySoft
Projects Models Compare Cloud benchmarks FAQ Download guIDE →
Model Intelligence Sheet

empero-ai/Qwen3.8-2B-GGUF overview

Qwen3.8 2B — GGUF Developed by Empero https://empero.org GGUF quantizations of empero ai/Qwen3.8 2B https://huggingface.co/empero ai/Qwen3.8 2B — a full parame…

ggufllama.cppquantizedempero-aiqwen3.5qwen3.8distillationreasoninggated-deltanetedgetext-generationenbase_model:empero-ai/Qwen3.8-2Bbase_model:quantized:empero-ai/Qwen3.8-2Blicense:apache-2.0endpoints_compatibleregion:usconversational

Runs locally from ~1.22 GB disk (4 GB VRAM class GPUs with llama.cpp / guIDE).

Downloads
0
Likes
0
Pipeline
text-generation
Author

Repository Files & Downloads

5 GGUF files detected
Direct downloads for local inference
FileTypeQuantizationSizeLink
Qwen3.8-2B-BF16.ggufGGUFBF163.63 GBDownload
Qwen3.8-2B-Q4_K_M.ggufGGUFQ4_K_M1.22 GBDownload
Qwen3.8-2B-Q5_K_M.ggufGGUFQ5_K_M1.35 GBDownload
Qwen3.8-2B-Q6_K.ggufGGUFQ6_K1.50 GBDownload
Qwen3.8-2B-Q8_0.ggufGGUFQ8_01.93 GBDownload

Model Details

Model IDempero-ai/Qwen3.8-2B-GGUF
Authorempero-ai
Pipelinetext-generation
Licenseapache-2.0
Base modelempero-ai/Qwen3.8-2B
Last modified2026-08-16T01:00:50.000Z

Model README

---

license: apache-2.0

base_model: empero-ai/Qwen3.8-2B

base_model_relation: quantized

language:

- en

library_name: gguf

pipeline_tag: text-generation

tags:

- gguf

- llama.cpp

- quantized

- empero-ai

- qwen3.5

- qwen3.8

- distillation

- reasoning

- gated-deltanet

- edge

---

Qwen3.8-2B — GGUF

Developed by Empero

GGUF quantizations of empero-ai/Qwen3.8-2B — a full-parameter distillation of Qwen3.8 2.4T A95B into the Qwen3.5-2B architecture, the smallest member of the family — for llama.cpp, Ollama, LM Studio, Jan, KoboldCpp, and other stock GGUF runtimes.

This card is about choosing a file and running it. The capability writeup, full benchmark results, and best practices live on the main model card.

Headline results for the source model (CoT protocols, lm-evaluation-harness, identical settings base vs. student):

| Task | Qwen3.5-2B (base) | Qwen3.8-2B | Δ |

|---|---:|---:|---:|

| mmlu (CoT, 57 subjects) | 0.283 | 0.548 | +0.265 |

| gsm8k_cot | 0.330 | 0.640 | +0.310 |

> [!Note]

> Qwen3.5-class models are hybrids: three Gated DeltaNet layers for every full-attention layer. A recent llama.cpp build with Qwen3.5 / Gated DeltaNet support is required — older builds will fail to load the architecture.

Files

| File | Quant | Size | Notes |

|---|---|---:|---|

| Qwen3.8-2B-Q4_K_M.gguf | Q4_K_M | 1.312 GB | Recommended. Best quality/size balance; runs on phones and SBCs. |

| Qwen3.8-2B-Q5_K_M.gguf | Q5_K_M | 1.455 GB | Higher quality at a modest size increase. |

| Qwen3.8-2B-Q6_K.gguf | Q6_K | 1.606 GB | Near-lossless. |

| Qwen3.8-2B-Q8_0.gguf | Q8_0 | 2.077 GB | Highest-quality quantization. |

| Qwen3.8-2B-BF16.gguf | BF16 | 3.897 GB | Full precision reference. |

Sizes are exact decimal GB from the uploaded files (1 GB = 1,000,000,000 bytes).

Where it runs

Practical weight-size-based guidance at modest context — the KV cache is the dominant cost at long context:

| Quant | Guidance |

|---|---|

| Q4_K_M / Q5_K_M | Phones, single-board computers, any modern laptop — CPU-only is entirely usable at this scale. |

| Q6_K / Q8_0 | Any 4 GB+ GPU, or CPU with 8 GB RAM. |

| BF16 | 6 GB+ GPU. |

Usage

llama.cpp

llama-cli -m Qwen3.8-2B-Q4_K_M.gguf \
  --temp 0.6 --top-p 0.95 --top-k 20 \
  -n 16384 -cnv

Use the built-in chat template (-cnv). The model is a reasoning model: every answer opens with a <think> block, so allow a generous -n and strip the <think>...</think> span for end users.

Ollama / LM Studio / Jan / KoboldCpp

Download the GGUF of your choice and load it directly; the chat template is embedded in the file. Recommended sampling: temperature=0.6, top_p=0.95, top_k=20.

Provenance & licensing

Quantizations of empero-ai/Qwen3.8-2B, a distillation of Qwen3.8 2.4T A95B into Qwen/Qwen3.5-2B trained on ~30,000 curated teacher traces from our internal Qwen3.8 distillation datasets. Weights are Apache-2.0, inherited from the Qwen base, shared as-is.

Stay in the loop

Sign up for the Empero newsletter at empero.org for releases, evals, and research notes.

Support / Donate

If this model helped you, consider supporting the project:

  • BTC: bc1qx6zepu6sfkvshgdmc4ewu6pk6rpadvpgffpp7v
  • LTC: ltc1qv2mefzps2vtjcpwfx8xxdrpplrcvltswm68r7x

Acknowledgements

Run empero-ai/Qwen3.8-2B-GGUF with guIDE

Download guIDE — the AI-native code editor with local LLM inference and 69 built-in tools.

Download guIDE → · Browse 524k+ models · Compare models

Source: Hugging Face · Compare models