Update README.md
Browse files
README.md
CHANGED
|
@@ -10,7 +10,7 @@ tags: []
|
|
| 10 |
</div>
|
| 11 |
|
| 12 |
## Model
|
| 13 |
-
This is the model card for `ColModernVBERT
|
| 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 |
-
- `
|
| 30 |
-
- `
|
| 31 |
-
- `
|
| 32 |
-
- `
|
| 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
|