ModernVBERT
labOpenness profile
1 product on the map — 1 open.
Openness
5 high confidence- weights
- open(ungated MIT checkpoints on the ModernVBERT org - colmodernvbert, bimodernvbert, modernvbert-embed and the base model)
- data
- open(the paper states models, code and data are released, and the org publishes the NatCap modality-alignment corpus alongside the public document-retrieval sets it trains on)
- code
- open(the card releases the training codebase under MIT, and the paper releases intermediate checkpoints with it)
- checkpoints
- open(ModernVBERT/ablation_checkpoints, the intermediate and ablation runs behind the paper)
- license
- MIT(OSI)
An unusually complete release for a 2025 retriever: MIT over architecture, weights and the training codebase in one sentence of the card, the data published in the same org, and the intermediate checkpoints kept rather than discarded. The corpus is the softest of the four - it is a mixture of public sets plus the released NatCap rather than one named published corpus - but nothing in it is withheld.
- https://huggingface.co/ModernVBERT/colmodernvbert/raw/main/README.md recorded 2026-09-11
`license: mit` front matter and 'We release the ModernVBERT model architectures, model weights, and training codebase under the MIT license.'; lists ColModernVBERT, BiModernVBERT, ModernVBERT-embed and the base model.
- https://arxiv.org/abs/2510.01149 recorded 2026-09-11
'Models, code and data are available at this https URL.'
- https://huggingface.co/api/datasets?author=ModernVBERT&limit=50 recorded 2026-09-11
the org publishes ModernVBERT/natcap and ModernVBERT/toy-colpali-train-set as public datasets.
- https://huggingface.co/api/models?author=ModernVBERT&limit=50 recorded 2026-09-11
seven public repos including ModernVBERT/ablation_checkpoints; `gated: false` throughout.