openai · audio asr

whisper-tiny

openai/whisper-tiny

whisper-tiny at Q4_K_M is exactly 43,621,792 bytes (0.04 GiB / 0.04 GB) — an effective 9.242 bits per weight, not the nominal 4.

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

Shipped quantizations

exact bytes, summed from published files
QuantSizeExact bytesEffective bpwTensorsPublisher
Q2_K0.02 GiB16,783,2643.556oxide-lab
Q3_K0.02 GiB20,483,3114.340oxide-lab
Q4_00.02 GiB22,087,1044.679oxide-lab
Q4_10.02 GiB24,414,4645.173oxide-lab
Q4_00.02 GiB25,321,8345.365oxide-lab
Q4_K0.02 GiB25,321,8345.365oxide-lab
Q4_10.03 GiB27,598,7865.847oxide-lab
Q5_K0.03 GiB29,875,7386.330oxide-lab
Q5_00.03 GiB29,875,7386.330oxide-lab
Q5_10.03 GiB32,152,6906.812oxide-lab
Q6_K0.03 GiB34,714,2617.355oxide-lab
Q8_00.04 GiB43,537,4509.224oxide-lab
Q4_K_M0.04 GiB43,621,7929.242handy-computer
Q5_K_M0.04 GiB44,211,6169.367handy-computer
Q6_K0.04 GiB44,838,3049.499handy-computer
Q8_00.04 GiB45,981,0889.742handy-computer
F160.07 GiB80,135,36016.977handy-computer
F320.14 GiB152,997,82432.414handy-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.02 GiB. The real file is 0.04 GiB, because a quantization is a mixture and some tensors are always kept at higher precision.

Architecture

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

Questions people ask

How much VRAM does whisper-tiny need?
Q4_K_M is exactly 43,621,792 bytes (0.04 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-tiny 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.