-
Notifications
You must be signed in to change notification settings - Fork 33
Colqwen omni #116
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Colqwen omni #116
Conversation
|
@QuentinJGMace can we merge this ? |
QuentinJGMace
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sure, just need to update docstrings (I can do it if needed @ManuelFay :-)
| class ColQwenOmniRetriever(BaseVisionRetriever): | ||
| """ | ||
| ColQwen2 retriever that implements the model from "ColPali: Efficient Document Retrieval | ||
| with Vision Language Models". | ||
| """ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| class ColQwenOmniRetriever(BaseVisionRetriever): | |
| """ | |
| ColQwen2 retriever that implements the model from "ColPali: Efficient Document Retrieval | |
| with Vision Language Models". | |
| """ | |
| class ColQwenOmniRetriever(BaseVisionRetriever): | |
| """ | |
| ColQwenOmni retriever that implements the model from "ColPali: Efficient Document Retrieval | |
| with Vision Language Models" for a Qwen-2.5 Omni backbone. | |
| """ |
| 'Install the missing dependencies with `pip install "vidore-benchmark[colpali-engine]"` ' | ||
| "to use ColQwen2Retriever." |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| 'Install the missing dependencies with `pip install "vidore-benchmark[colpali-engine]"` ' | |
| "to use ColQwen2Retriever." | |
| 'Install the missing dependencies with `pip install "vidore-benchmark[colpali-engine]"` ' | |
| "to use ColQwenOmniRetriever." |
No description provided.