Instructions to use ModernVBERT/colmodernvbert with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- ColPali
How to use ModernVBERT/colmodernvbert with ColPali:
# No code snippets available yet for this library. # To use this model, check the repository files and the library's documentation. # Want to help? PRs adding snippets are welcome at: # https://github.com/huggingface/huggingface.js
- Notebooks
- Google Colab
- Kaggle
Update README.md
Browse files
README.md
CHANGED
|
@@ -47,10 +47,7 @@ For more information about ModernVBERT, please check the [arXiv](https://arxiv.o
|
|
| 47 |
For now, the branch for using colmdernvbert is not yet merged in the official colpali repo, you need to clone the repo and checkout on the right branch to use it.
|
| 48 |
|
| 49 |
```bash
|
| 50 |
-
|
| 51 |
-
cd colpali
|
| 52 |
-
git checkout vbert
|
| 53 |
-
pip install -e .
|
| 54 |
```
|
| 55 |
|
| 56 |
Here is an example of masked token prediction using ModernVBERT:
|
|
|
|
| 47 |
For now, the branch for using colmdernvbert is not yet merged in the official colpali repo, you need to clone the repo and checkout on the right branch to use it.
|
| 48 |
|
| 49 |
```bash
|
| 50 |
+
pip install colpali-engine
|
|
|
|
|
|
|
|
|
|
| 51 |
```
|
| 52 |
|
| 53 |
Here is an example of masked token prediction using ModernVBERT:
|