Huffing Face

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

apache-2.0 8/8 files local @ f4f73582d0b1

HF_ENDPOINT=https://huffingface.co \
  python -c "from huggingface_hub import snapshot_download; snapshot_download('empero-ai/Qwen3.8-2B-Distill-GGUF')"

Model card

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):

TaskQwen3.5-2B (base)Qwen3.8-2Bฮ”
mmlu (CoT, 57 subjects)0.2830.548+0.265
gsm8k_cot0.3300.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

FileQuantSizeNotes
Qwen3.8-2B-Q4_K_M.ggufQ4_K_M1.312 GBRecommended. Best quality/size balance; runs on phones and SBCs.
Qwen3.8-2B-Q5_K_M.ggufQ5_K_M1.455 GBHigher quality at a modest size increase.
Qwen3.8-2B-Q6_K.ggufQ6_K1.606 GBNear-lossless.
Qwen3.8-2B-Q8_0.ggufQ8_02.077 GBHighest-quality quantization.
Qwen3.8-2B-BF16.ggufBF163.897 GBFull 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:

QuantGuidance
Q4_K_M / Q5_K_MPhones, single-board computers, any modern laptop โ€” CPU-only is entirely usable at this scale.
Q6_K / Q8_0Any 4 GB+ GPU, or CPU with 8 GB RAM.
BF166 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

Files

FileSizeStatus
.gitattributes2 kBhuffed
Qwen3.8-2B-BF16.gguf3.9 GBhuffed
Qwen3.8-2B-Q4_K_M.gguf1.3 GBhuffed
Qwen3.8-2B-Q5_K_M.gguf1.5 GBhuffed
Qwen3.8-2B-Q6_K.gguf1.6 GBhuffed
Qwen3.8-2B-Q8_0.gguf2.1 GBhuffed
README.md4 kBhuffed
SHA256SUMS0 kBhuffed
empero-ai/Qwen3.8-2B-Distill-GGUF โ€” fast open-weights mirror ยท Huffing Face