Update README.md
Browse files
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 |
-
- `
|
| 28 |
-
- `
|
| 29 |
-
- `
|
| 30 |
-
- `
|
| 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
|