The Open Weights
LatestModelsLeaderboardsCompanies
Subscribe
The Open Weights

The daily record of open-source AI. New model releases, leaderboards, and what's coming next — written for people who ship.

Refreshed every 12 hours

Discover

  • Latest releases
  • New today
  • Trending models

Browse

  • All models
  • Companies
  • Categories
  • Leaderboards

About

  • About
  • Editorial policy
  • RSS feed
  • Newsletter

© 2026 The Open Weights. An independent publication.

PrivacyTermsSMSAggregated by Claude · curated by humans.
LatestH companyNeoMME
H companyEmbeddings

H Company's NeoMME rethinks visual document retrieval

A single-tower multimodal encoder aims to make multilingual document search cheaper to fine-tune and run.

Aug 30, 2026
NotableOther

H Company has introduced NeoMME, a foundation encoder built specifically for visual document retrieval — the task of finding relevant pages, screenshots, and richly formatted documents rather than plain text passages. According to the company's write-up on Hugging Face, the model is designed to be multimodal-native and multilingual from the ground up, so images and text are handled by one shared pathway.

The headline architectural choice is a single-tower design. Many retrieval systems use separate encoders for queries and documents, which adds complexity and cost. Folding both into one tower is meant to simplify training and deployment while keeping the model versatile across languages and document types.

Why it matters

Retrieval-augmented systems increasingly need to search over what documents actually look like — tables, charts, forms, and scanned pages — not just their extracted text. NeoMME targets that gap with a few practical priorities:

  • Compact late-interaction embeddings, which retain fine-grained matching between query and document tokens without ballooning storage.
  • Multilingual coverage, so the same encoder can serve document search across languages.
  • Efficient fine-tuning and inference, positioned as a key advantage for teams operating at scale.

Late-interaction methods, popularized by ColBERT-style retrieval, tend to be more accurate than single-vector approaches but heavier to store and serve. By emphasizing compact embeddings, NeoMME is pitching a balance between retrieval quality and operational cost.

The release is described as an initial foundation encoder under a non-standard license, so teams will want to check terms before production use. Full benchmark details and training specifics are laid out in the accompanying paper.

Sources

  • NeoMME: A Single-Tower Multimodal-Native Multilingual Foundation Encoder for Efficient Fine-Tuning and Inference

    HF Papers

    Visit

Get the model

HF Papers

Specs

LicenseOTHER

Modalities

EmbeddingsVision-Language

0 comments

No comments yet. Be the first to weigh in.

More in Embeddings

WeMM
Tencent/Embeddings

Tencent's WeMM-Embedding-9B Unifies Text, Image and Video

The WeChat team releases a 9-billion-parameter multimodal embedding model that maps three modalities into one shared vector space.

Aug 25, 2026
LFM2.5-Encoder-230M
LiquidAI/Embeddings

Liquid AI's LFM2.5 encoder targets fast CPU inference

A 230M-parameter bidirectional encoder built for long-context English and German embeddings without a GPU.

Jul 27, 2026
LFM2.5-Encoder-350M
LiquidAI/Embeddings

Liquid AI ships a 350M encoder built for CPUs

The compact LFM2.5 encoder targets fast, long-context text embeddings without a GPU.

Jul 27, 2026