jinaai · embedding

jina-reranker-v1-tiny-en

jinaai/jina-reranker-v1-tiny-en

jina-reranker-v1-tiny-en at Q4_K_M is exactly 33,257,536 bytes (0.03 GiB / 0.03 GB) — an effective 8.051 bits per weight, not the nominal 4.

From the file· summed from 1 file(s)From the file· KV per layer
Parameters
33M
Architecture
jina-bert-v2
4 layers
Context
8,192
native (config.json)
License
apache-2.0

Shipped quantizations

exact bytes, summed from published files
QuantSizeExact bytesEffective bpwTensorsPublisher
Q3_K_S0.03 GiB31,644,7367.661mradermacher
Q2_K0.03 GiB31,644,7367.661mradermacher
IQ4_XS0.03 GiB31,884,3527.719mradermacher
Q3_K_M0.03 GiB32,123,9687.777mradermacher
Q3_K_L0.03 GiB32,474,1767.862mradermacher
Q4_K_S0.03 GiB32,879,6807.960mradermacher
Q4_K_M0.03 GiB33,257,5368.051mradermacher
Q5_K_S0.03 GiB33,580,0968.129mradermacher
Q5_K_M0.03 GiB33,828,9288.190mradermacher
Q6_K0.03 GiB36,105,2808.741mradermacher
Q8_00.03 GiB36,676,6728.879mradermacher
F160.06 GiB67,504,19216.342mradermacher

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

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

Architecture

from config.json
Layers
4
Attention heads
12
KV heads
12
Head dim
32
Hidden size
384
Vocab
61,056
Sliding window
none
SWA period
MLA
no
Experts
Experts per token
use_sliding_window

Questions people ask

How much VRAM does jina-reranker-v1-tiny-en need?
Q4_K_M is exactly 33,257,536 bytes (0.03 GiB) in weights. Add the KV cache, which depends on your context length, plus roughly half a gigabyte of runtime overhead.
Which quantization of jina-reranker-v1-tiny-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.