Text embedding and reranking model
Top 34.4% on sourcepulse
The Qwen3 Embedding model series offers a suite of proprietary text embedding and reranking models designed for diverse NLP tasks like retrieval, classification, and clustering. Targeting developers and researchers, it provides state-of-the-art performance across multiple benchmarks, leveraging the advanced multilingual and long-text understanding capabilities of the Qwen3 foundational models.
How It Works
This series builds upon dense foundational models, offering embedding and reranking capabilities in sizes ranging from 0.6B to 8B parameters. A key feature is Matryoshka Representation Learning (MRL) support, allowing flexible vector dimension definition. The models are also "instruction aware," enabling task-specific prompt engineering for performance boosts, with English instructions recommended for optimal multilingual results.
Quick Start & Requirements
pip install transformers>=4.51.0
pip install sentence-transformers>=2.7.0
pip install vllm>=0.8.5
Highlighted Details
Maintenance & Community
Licensing & Compatibility
Limitations & Caveats
transformers>=4.51.0
to avoid a KeyError
.2 weeks ago
Inactive