I/O graph

Text

jina-embeddings-v2-base-de

Vector

Pareto front
30M100M300M1B3.0B657075808590bge-m3EmbeddingGemma-300MEVA-CLIP ViT-B/16gtr-t5-basegtr-t5-largegtr-t5-xlgtr-t5-xxljina-clip-v2jina-embedding-b-en-v1jina-embedding-s-en-v1jina-embeddings-v2-base…jina-embeddings-v3jina-embeddings-v4jina-embeddings-v5-text…jina-embeddings-v5-text…KaLM-mini-v2.5LongCLIP ViT-B/16multilingual-e5-basemultilingual-e5-large-i…nllb-siglip-largeOpenAI CLIP ViT-B/16Qwen3-Embedding-4Bsentence-t5-basesentence-t5-xlsentence-t5-xxljina-embeddings-v2-base…Parameters (log)Spearman
This model
On the front
Jina AI
Other
MTEB English · sts
82.00
Parameters
161M
Rank by score
13 / 39
Pareto front
Behind it
Value distribution
AUC 0.8452
Corpus
Translation pairs
Doc retrieval
0.6900.000.200.400.600.80
Related16.8%
Hard negative1.7%
Unrelated0.9%
Recommended cutoffs
FPR 0.1 · 0.499
FPR 0.01 · 0.690
FPR 0.001 · 0.796
FPR 0.0001 · 0.897
balanced · 0.368
AUC
0.8452
Noise ceiling
0.793
Recall cliff
0.195
Pairs measured
119 / 11k
Vector components
-0.19-0.010.17
σ 0.0361 · 183k values
Embedding geometry
0768
Per-dimension mean, hover for a range
Noise floor
0.316
Effective dims
49 / 768
Language pairs
de-ruen-deen-koen-zhja-ko
Cutoff spread across pairs: 0.158
Choose models to compare
Publications (1)

Overview

jina-embeddings-v2-base-de is a 161M-parameter bilingual text embedding model covering German and English with an 8,192-token context window. It maps semantically equivalent content in both languages into the same 768-dimensional embedding space, enabling cross-lingual retrieval without translation. The model was one of the first open-source bilingual embedding models to combine long-context support with balanced performance across both languages.

Methods

Built on a BERT-based backbone with symmetric bidirectional ALiBi positional encodings, the model processes both German and English through a unified 161M-parameter architecture producing 768-dimensional embeddings. Training included three stages: (1) multilingual pretraining on German-English parallel corpora, (2) contrastive fine-tuning on curated sentence pairs with hard negatives, and (3) cross-lingual alignment training to ensure semantically equivalent texts in German and English map to nearby regions of the embedding space. A key design choice was the bias-minimization objective, which counteracts the tendency of multilingual models to favor English grammatical structures — a documented failure mode in earlier multilingual embeddings. The 8,192-token window via ALiBi enables processing of full documents in either language without truncation.

Performance

The model outperformed Microsoft's E5-base while being less than a third of its size, and matched E5-large performance despite being 7× smaller. On WikiCLIR (English-to-German retrieval), STS17/STS22 (bidirectional semantic similarity), and BUCC (bilingual text alignment), it consistently outperformed models of comparable or larger size. The 322MB footprint enabled deployment on standard hardware. In 2026, jina-embeddings-v5-text-small supersedes this model for most applications, offering 32K context, 89 languages, and task-specific LoRA adapters. The v2-base-de model remains useful for German-English bilingual pipelines where the 8K context is sufficient.

Best Practice

Optimal for German-English bilingual retrieval: product search, support documentation, and content management where queries and documents may be in different languages. For documents exceeding 8,192 tokens, use semantic chunking or the `late_chunking parameter via the Jina API. The model integrates with Qdrant, Weaviate, MongoDB, and Milvus. For new multilingual projects spanning more than two languages, prefer jina-embeddings-v5-text-small` (89 languages, 32K context, LoRA adapters). CUDA-capable GPU recommended for production throughput.

Blogs that mention this model