Model reference · open weights

mDenseOn

mDenseOn 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 12k downloads/mo
Request this model on EU hardware All served models Not on the shared API today — deployed on request.

About

What mDenseOn is

[](https://lighton.ai) [](https://www.linkedin.com/company/lighton/) [](https://x.com/LightOnIO) 📚 Collection | 📝 Multilingual Blog | 📝 English Blog | 📝 Paper 🎯 TL;DR: A 307M-parameter multilingual dense (single-vector) retrieval model achieving state-of-the-art results across multilingual retrieval (MIRACL), long-document retrieval (MLDR), English general-domain retrieval (BEIR), and code retrieval (MTEB Code). Built by extending our validated open English data recipe to eight additional languages via translate-train, producing one of the largest open multilingual retrieval training sets to date (2.8B pairs). About the mDenseOn / mLateOn Family With DenseOn and LateOn, we demonstrated that an open, carefully curated data recipe can match closed-data retrieval models on English. mDenseOn and mLateOn extend this recipe to multilingual, long-context, and code retrieval. Rather than independently collecting multilingual corpora from scratch (which would be expensive, uneven across languages, and hard to curate at the same quality), we applied the translate-train approach: machine-translating our validated English data into eight target languages (French, German, Italian, Spanish, Portuguese, Swedish, Norwegian, and Arabic) and adding cross-lingual pairs for cross-lingual alignment. For more information, please read our multilingual models blog post, our English models blog post and our paper. mDenseOn mDenseOn is a multilingual dense (single-vector) retrieval model built on mmBERT-base (307M parameters), trained by LightOn. It encodes queries and documents independently using cosine similarity with query:/document: prefixes and [CLS] pooling, supporting context lengths of up to 8,192 tokens. mDenseOn notably: - Achieves 56.70 NDCG@10 on BEIR, slightly surpassing the English-only DenseOn (56.20), confirming that multilingual capabilities do not come at the cost of English quality. - Reaches 59.61 on MIRACL target languages, competitive with similarly-sized models like EmbeddingGemma. - Scores 64.98 on MLDR target languages, competitive with most dense baselines - Achieves 71.53 on MTEB Code, the second-best sub-350M dense model, despite using only fine-tuning-stage

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

Specifications

What it is

Makerlightonai
TypeEmbedding models
Parameters (lead)307M
Context8k tokens
Variants1
Runs withsentence-transformers
Based onlightonai/mDenseOn-unsupervised
Released2026-06-22
Popularity12k downloads / month
Likes14
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
mDenseOn307MBF16~0.7 GBWeights ↗

Using it via the API

Call it like any OpenAI endpoint

Once AxForge deploys mdenseon for you, it answers on the OpenAI-compatible API — the same base URL and keys as every other model. (mdenseon 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":"mdenseon","input":"text to embed"}'

Details

Languages, data & research

Languages

en fr de it es pt sv no ar code

Tags

sentence-transformers safetensors modernbert sentence-similarity feature-extraction dense multilingual code search en fr de it es pt

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 mDenseOn 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