Feature Extraction
Transformers
Safetensors
qwen3_vl_embedding
image-feature-extraction
multimodal embedding
qwen
embedding
custom_code
Instructions to use whybe-choi/Qwen3-VL-Embedding-2B with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use whybe-choi/Qwen3-VL-Embedding-2B with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("feature-extraction", model="whybe-choi/Qwen3-VL-Embedding-2B", trust_remote_code=True)# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("whybe-choi/Qwen3-VL-Embedding-2B", trust_remote_code=True, dtype="auto") - Notebooks
- Google Colab
- Kaggle
Ctrl+K