Skip to content

Commit 54d1b46

Browse files
Qwen3-embedding notebook (#3050)
TODO: add implementation with OV GenAI
1 parent 825761f commit 54d1b46

File tree

4 files changed

+928
-0
lines changed

4 files changed

+928
-0
lines changed

.ci/spellcheck/.pyspelling.wordlist.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,7 @@ bicubic
8181
bilinear
8282
biometrics
8383
BiT
84+
bitext
8485
blockwise
8586
BLACKBOX
8687
boolean
@@ -602,6 +603,7 @@ MosaicPretrainedTransformer
602603
mpnet
603604
mpt
604605
MPT
606+
MRL
605607
MRPC
606608
mRoPE
607609
msi
@@ -863,6 +865,7 @@ repo
863865
reproducibility
864866
rerank
865867
Rerank
868+
reranking
866869
reranker
867870
resampler
868871
Resampler
Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
# Text Embedding and Reranker with Qwen3 and OpenVINO
2+
3+
The Qwen3 Embedding model series is the latest proprietary model of the Qwen family, specifically designed for text embedding and ranking tasks. Building upon the dense foundational models of the Qwen3 series, it provides a comprehensive range of text embeddings and reranking models in various sizes (0.6B, 4B, and 8B). This series inherits the exceptional multilingual capabilities, long-text understanding, and reasoning skills of its foundational model. The Qwen3 Embedding series represents significant advancements in multiple text embedding and ranking tasks, including text retrieval, code retrieval, text classification, text clustering, and bitext mining.
4+
5+
<img src="https://qianwen-res.oss-accelerate.aliyuncs.com/logo_qwen_embedding.png" width="400"/>
6+
7+
In this tutorial we consider how to convert and optimize Qwen3 Embedding and Reranker model using OpenVINO.
8+
9+
### Notebook Contents
10+
11+
The tutorial consists of the following steps:
12+
13+
- Prerequisites
14+
- Select model
15+
- Convert model using Optimum Intel
16+
- Run OpenVINO model inference with Optimum-intel
17+
18+
## Installation Instructions
19+
20+
This is a self-contained example that relies solely on its own code.</br>
21+
We recommend running the notebook in a virtual environment. You only need a Jupyter server to start.
22+
For further details, please refer to [Installation Guide](../../README.md).
23+
<img referrerpolicy="no-referrer-when-downgrade" src="https://static.scarf.sh/a.png?x-pxid=5b5a4db0-7875-4bfb-bdbd-01698b5b1a77&file=notebooks/qwen3-embedding/README.md" />

0 commit comments

Comments
 (0)