Model comparison
jina-reranker-v1-tiny-en vs all-MiniLM-L6-v2
At Q4_K_M, all-MiniLM-L6-v2 is the smaller download — 20,999,104 bytes against 33,257,536. At long context the gap widens: jina-reranker-v1-tiny-en's KV cache at 32K is 1.5× smaller, which usually matters more than the difference in weights.
From the file· summed bytes, KV per layer
Side by side
| jina-reranker-v1-tiny-en | all-MiniLM-L6-v2 | |
|---|---|---|
| Parameters | 33M | 23M |
| Architecture | jina-bert-v2 | bert |
| Layers | 4 | 6 |
| Native context | 8,192 | 512 |
| Mixture of experts | no | no |
| Quantizations published | 12 | 28 |
| Smallest quantization | 0.03 GiB | 0.02 GiB |
| Q4_K_M | 0.03 GiB | 0.02 GiB |
| Licence | apache-2.0 | apache-2.0 |
KV cache by context
the term that decides long-context viability
| Context | jina-reranker-v1-tiny-en | all-MiniLM-L6-v2 | Ratio |
|---|---|---|---|
| 4,096 | 0.02 GiB | 0.04 GiB | 1.50× |
| 8,192 | 0.05 GiB | 0.07 GiB | 1.50× |
| 16,384 | 0.09 GiB | 0.14 GiB | 1.50× |
| 32,768 | 0.19 GiB | 0.28 GiB | 1.50× |
| 65,536 | 0.38 GiB | 0.56 GiB | 1.50× |
| 131,072 | 0.75 GiB | 1.13 GiB | 1.50× |