Visual Document Retrieval
Transformers
Safetensors
gemma3
image-text-to-text
vision-language
retrieval
colbert
late-interaction
multimodal
multilingual
document-retrieval
22-languages
Eval Results (legacy)
text-generation-inference
Instructions to use Cognitive-Lab/ColNetraEmbed with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Cognitive-Lab/ColNetraEmbed with Transformers:
# Load model directly from transformers import AutoProcessor, AutoModelForImageTextToText processor = AutoProcessor.from_pretrained("Cognitive-Lab/ColNetraEmbed") model = AutoModelForImageTextToText.from_pretrained("Cognitive-Lab/ColNetraEmbed") - Notebooks
- Google Colab
- Kaggle
| { | |
| "boi_token": "<start_of_image>", | |
| "bos_token": { | |
| "content": "<bos>", | |
| "lstrip": false, | |
| "normalized": false, | |
| "rstrip": false, | |
| "single_word": false | |
| }, | |
| "eoi_token": "<end_of_image>", | |
| "eos_token": { | |
| "content": "<eos>", | |
| "lstrip": false, | |
| "normalized": false, | |
| "rstrip": false, | |
| "single_word": false | |
| }, | |
| "image_token": "<image_soft_token>", | |
| "pad_token": { | |
| "content": "<pad>", | |
| "lstrip": false, | |
| "normalized": false, | |
| "rstrip": false, | |
| "single_word": false | |
| }, | |
| "unk_token": { | |
| "content": "<unk>", | |
| "lstrip": false, | |
| "normalized": false, | |
| "rstrip": false, | |
| "single_word": false | |
| } | |
| } | |