mlconti commited on
Commit
88823ac
·
verified ·
1 Parent(s): 01fc580

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +5 -5
README.md CHANGED
@@ -10,7 +10,7 @@ tags: []
10
  </div>
11
 
12
  ## Model
13
- This is the model card for `ColModernVBERT` the late-interaction version of ModernVBERT that is fine-tuned for visual document retrieval tasks, our most performant model on this task.
14
 
15
  ## Table of Contents
16
  1. [Overview](#overview)
@@ -26,10 +26,10 @@ The [ModernVBERT](https://arxiv.org/abs/2510.01149) suite is a suite of compact
26
  For more information about ModernVBERT, please check the [arXiv](https://arxiv.org/abs/2510.01149) preprint.
27
 
28
  ### Models
29
- - `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.
30
- - `bimodernvbert` (*BiModernVBERT* in the paper) is the bi-encoder version that is fine-tuned for visual document retrieval tasks.
31
- - `modernvbert-embed` is the bi-encoder version after modality alignment (using a MLM objective) and contrastive learning, without document specialization.
32
- - `modernvbert` is the base model after modality alignment (using a MLM objective).
33
 
34
 
35
  ## Usage
 
10
  </div>
11
 
12
  ## Model
13
+ This is the model card for `ColModernVBERT`, the late-interaction version of ModernVBERT that is fine-tuned for visual document retrieval tasks, our most performant model on this task.
14
 
15
  ## Table of Contents
16
  1. [Overview](#overview)
 
26
  For more information about ModernVBERT, please check the [arXiv](https://arxiv.org/abs/2510.01149) preprint.
27
 
28
  ### Models
29
+ - `ColModernVBERT` is the late-interaction version that is fine-tuned for visual document retrieval tasks, our most performant model on this task.
30
+ - `BiModernVBERT` is the bi-encoder version that is fine-tuned for visual document retrieval tasks.
31
+ - `ModernVBERT-embed` is the bi-encoder version after modality alignment (using a MLM objective) and contrastive learning, without document specialization.
32
+ - `ModernVBERT` is the base model after modality alignment (using a MLM objective).
33
 
34
 
35
  ## Usage