BAAI · embedding
bge-reranker-v2-m3
BAAI/bge-reranker-v2-m3bge-reranker-v2-m3 at Q4_K_M is exactly 438,376,864 bytes (0.41 GiB / 0.44 GB) — an effective 6.177 bits per weight, not the nominal 4.
From the file· summed from 1 file(s)From the file· KV per layer
Parameters
568M
Architecture
bert
24 layers
Context
8,194
native (config.json)
License
apache-2.0
Shipped quantizations
● exact bytes, summed from published files
No KV cache
architectural, not a gap in our data
This architecture allocates no KV cache. Encoder and embedding models process their input in one pass rather than generating token by token, so there is nothing to carry forward between steps and memory does not grow with context. Its footprint is the weights plus a working buffer, and that is the whole story.
Compare with
same modality, comparable size
Will it run on your card?
full quant x context sweep
Radeon RX 6500 XT 4GBGeForce RTX 3050 6GBGeForce RTX 5050 8GBGeForce RTX 3080 10GBGeForce RTX 2080 Ti 11GBGeForce RTX 5070 12GBGeForce RTX 5060 Ti 16GBApple M3 Pro 18GBGeForce RTX 3080 Ti 20GBGeForce RTX 5090 D V2 24GBGeForce RTX 5090 D 32GBApple M5 Max 36GBApple M5 Pro 48GBApple M5 Max 64GBApple M3 Ultra 96GBApple M5 Max 128GBApple M2 Ultra 192GBApple M3 Ultra 256GBApple M3 Ultra 512GB
Why other calculators give a different number
A parameters × bits ÷ 8 estimate puts Q4_K_M at roughly 0.30 GiB. The real file is 0.41 GiB, because a quantization is a mixture and some tensors are always kept at higher precision.
Architecture
from config.json
Layers
24
Attention heads
16
KV heads
16
Head dim
64
Hidden size
1024
Vocab
250,002
Sliding window
none
SWA period
—
MLA
no
Experts
—
Experts per token
—
use_sliding_window
—
Questions people ask
- How much VRAM does bge-reranker-v2-m3 need?
- Q4_K_M is exactly 438,376,864 bytes (0.41 GiB) in weights. Add the KV cache, which depends on your context length, plus roughly half a gigabyte of runtime overhead.
- Which quantization of bge-reranker-v2-m3 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.