mlconti commited on
Commit
17cb89f
·
verified ·
1 Parent(s): 974218f

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -4
README.md CHANGED
@@ -24,10 +24,10 @@ The [ModernVBERT](https://arxiv.org/abs/2510.01149) suite is a suite of compact
24
  For more information about ModernVBERT, please check the [arXiv](https://arxiv.org/abs/2510.01149) preprint.
25
 
26
  ### Models
27
- - `colmodernvbert` (*ColModernVBERT* in the paper) is the late-interaction version that is fine-tuned for visual document retrieval tasks, our most performant model on this task.
28
- - `bimodernvbert` (*BiModernVBERT* in the paper) is the bi-encoder version that is fine-tuned for visual document retrieval tasks.
29
- - `modernvbert-embed` is the bi-encoder version after modality alignment (using a MLM objective) and contrastive learning, without document specialization.
30
- - `modernvbert` is the base model after modality alignment (using a MLM objective).
31
 
32
 
33
  ## Usage
 
24
  For more information about ModernVBERT, please check the [arXiv](https://arxiv.org/abs/2510.01149) preprint.
25
 
26
  ### Models
27
+ - `ColModernVBERT` is the late-interaction version that is fine-tuned for visual document retrieval tasks, our most performant model on this task.
28
+ - `BiModernVBERT` is the bi-encoder version that is fine-tuned for visual document retrieval tasks.
29
+ - `ModernVBERT-embed` is the bi-encoder version after modality alignment (using a MLM objective) and contrastive learning, without document specialization.
30
+ - `ModernVBERT` is the base model after modality alignment (using a MLM objective).
31
 
32
 
33
  ## Usage