Elastic
Jina AI
Models
API
keyboard_arrow_down
Reader
Convert any URL to Markdown for better grounding LLMs.
Embeddings
Multimodal multilingual embeddings.
Reranker
Reranker for maximizing search relevancy.
Elastic Inference Service
Run Jina models natively inside Elasticsearch.
MCP
terminal
CLI
article
llms.txt
smart_toy
Agents
data_object
Schema
menu_book
Docs
Log in
login
Embeddings
copyright CC BY-NC 4.0
open_in_new Release Post

jina-embeddings-v5-text-small

SOTA multilingual embeddings with task-specific adapters
License
copyright CC-BY-NC-4.0
Release Date
calendar_month
2026-02-18
Input
abc
Text
arrow_forward
Output
more_horiz
Vector
Matryoshka Dimensions help_outline
32
64
128
256
512
1024
Model Details
Parameters: 677M
Input Token Length: 32K
Output Dimension: 1024
Base Model help_outline
open_in_new
Qwen3-0.6B-Base
Trained Languages help_outline
32 languages
Supported Languages help_outline
93 languages
Quantizations help_outline
GGUF
Apple Silicon Support help_outline
MLX
Related Models
link
jina-embeddings-v3
link
jina-embeddings-v5-text-nano
Supported Tasks
search Retrieval
compare_arrows Text Matching
bubble_chart Clustering
label Classification
Available via
Elastic Inference Service
Jina API
AWS SageMaker
Hugging Face
Air-gapped
I/O graph

Text

jina-embeddings-v5-text-small

Task

Vector

Value distributionhelp_outline
AUC 0.8269
Corpus
Translation pairs
Doc retrieval
Code
Image / banner
Image / logo
Task
classification
clustering
retrieval.passage
retrieval.query
retrieval.query → retrieval.passage
text-matching
0.8080.400.500.600.700.800.90
Related10.9%
Hard negative2.1%
Unrelated0.9%
Hover or click the chart to move the cutoff
Recommended cutoffs
FPR 0.1 · 0.717
FPR 0.01 · 0.808
FPR 0.001 · 0.860
FPR 0.0001 · 0.878
balanced · 0.697
AUC
0.8269
Noise ceiling
0.855
Recall cliff
0.566
Pairs measured
119 / 11k
Vector componentshelp_outline
-0.160.010.18
σ 0.0313 · 244k values
Embedding geometryhelp_outline
01024
Per-dimension mean, hover for a range
Noise floor
0.300
Effective dims
70 / 1024
Dimension truncationhelp_outline
32641282565121024
text-matching · Cutoff by requested dimensions
Language pairshelp_outline
de-ruen-deen-koen-zhja-ko
Cutoff spread across pairs: 0.024
Choose models to compare
Publications (1)
SIGIR 2026
February 17, 2026
jina-embeddings-v5-text: Task-Targeted Embedding Distillation

Overview

jina-embeddings-v5-text-small is a 0.6B parameter multilingual text embedding model built on the Qwen3-0.6B-Base backbone. It produces 1024-dimensional embeddings via last-token pooling and supports context lengths up to 32K tokens through rotary positional embeddings (RoPE) with adjusted base frequencies. The model includes four task-specific LoRA adapters for retrieval, semantic similarity, clustering, and classification, trained independently on frozen backbone weights. Matryoshka Representation Learning enables embedding truncation to dimensions as low as 32. The model is trained using a two-stage process: first, embedding distillation from Qwen3-Embedding-4B to transfer knowledge from the larger teacher model, followed by task-specific adapter training with specialized loss functions for each task category. It supports asymmetric retrieval with 'Query:' and 'Document:' prefixes.

Methods

Training proceeds in two stages. In the first stage, embedding distillation transfers knowledge from Qwen3-Embedding-4B (a 4B parameter teacher model) to the Qwen3-0.6B-Base student model using a cosine distance loss between projected student embeddings and teacher embeddings. A linear projection layer maps the student's 1024-dimensional space into the teacher's higher-dimensional space. General-purpose distillation uses over 300 datasets in 30+ languages for 50,000 steps, followed by long-context training on synthetic and natural long documents (1,000-4,096 tokens) with adjusted RoPE parameters. In the second stage, four LoRA adapters are trained on frozen backbone weights: the retrieval adapter combines InfoNCE contrastive loss with hard negatives, continued distillation loss, and a Global Orthogonal Regularizer (GOR) for quantization robustness; the text-matching adapter uses CoSENT ranking loss for graded similarity with distillation on unscored pairs; the clustering adapter uses re-distillation with a clustering-specific teacher instruction; and the classification adapter uses bidirectional InfoNCE loss with relational knowledge distillation regularization. Final retrieval adapter weights are averaged across checkpoints.

Performance

On MMTEB (multilingual), jina-embeddings-v5-text-small achieves 67.0 average (task-level) and 58.9 average (type-level), the highest among all models under 1B parameters. It scores 71.3 on classification, 53.4 on clustering, 82.9 on pair classification, 65.7 on reranking, 64.9 on retrieval, and 78.9 on STS. On English MTEB, it achieves 71.7 average, outperforming Qwen3-0.6B with instructions (70.5) and jina-embeddings-v3 (65.7). On retrieval-specific benchmarks, it scores 64.88 on MTEB-M retrieval, 66.84 on RTEB, 56.67 on BEIR, and 66.39 on LongEmbed. The model surpasses its teacher Qwen3-4B on pair classification (42.0 vs 26.8 on MMTEB) while maintaining competitive scores across all other categories despite being 6x smaller.

Best Practice

Select the appropriate LoRA adapter for your task: 'retrieval' for asymmetric query-document search (prepend 'Query:' to queries and 'Document:' to passages), 'text-matching' for symmetric similarity tasks like duplicate detection and paraphrase identification (uses 'Document:' prefix for both inputs), 'clustering' for grouping related documents, and 'classification' for categorization and sentiment analysis. For retrieval tasks, always use the correct prefix as the model is trained with asymmetric encoding. Matryoshka truncation allows reducing embeddings from 1024 to as low as 32 dimensions; performance remains strong above 256 dimensions but degrades noticeably below that threshold, consistent with Johnson-Lindenstrauss limits. Binary quantization is supported with minimal performance loss thanks to GOR regularization. The 32K context window handles long documents natively, but the model was additionally trained on long-context data for robust long-document retrieval. Use cosine similarity for embedding comparison. The model is available via Jina AI API, Hugging Face (with Sentence Transformers and vLLM integration), and quantized variants for llama.cpp.
Blogs that mention this model
February 19, 2026 • 7 minutes read
jina-embeddings-v5-text: New SOTA Small Multilingual Embeddings
Two sub-1B multilingual embeddings with best-in-class performance, available on Elastic Inference Service, Llama.cpp and MLX.
Han Xiao
Abstract digital artwork in black and white, featuring scattered dots forming letters in a halftone effect. The central lette
May 12, 2026 • 7 minutes read
jina-embeddings-v5-omni: Embeddings for Text, Image, Audio and Video
One model, four modalities: text, image, audio, video. Best-in-class omni embeddings in 1.6B and 0.9B.
Han Xiao
January 31, 2024 • 16 minutes read
A Deep Dive into Tokenization
Tokenization, in LLMs, means chopping input texts up into smaller parts for processing. So why are embeddings billed by the token?
Scott Martens
Colorful speckled grid pattern with a mix of small multicolored dots on a black background, creating a mosaic effect.
November 21, 2024 • 9 minutes read
Jina CLIP v2: Multilingual Multimodal Embeddings for Text and Images
Jina-CLIP v2, a 0.9B multimodal embedding model with multilingual support of 89 languages, high image resolution at 512x512, and Matryoshka representations.
Jina AI
Digital number "2" displayed in a mosaic of colorful squares against a dark background, creating a futuristic vibe.
October 29, 2024 • 11 minutes read
Beyond CLIP: How Jina-CLIP Advances Multimodal Search
Learn how Jina-CLIP enhances OpenAI's CLIP with better retrieval accuracy and more diverse results through unified text-image embeddings.
Bo Wang
Alex C-G
Abstract digital landscape with wave-like green and pink dunes against a dark background, conveying a tranquil atmosphere.
Current language / theme
Search Foundation
Reader
Embeddings
Reranker
Get Jina API key
Rate Limit
About us
News
Download Jina logo
open_in_new
Download Elastic logo
open_in_new
API Status
Elastic © 2026.SecurityTerms & ConditionsPrivacyManage CookiesDo Not Sell or Share My Personal Information
This website and all associated content, software, products, and services are intended for professional use only. No consumer use is intended or directed.