Instructions to use vidore/colpali with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- ColPali
How to use vidore/colpali 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
Point usage snippet at vidore/colpali
Browse files
README.md
CHANGED
|
@@ -59,7 +59,7 @@ pip install "sentence-transformers[image]>=6.0.0"
|
|
| 59 |
```python
|
| 60 |
from sentence_transformers import MultiVectorEncoder
|
| 61 |
|
| 62 |
-
model = MultiVectorEncoder("
|
| 63 |
|
| 64 |
queries = [
|
| 65 |
"What is the variable represented on the y-axis of the graph?",
|
|
|
|
| 59 |
```python
|
| 60 |
from sentence_transformers import MultiVectorEncoder
|
| 61 |
|
| 62 |
+
model = MultiVectorEncoder("vidore/colpali")
|
| 63 |
|
| 64 |
queries = [
|
| 65 |
"What is the variable represented on the y-axis of the graph?",
|