Snowflake · embedding

snowflake-arctic-embed-l-v2.0

Snowflake/snowflake-arctic-embed-l-v2.0

snowflake-arctic-embed-l-v2.0 at Q4_K_M is exactly 437,779,488 bytes (0.41 GiB / 0.44 GB) — an effective 6.169 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

Shipped quantizations

exact bytes, summed from published files
QuantSizeExact bytesEffective bpwTensorsPublisher
IQ4_XS0.39 GiB414,088,2245.835Casual-Autopsy
IQ4_NL0.39 GiB423,132,1925.962Casual-Autopsy
Q4_K_S0.39 GiB423,656,4805.970Casual-Autopsy
Q4_K_M0.41 GiB437,779,4886.169Casual-Autopsy
Q5_K_S0.43 GiB459,308,0646.472Casual-Autopsy
Q5_K_M0.44 GiB467,663,9046.590Casual-Autopsy
Q6_K0.47 GiB499,416,0967.037Casual-Autopsy
Q4_K_L0.47 GiB499,779,9687.042Casual-Autopsy
Q5_K_L0.49 GiB529,664,3847.463Casual-Autopsy
Q6_K_L0.52 GiB561,416,5767.911Casual-Autopsy
Q8_00.59 GiB634,554,7528.941Casual-Autopsy
Q8_00.59 GiB634,554,7848.941Savyasaachin
BF161.08 GiB1,157,672,19216.312Casual-Autopsy
F161.08 GiB1,157,672,19216.312Casual-Autopsy
F322.12 GiB2,273,656,06432.037Casual-Autopsy

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.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 snowflake-arctic-embed-l-v2.0 need?
Q4_K_M is exactly 437,779,488 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 snowflake-arctic-embed-l-v2.0 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.