LiquidAI · embedding

LFM2.5-Embedding-350M

LiquidAI/LFM2.5-Embedding-350M

LFM2.5-Embedding-350M at Q4_K_M is exactly 229,311,232 bytes (0.21 GiB / 0.23 GB) — an effective 5.175 bits per weight, not the nominal 4.

From the file· summed from 1 file(s)From the file· KV per layer
Parameters
354M
Architecture
lfm2
16 layers
Context
128,000
native (config.json)
License
other

Shipped quantizations

exact bytes, summed from published files
QuantSizeExact bytesEffective bpwTensorsPublisher
Q2_K0.15 GiB160,597,1843.624mradermacher
Q3_K_S0.17 GiB181,150,9124.088mradermacher
Q3_K_M0.18 GiB193,152,1924.359mradermacher
Q3_K_L0.19 GiB203,048,1284.582mradermacher
IQ4_XS0.20 GiB211,805,3764.780mradermacher
Q4_00.20 GiB219,308,8004.949LiquidAI
Q4_K_S0.21 GiB220,751,0404.982mradermacher
IQ4_XS0.21 GiB226,168,7045.104cstr
Q4_K_M0.21 GiB229,311,2325.175LiquidAI
Q4_K_M0.21 GiB229,311,6805.175mradermacher
Q4_K0.22 GiB235,147,1365.307cstr
Q5_K_S0.24 GiB255,222,9765.760mradermacher
Q5_K_M0.24 GiB260,375,2965.876LiquidAI
Q5_K_M0.24 GiB260,375,7445.876mradermacher
Q6_K0.27 GiB293,380,8646.621LiquidAI
Q6_K0.27 GiB293,381,3126.621mradermacher
Q8_00.35 GiB378,802,0488.549cstr
Q8_00.35 GiB379,216,6408.558LiquidAI
Q8_00.35 GiB379,217,0888.558mradermacher
F160.66 GiB711,069,50416.047cstr
BF160.66 GiB711,484,16016.057LiquidAI
F160.66 GiB711,484,16016.057LiquidAI
F160.66 GiB711,484,60816.057mradermacher

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

Architecture

from config.json
Layers
16
Attention heads
16
KV heads
8
Head dim
64
Hidden size
1024
Vocab
65,536
Sliding window
none
SWA period
MLA
no
Experts
Experts per token
use_sliding_window

Questions people ask

How much VRAM does LFM2.5-Embedding-350M need?
Q4_K_M is exactly 229,311,232 bytes (0.21 GiB) in weights. Add the KV cache, which depends on your context length, plus roughly half a gigabyte of runtime overhead.
Which quantization of LFM2.5-Embedding-350M 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.