Views
No views yet
| Embedder | Mode | Subfolder |
|---|---|---|
| Qwen3-VL-Embedding-2B | Visual-only | qwen3vl-2b/visual_only |
| Qwen3-VL-Embedding-2B | VL-joint | qwen3vl-2b/vl_joint |
| Qwen3-VL-Embedding-8B | Visual-only | qwen3vl-8b/visual_only |
| Qwen3-VL-Embedding-8B | VL-joint | qwen3vl-8b/vl_joint |
1git clone https://github.com/LimitedMouse/Generative-Embedding-Benchmark.git
2cd Generative-Embedding-Benchmark
3pip install -e '.[eval]'
4
5NPROC=8 BATCH_SIZE=16 bash scripts/evaluate_paper.sh \
6 qwen3vl-2b auto test visual_only