Model reference · open weights

LateOn-hpool-regularized

LateOn-hpool-regularized is an open-weight embedding model from lightonai, listed in the AxForge catalogue. AxForge can bring it up on EU-owned hardware for you on request — with the licence handled where one is required.

Embeddings lightonai 1 variants 330 downloads/mo
Request this model on EU hardware All served models Not on the shared API today — deployed on request.

About

What LateOn-hpool-regularized is

[](https://lighton.ai) [](https://www.linkedin.com/company/lighton/) [](https://x.com/LightOnIO) 📚 Collection | 📝 Blog Overview LateOn-hpool-regularized is a ColBERT-style multi-vector retrieval model trained by LightOn using PyLate. It is built on the LateOn family and regularized specifically to make hierarchical pooling much more effective. Late interaction models are powerful because they store one embedding per document token and score with MaxSim. The downside is index size: long documents require many vectors. We previously introduced hierarchical pooling to reduce this footprint by clustering and merging similar token embeddings inside each document. This model is trained so that such pooling preserves retrieval quality even at aggressive compression ratios. The headline result is simple: LateOn-hpool-regularized reaches 98.7% retention at a 32-token document budget, corresponding to roughly 5× compression, with negligible impact on full-token retrieval performance. This model is the recommended LateOn checkpoint when you want a versatile ColBERT that works well across all compression levels. It is trained with multiple pooling budgets ([4, 8, 16, 32, 64, 128, 300]) so you can set the compression ratio at inference time. If you know your deployment target, training specifically for that budget pushes retention even further (see Targeted Training below). If you only use full-token PLAID retrieval without pooling, LateOn or LateOn-regularized remain strong choices. For the complete methodology and analysis, refer to our blog post. Method Hierarchical pooling contains a discrete operation: cluster assignment. Tokens are merged according to a hierarchical clustering tree, and this assignment is not differentiable. To train through it, we use a Straight-Through Estimator. During training: 1. The model encodes query and document tokens normally. 2. Document token embeddings are hierarchically clustered and pooled in the forward pass. 3. Retrieval scores are computed on the pooled document representation. 4. The loss combines the standard full-token MaxSim loss with a pooled-representation loss. 5. During the backward pass, the Straight-Through Estimator lets g

Summarised from the published model card. Read the full card on the HuggingFace links below.

Specifications

What it is

Makerlightonai
TypeEmbedding models
Parameters (lead)149M
Context8k tokens
Variants1
Runs withPyLate
Released2026-07-06
Popularity330 downloads / month
Likes6
LicenceOpen weights

How it works

How embedding models work

Your textsentence / documentEncodermaps meaningVectorlist of numbersAn embedding model turns text into a vector, so similar meanings sit close together — the basis of search and RAG.

Variants

Sizes & precisions

Open weights ship in several sizes and precisions. One page, all the variants — pick the one that fits your GPU. VRAM figures are estimates from model size.

VariantParamsPrecisionVRAMFits 16 GBWeights
LateOn-hpool-regularized149MBF16~0.3 GBWeights ↗

Using it via the API

Call it like any OpenAI endpoint

Once AxForge deploys lateon-hpool-regularized for you, it answers on the OpenAI-compatible API — the same base URL and keys as every other model. (lateon-hpool-regularized below is illustrative; you get the exact model name on deployment.)

$ curl -sS https://api.axforge.ai/v1/embeddings \
  -H "Authorization: Bearer $AXFORGE_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{"model":"lateon-hpool-regularized","input":"text to embed"}'

Details

Languages, data & research

Languages

en

Tags

PyLate safetensors modernbert ColBERT multi-vector sentence-transformers sentence-similarity feature-extraction en text-embeddings-inference endpoints_compatible

Papers

Licence

Open weights

Open weights under apache-2.0 — commercial use is permitted. Deploy it on AxForge EU hardware on request. Read the licence ↗

Sources

Weights & code

Want LateOn-hpool-regularized on EU-owned hardware?

Request this model on EU hardware See what’s served now

Explore

More embedding models

© 2026 AxForge · EU-hosted AI infrastructure Pricing Docs Trust Privacy Terms