Skip to content

Commit 5c56ec4

Browse files
authored
chore(model gallery): add qwen3-embedding-8b (#5633)
Signed-off-by: Ettore Di Giacinto <mudler@localai.io>
1 parent dd2845a commit 5c56ec4

File tree

1 file changed

+30
-0
lines changed

1 file changed

+30
-0
lines changed

gallery/index.yaml

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1095,6 +1095,36 @@
10951095
- filename: Qwen3-Embedding-4B-Q4_K_M.gguf
10961096
sha256: aaeddb737110a166dbc7155753bb60d8c3ba9a93e69938c18bf3fdd7f23f0381
10971097
uri: huggingface://Qwen/Qwen3-Embedding-4B-GGUF/Qwen3-Embedding-4B-Q4_K_M.gguf
1098+
- !!merge <<: *qwen3
1099+
name: "qwen3-embedding-8b"
1100+
tags:
1101+
- qwen3
1102+
- embedding
1103+
- gguf
1104+
- gpu
1105+
- cpu
1106+
urls:
1107+
- https://huggingface.co/Qwen/Qwen3-Embedding-8B-GGUF
1108+
description: |
1109+
The Qwen3 Embedding series 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.
1110+
**Exceptional Versatility**: The embedding model has achieved state-of-the-art performance across a wide range of downstream application evaluations. The 8B size embedding model ranks **No.1** in the MTEB multilingual leaderboard (as of June 5, 2025, score **70.58**), while the reranking model excels in various text retrieval scenarios.
1111+
**Comprehensive Flexibility**: The Qwen3 Embedding series offers a full spectrum of sizes (from 0.6B to 8B) for both embedding and reranking models, catering to diverse use cases that prioritize efficiency and effectiveness. Developers can seamlessly combine these two modules. Additionally, the embedding model allows for flexible vector definitions across all dimensions, and both embedding and reranking models support user-defined instructions to enhance performance for specific tasks, languages, or scenarios.
1112+
**Multilingual Capability**: The Qwen3 Embedding series offer support for over 100 languages, thanks to the multilingual capabilites of Qwen3 models. This includes various programming languages, and provides robust multilingual, cross-lingual, and code retrieval capabilities.
1113+
**Qwen3-Embedding-8B-GGUF** has the following features:
1114+
- Model Type: Text Embedding
1115+
- Supported Languages: 100+ Languages
1116+
- Number of Paramaters: 8B
1117+
- Context Length: 32k
1118+
- Embedding Dimension: Up to 4096, supports user-defined output dimensions ranging from 32 to 4096
1119+
- Quantization: q4_K_M, q5_0, q5_K_M, q6_K, q8_0, f16
1120+
overrides:
1121+
embeddings: true
1122+
parameters:
1123+
model: Qwen3-Embedding-8B-Q4_K_M.gguf
1124+
files:
1125+
- filename: Qwen3-Embedding-8B-Q4_K_M.gguf
1126+
sha256: 758749433c7954543f308a2bf850e4238c57aeb64834ee36ca6b3b57d33a147c
1127+
uri: huggingface://Qwen/Qwen3-Embedding-8B-GGUF/Qwen3-Embedding-8B-Q4_K_M.gguf
10981128
- &gemma3
10991129
url: "github:mudler/LocalAI/gallery/gemma.yaml@master"
11001130
name: "gemma-3-27b-it"

0 commit comments

Comments
 (0)