Instructions to use LimitedMouse/Generative-Embedding-Benchmark-Checkpoints with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use LimitedMouse/Generative-Embedding-Benchmark-Checkpoints with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("LimitedMouse/Generative-Embedding-Benchmark-Checkpoints", device_map="auto") - Notebooks
- Google Colab
- Kaggle
GEB Decoder Checkpoints
This repository provides the official Qwen decoder checkpoints for the Generative Embedding Benchmark. The GitHub repository is the main entry point for installation, training, and evaluation. Fixed evaluation membership and provenance metadata are hosted in the GEB dataset repository.
| 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 |
Each checkpoint contains the trained Qwen3-0.6B readout and its embedding adapter. The embedding model itself is not bundled; use the matching embedder and evaluation mode shown above.
git clone https://github.com/LimitedMouse/Generative-Embedding-Benchmark.git
cd Generative-Embedding-Benchmark
pip install -e '.[eval]'
NPROC=8 BATCH_SIZE=16 bash scripts/evaluate_paper.sh \
qwen3vl-2b auto test visual_only
The checkpoints are intended for reproducing the GEB paper results. The Qwen models and upstream evaluation datasets remain subject to their own licenses.
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support