huihui-ai · text

Huihui-Qwen3.5-0.8B-abliterated

huihui-ai/Huihui-Qwen3.5-0.8B-abliterated

Huihui-Qwen3.5-0.8B-abliterated at Q4_K_M is exactly 527,503,840 bytes (0.49 GiB / 0.53 GB) — an effective 4.832 bits per weight, not the nominal 4. Its KV cache at 32K is 0.38 GiB.

From the file· summed from 1 file(s)From the file· KV per layer
Parameters
873M
Architecture
qwen35
24 layers
Context
262,144
native (config.json)
License
apache-2.0

Shipped quantizations

exact bytes, summed from published files
QuantSizeExact bytesEffective bpwTensorsPublisher
I1-IQ1_S0.27 GiB288,367,8722.641mradermacher
I1-IQ1_M0.28 GiB299,404,0322.742mradermacher
I1-IQ2_XXS0.30 GiB317,797,6322.911mradermacher
I1-IQ2_XS0.31 GiB332,905,7283.049mradermacher
I1-IQ2_S0.31 GiB335,793,4083.076mradermacher
I1-IQ2_M0.33 GiB350,508,2883.210mradermacher
I1-IQ3_XXS0.35 GiB377,652,4803.459mradermacher
I1-Q2_K_S0.36 GiB388,142,8483.555mradermacher
Q2_K0.37 GiB395,785,6963.625mradermacher
I1-Q2_K0.37 GiB395,785,9843.625mradermacher
I1-IQ3_XS0.40 GiB428,261,6323.922mradermacher
Q3_K_S0.41 GiB435,363,8083.988mradermacher
I1-Q3_K_S0.41 GiB435,364,0963.988mradermacher
I1-IQ3_S0.41 GiB435,781,8883.991mradermacher
I1-IQ3_M0.42 GiB453,955,8404.158mradermacher
Q3_K_M0.43 GiB464,781,2804.257mradermacher
I1-Q3_K_M0.43 GiB464,781,5684.257mradermacher
Q3_K_L0.44 GiB477,167,5844.370mradermacher
I1-Q3_K_L0.44 GiB477,167,8724.370mradermacher
I1-IQ4_XS0.45 GiB486,394,6244.455mradermacher
IQ4_XS0.45 GiB488,114,6564.471mradermacher
I1-IQ4_NL0.47 GiB501,846,7844.596mradermacher
I1-Q4_00.47 GiB502,141,6964.599mradermacher
Q4_K_S0.47 GiB503,091,6804.608mradermacher
I1-Q4_K_S0.47 GiB503,091,9684.608mradermacher
Q4_K_M0.49 GiB527,503,8404.832mradermacher
I1-Q4_K_M0.49 GiB527,504,1284.832mradermacher
I1-Q4_10.50 GiB532,554,4964.878mradermacher
Q5_K_S0.52 GiB563,655,1365.163mradermacher
I1-Q5_K_S0.52 GiB563,655,4245.163mradermacher
Q5_K_M0.54 GiB584,823,2645.356mradermacher
I1-Q5_K_M0.54 GiB584,823,5525.356mradermacher
Q6_K0.59 GiB629,744,6085.768mradermacher
I1-Q6_K0.59 GiB629,744,8965.768mradermacher
Q8_00.76 GiB811,844,0647.436mradermacher
F161.41 GiB1,516,745,18413.892mradermacher

KV cache by context

computed per layer
ContextKV cache (f16)Flat formulaOverstated byFull / windowed / recurrent
4,0960.05 GiB0.19 GiB4.00×6 / 0 / 18
8,1920.09 GiB0.38 GiB4.00×6 / 0 / 18
16,3840.19 GiB0.75 GiB4.00×6 / 0 / 18
32,7680.38 GiB1.50 GiB4.00×6 / 0 / 18
65,5360.75 GiB3.00 GiB4.00×6 / 0 / 18
131,0721.50 GiB6.00 GiB4.00×6 / 0 / 18

18 of 24 layers use linear attention, which keeps a fixed-size recurrent state instead of a per-token cache. Those layers do not grow with context at all — treating them as ordinary attention, as a flat formula does, overstates this model's cache by roughly 4.0× at long context.

Compare with

same modality, comparable size

Will it run on your card?

full quant x context sweep

Why other calculators give a different number

A parameters × bits ÷ 8 estimate puts Q4_K_M at roughly 0.46 GiB. The real file is 0.49 GiB, because a quantization is a mixture and some tensors are always kept at higher precision.

Architecture

from config.json
Layers
24
Attention heads
8
KV heads
2
Head dim
256
Hidden size
1024
Vocab
248,320
Sliding window
none
SWA period
MLA
no
Experts
Experts per token
use_sliding_window

Questions people ask

How much VRAM does Huihui-Qwen3.5-0.8B-abliterated need?
Q4_K_M is exactly 527,503,840 bytes (0.49 GiB) in weights. Add the KV cache, which depends on your context length, plus roughly half a gigabyte of runtime overhead.
How large is Huihui-Qwen3.5-0.8B-abliterated's KV cache?
0.38 GiB at 32K context with an f16 cache, computed per layer. Quantizing the cache to q8_0 roughly halves it, which is often the difference between a context length fitting and not.
Which quantization of Huihui-Qwen3.5-0.8B-abliterated should I use?
Q4_K_M is the usual default. Pick the largest quantization that fits your card at the context you actually need — the table above gives exact sizes for every one published.