model: add Verm1ion/ColTurk-VDR-Qwen3VL-4B-v1.0#4796
Merged
KennethEnevoldsen merged 2 commits intoJun 11, 2026
Conversation
This was referenced Jun 11, 2026
Samoed
reviewed
Jun 11, 2026
| release_date="2026-06-11", | ||
| modalities=["image", "text"], | ||
| n_parameters=4_505_515_136, | ||
| n_embedding_parameters=None, |
Member
There was a problem hiding this comment.
Suggested change
| n_embedding_parameters=None, | |
| n_embedding_parameters=388_956_160, |
Contributor
Author
|
Applied both suggestions, thanks for the quick review! |
KennethEnevoldsen
approved these changes
Jun 11, 2026
7ea3685
into
embeddings-benchmark:main
13 checks passed
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 ColTurk-VDR-Qwen3VL-4B-v1.0 — a ColBERT-style late-interaction visual document retriever built on
Qwen/Qwen3-VL-4B-Instruct(LoRA r=32, published as merged full weights; colpali-engineColQwen3architecture, Apache-2.0, open weights, public training code and data).Since the model is a colpali-engine-native checkpoint (not a
trust_remote_coderepo), this PR also adds a smallColQwen3EngineWrapperthat mirrors the existingColQwen2_5Wrapperpattern (delegates tocolpali_engine.models.ColQwen3/ColQwen3ProcessorviaColPaliEngineWrapper).ViDoRe V3 results (8 public retrieval tasks, full corpus, all queries, MaxSim) — mean NDCG@10 = 0.5584:
Eval code & raw result JSONs (with seeded bootstrap 95% CIs): https://github.com/Verm1lion/ColTurk-VDR — results PR: embeddings-benchmark/results#565 · private-split request: #4797.
mteb.get_model(model_name, revision)andmteb.get_model_meta(model_name, revision)Notes for reviewers:
ColQwen3.from_pretrained+ColQwen3Processor.from_pretrainedon the published repo) was smoke-verified end-to-end on the exact revision pinned in the ModelMeta.mteb.evaluateon request.