openai · audio asr

whisper-base.en

openai/whisper-base.en

whisper-base.en at Q4_K_M is exactly 58,794,272 bytes (0.05 GiB / 0.06 GB) — an effective 6.479 bits per weight, not the nominal 4.

From the file· summed from 1 file(s)From the file· KV per layer
Parameters
73M
Architecture
whisper
6 layers
Context
native (config.json)
License
apache-2.0

Shipped quantizations

exact bytes, summed from published files
QuantSizeExact bytesEffective bpwTensorsPublisher
Q4_K_M0.05 GiB58,794,2726.479handy-computer
Q5_K_M0.06 GiB63,709,4727.021handy-computer
Q6_K0.06 GiB67,789,0887.471handy-computer
Q8_00.08 GiB84,886,2089.355handy-computer
F160.14 GiB151,068,60816.648handy-computer
F320.27 GiB292,257,72832.208handy-computer

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

Architecture

from config.json
Layers
6
Attention heads
KV heads
Head dim
Hidden size
Vocab
51,864
Sliding window
none
SWA period
MLA
no
Experts
Experts per token
use_sliding_window

Questions people ask

How much VRAM does whisper-base.en need?
Q4_K_M is exactly 58,794,272 bytes (0.05 GiB) in weights. Add the KV cache, which depends on your context length, plus roughly half a gigabyte of runtime overhead.
Which quantization of whisper-base.en 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.