Update README.md
Browse files
README.md
CHANGED
@@ -17,13 +17,13 @@ ColSmolVLM is a model based on a novel model architecture and training strategy
|
|
17 |
It is a SmolVLM extension that generates [ColBERT](https://arxiv.org/abs/2004.12832)- style multi-vector representations of text and images.
|
18 |
It was introduced in the paper [ColPali: Efficient Document Retrieval with Vision Language Models](https://arxiv.org/abs/2407.01449) and first released in [this repository](https://github.com/ManuelFay/colpali)
|
19 |
|
20 |
-
|
21 |
|
22 |
-
## Version specificity
|
23 |
|
24 |
-
|
25 |
|
26 |
-
|
|
|
27 |
|
28 |
|
29 |
## Model Training
|
|
|
17 |
It is a SmolVLM extension that generates [ColBERT](https://arxiv.org/abs/2004.12832)- style multi-vector representations of text and images.
|
18 |
It was introduced in the paper [ColPali: Efficient Document Retrieval with Vision Language Models](https://arxiv.org/abs/2407.01449) and first released in [this repository](https://github.com/ManuelFay/colpali)
|
19 |
|
20 |
+
This version is the untrained base version to guarantee deterministic projection layer initialization.
|
21 |
|
|
|
22 |
|
23 |
+
## Usage
|
24 |
|
25 |
+
> [!WARNING]
|
26 |
+
> This version should not be used: it is solely the base version useful for deterministic LoRA initialization.
|
27 |
|
28 |
|
29 |
## Model Training
|