Feature Extraction
Transformers
Safetensors
ColPali
English
argus_colqwen35
visual-document-retrieval
colqwen
text
image
multimodal-embedding
vidore
mixture-of-experts
late-interaction
query-conditioned-routing
custom_code
Instructions to use DataScience-UIBK/Argus-Colqwen3.5-4b-v0 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use DataScience-UIBK/Argus-Colqwen3.5-4b-v0 with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("feature-extraction", model="DataScience-UIBK/Argus-Colqwen3.5-4b-v0", trust_remote_code=True)# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("DataScience-UIBK/Argus-Colqwen3.5-4b-v0", trust_remote_code=True, device_map="auto") - ColPali
How to use DataScience-UIBK/Argus-Colqwen3.5-4b-v0 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
|
@@ -260,11 +260,11 @@ Apache 2.0, inherited from `Qwen3.5-VL-4B-Instruct`. You may use, modify, and re
|
|
| 260 |
## Citation
|
| 261 |
|
| 262 |
```bibtex
|
| 263 |
-
@
|
| 264 |
-
title
|
| 265 |
-
author
|
| 266 |
-
|
| 267 |
-
|
| 268 |
}
|
| 269 |
```
|
| 270 |
|
|
|
|
| 260 |
## Citation
|
| 261 |
|
| 262 |
```bibtex
|
| 263 |
+
@article{abdallah2026argus,
|
| 264 |
+
title={Argus-Retriever: Vision-LLM Late-Interaction Retrieval with Region-Aware Query-Conditioned MoE for Visual Document Retrieval},
|
| 265 |
+
author={Abdallah, Abdelrahman and Abdalla, Mahmoud and Ali, Mohammed and Jatowt, Adam},
|
| 266 |
+
journal={arXiv preprint arXiv:2606.04300},
|
| 267 |
+
year={2026}
|
| 268 |
}
|
| 269 |
```
|
| 270 |
|