huihui-ai · text

Qwen2.5-14B-Instruct-abliterated-v2

huihui-ai/Qwen2.5-14B-Instruct-abliterated-v2

Qwen2.5-14B-Instruct-abliterated-v2 at Q4_K_M is exactly 8,988,111,328 bytes (8.37 GiB / 8.99 GB) — an effective 4.868 bits per weight, not the nominal 4. Its KV cache at 32K is 6.00 GiB.

From the file· summed from 1 file(s)From the file· KV per layer
Parameters
14.8B
Architecture
qwen2
48 layers
Context
32,768
native (config.json)
License
apache-2.0

Shipped quantizations

exact bytes, summed from published files
QuantSizeExact bytesEffective bpwTensorsPublisher
Q2_K5.37 GiB5,770,498,5283.126mradermacher
Q3_K_S6.20 GiB6,659,596,7683.607mradermacher
Q3_K_M6.84 GiB7,339,205,0883.975mradermacher
Q3_K_L7.38 GiB7,924,769,2484.292mradermacher
IQ4_XS7.62 GiB8,186,196,4484.434mradermacher
Q4_K_S7.98 GiB8,573,432,2884.644mradermacher
Q4_K_M8.37 GiB8,988,111,3284.868mradermacher
Q5_K_S9.56 GiB10,266,554,8485.561mradermacher
Q5_K_M9.79 GiB10,508,873,6965.692MindAI
Q5_K_M9.79 GiB10,508,874,2085.692mradermacher
Q6_K11.29 GiB12,124,684,7686.567mradermacher
Q8_014.62 GiB15,701,598,1768.505maicog
Q8_014.62 GiB15,701,598,6888.505mradermacher

KV cache by context

computed per layer
ContextKV cache (f16)Flat formulaOverstated byFull / windowed / recurrent
4,0960.75 GiB0.75 GiB48 / 0 / 0
8,1921.50 GiB1.50 GiB48 / 0 / 0
16,3843.00 GiB3.00 GiB48 / 0 / 0
32,7686.00 GiB6.00 GiB48 / 0 / 0
65,53612.00 GiB12.00 GiB48 / 0 / 0
131,07224.00 GiB24.00 GiB48 / 0 / 0

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 7.74 GiB. The real file is 8.37 GiB, because a quantization is a mixture and some tensors are always kept at higher precision.

Architecture

from config.json
Layers
48
Attention heads
40
KV heads
8
Head dim
128
Hidden size
5120
Vocab
152,064
Sliding window
131072
SWA period
MLA
no
Experts
Experts per token
use_sliding_window
false

This model declares a sliding window but sets use_sliding_window: false, so the window is not applied. Honouring the field without the flag understates KV for the whole family.

Questions people ask

How much VRAM does Qwen2.5-14B-Instruct-abliterated-v2 need?
Q4_K_M is exactly 8,988,111,328 bytes (8.37 GiB) in weights. Add the KV cache, which depends on your context length, plus roughly half a gigabyte of runtime overhead.
How large is Qwen2.5-14B-Instruct-abliterated-v2's KV cache?
6.00 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 Qwen2.5-14B-Instruct-abliterated-v2 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.