Model Details
Full Model IDQwen/Qwen3-VL-Embedding-2B
Pipeline / Tasksentence-similarity
Librarysentence-transformers
Downloads (all-time)1.8M
Likes388
Last Modified4/16/2026
Author / OrgQwen
PrivateNo — public
⚡ Quick Usage (Python)
Using the 🤗 Transformers library. Install with pip install transformers
from transformers import pipeline
# Load the model
pipe = pipeline("sentence-similarity", model="Qwen/Qwen3-VL-Embedding-2B")
# Run inference
result = pipe("Your input here")
print(result)🏷️ Tags
sentence-transformerssafetensorsqwen3_vlimage-text-to-texttransformersmultimodal embeddingqwenembeddingsentence-similarityarxiv:2601.04720base_model:Qwen/Qwen3-VL-2B-Instructbase_model:finetune:Qwen/Qwen3-VL-2B-Instructlicense:apache-2.0endpoints_compatibleregion:us
More sentence-similarity Models
See all →🚀 Use This Model
Access model files, inference API, and full documentation on Hugging Face.
Open on Hugging Face →Browse Model Files ↗← Browse All Models🤖 Task: sentence-similarity
This model is designed for the sentence-similarity task. Explore more models for this use case.
All sentence-similarity Models →📊 Popularity
⬇ Downloads1.8M
❤️ Community Likes388
🛠️ Requirements
- →Install: pip install sentence-transformers
- →Python 3.8+ recommended for Transformers.
- →GPU (CUDA) speeds up inference significantly.
- →Use model.half() for fp16 on limited VRAM.