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
File size: 455 Bytes
d56fc86 605643d d56fc86 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 | {
"__version__": {
"sentence_transformers": "6.0.0"
},
"default_prompt_name": null,
"model_type": "MultiVectorEncoder",
"requirements": {
"transformers": {
"specifier": ">=5.15",
"reason": "Older versions ignore the key_mapping, which silently randomizes the adapter weights."
}
},
"prompts": {
"document": "",
"query": ""
},
"similarity_fn_name": null
}
|