nbeerbower · text

Huihui-Qwen3.5-0.8B-abliterated-Athanorlite-ORPO

nbeerbower/Huihui-Qwen3.5-0.8B-abliterated-Athanorlite-ORPO

Huihui-Qwen3.5-0.8B-abliterated-Athanorlite-ORPO at I1-IQ1_S is exactly 329,950,688 bytes (0.31 GiB / 0.33 GB) — an effective 3.095 bits per weight, not the nominal 1. Its KV cache at 32K is 0.38 GiB.

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

Shipped quantizations

exact bytes, summed from published files
QuantSizeExact bytesEffective bpwTensorsPublisher
I1-IQ1_S0.31 GiB329,950,6883.095mradermacher
I1-IQ1_M0.32 GiB338,332,6403.173mradermacher
I1-IQ2_XXS0.33 GiB352,302,5603.304mradermacher
I1-IQ2_XS0.34 GiB363,871,7123.413mradermacher
I1-IQ2_S0.34 GiB366,759,3923.440mradermacher
I1-IQ2_M0.35 GiB377,935,3283.545mradermacher
I1-IQ3_XXS0.37 GiB398,001,6323.733mradermacher
I1-Q2_K_S0.39 GiB414,685,1523.889mradermacher
I1-Q2_K0.39 GiB422,328,2883.961mradermacher
I1-Q3_K_S0.41 GiB435,364,3204.083mradermacher
I1-IQ3_XS0.41 GiB443,302,3684.158mradermacher
I1-IQ3_S0.42 GiB450,822,6244.228mradermacher
I1-IQ3_M0.42 GiB453,956,0644.258mradermacher
I1-Q3_K_M0.43 GiB466,223,5844.373mradermacher
I1-Q3_K_L0.46 GiB491,323,8724.608mradermacher
I1-Q4_00.47 GiB502,141,9204.710mradermacher
I1-IQ4_XS0.47 GiB504,089,5684.728mradermacher
I1-Q4_K_S0.47 GiB505,254,8804.739mradermacher
I1-IQ4_NL0.48 GiB516,002,7844.840mradermacher
I1-Q4_K_M0.49 GiB529,298,4004.964mradermacher
I1-Q4_10.50 GiB532,554,7204.995mradermacher
I1-Q5_K_S0.52 GiB563,655,6485.286mradermacher
I1-Q5_K_M0.54 GiB577,999,8405.421mradermacher
I1-Q6_K0.59 GiB629,745,1205.906mradermacher

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 I1-IQ1_S at roughly 0.45 GiB. The real file is 0.31 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-Athanorlite-ORPO need?
I1-IQ1_S is exactly 329,950,688 bytes (0.31 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-Athanorlite-ORPO'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-Athanorlite-ORPO 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.