Add VultronRetrieverPrime-Qwen3.5-8B ModelMeta#4833
Merged
Samoed merged 1 commit intoJun 18, 2026
Conversation
9035b1e to
604ae0d
Compare
Late-interaction (ColBERT MaxSim) visual document retriever: ColQwen3.5, dim 320, 8.4B params, Apache-2.0, 6 languages. Reuses the existing ColQwen3_5Wrapper. Official ViDoRe scores V1 0.9208 / V2 0.6818 / V3 0.6472 (results PR to follow). Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
604ae0d to
9b56d5e
Compare
Contributor
Author
|
CI is green except the
This PR adds only the @Samoed I'd appreciate a quick review. |
Samoed
approved these changes
Jun 18, 2026
Samoed
left a comment
Member
There was a problem hiding this comment.
Looks good. Congratulations with release!
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Adds a
ModelMetaforathrael-soju/VultronRetrieverPrime-Qwen3.5-8B, a late-interaction (ColBERT-style MaxSim) visual document retriever.embed_dim320, image+textColQwen3_5Wrapper(no wrapper change);extra_requirements_groups=["colpali_engine"]e8f3104b743a04b0d5f715b67117d687ae99ce51(public, open weights on HF)Official ViDoRe scores (ndcg@5 / ndcg@5 / ndcg@10): V1 0.9208 / V2 0.6818 / V3 0.6472.
The matching results PR to
embeddings-benchmark/resultswill follow once this is merged (the resultsnameneeds the registeredModelMetato resolve).