thenlper · embedding

gte-large

thenlper/gte-large

gte-large at Q4_K_M is exactly 215,891,488 bytes (0.20 GiB / 0.22 GB) — an effective 5.153 bits per weight, not the nominal 4.

From the file· summed from 1 file(s)From the file· KV per layer
Parameters
335M
Architecture
bert
24 layers
Context
512
native (config.json)
License
mit

Shipped quantizations

exact bytes, summed from published files
QuantSizeExact bytesEffective bpwTensorsPublisher
Q2_K0.13 GiB144,227,8723.443ChristianAzinn
Q3_K_S0.15 GiB159,563,2963.809ChristianAzinn
Q3_K_M0.17 GiB181,452,3204.331ChristianAzinn
Q3_K_L0.18 GiB198,491,6804.738ChristianAzinn
Q4_00.19 GiB199,671,3284.766ChristianAzinn
Q4_K_S0.19 GiB203,341,3444.854ChristianAzinn
Q4_K_M0.20 GiB215,891,4885.153ChristianAzinn
Q5_K_S0.22 GiB237,420,0645.667ChristianAzinn
Q5_00.22 GiB237,420,0645.667ChristianAzinn
Q5_K_M0.23 GiB245,775,9045.867ChristianAzinn
Q6_K0.26 GiB277,528,0966.625ChristianAzinn
Q8_00.33 GiB358,235,7128.551ChristianAzinn

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.18 GiB. The real file is 0.20 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
30,522
Sliding window
none
SWA period
MLA
no
Experts
Experts per token
use_sliding_window

Questions people ask

How much VRAM does gte-large need?
Q4_K_M is exactly 215,891,488 bytes (0.20 GiB) in weights. Add the KV cache, which depends on your context length, plus roughly half a gigabyte of runtime overhead.
Which quantization of gte-large 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.