LiquidAI · embedding

LFM2.5-ColBERT-350M

LiquidAI/LFM2.5-ColBERT-350M

LFM2.5-ColBERT-350M at Q4_K_M is exactly 228,407,552 bytes (0.21 GiB / 0.23 GB) — an effective 5.172 bits per weight, not the nominal 4.

From the file· summed from 1 file(s)From the file· KV per layer
Parameters
353M
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 GiB159,662,7843.615mradermacher
Q3_K_S0.17 GiB180,229,8244.081mradermacher
Q3_K_M0.18 GiB192,231,1044.353mradermacher
Q3_K_L0.19 GiB202,127,0404.577mradermacher
IQ4_XS0.20 GiB210,897,6004.775mradermacher
Q4_00.20 GiB218,405,1204.945LiquidAI
Q4_K_S0.20 GiB219,847,3604.978mradermacher
IQ4_XS0.21 GiB225,004,6405.095cstr
Q4_K_M0.21 GiB228,407,5525.172LiquidAI
Q4_K_M0.21 GiB228,408,0005.172mradermacher
Q4_K0.22 GiB233,987,1685.298cstr
Q5_K_S0.24 GiB254,335,6805.759mradermacher
Q5_K_M0.24 GiB259,488,0005.875LiquidAI
Q5_K_M0.24 GiB259,488,4485.875mradermacher
Q5_K0.25 GiB269,917,2806.112cstr
Q6_K0.27 GiB292,510,9766.623LiquidAI
Q6_K0.27 GiB292,511,4246.623mradermacher
Q8_00.35 GiB377,707,6168.552cstr
Q8_00.35 GiB378,097,2488.561LiquidAI
Q8_00.35 GiB378,097,6968.561mradermacher
F320.66 GiB709,009,31216.053cstr
BF160.66 GiB709,399,00816.062LiquidAI
F160.66 GiB709,399,00816.062LiquidAI
F160.66 GiB709,399,45616.062mradermacher

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
64,402
Sliding window
none
SWA period
MLA
no
Experts
Experts per token
use_sliding_window

Questions people ask

How much VRAM does LFM2.5-ColBERT-350M need?
Q4_K_M is exactly 228,407,552 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-ColBERT-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.