Elastic
Jina AI
模型
API
keyboard_arrow_down
Reader
把任意 URL 转成 Markdown,为大模型提供更好的事实依据。
向量模型
多模态多语言向量模型。
重排模型
让搜索相关性最大化的重排模型。
MCP
terminal
命令行
article
llms.txt
smart_toy
智能体
data_object
Schema
menu_book
文档
登录
login
warning
此模型已被更新的模型取代。
向量模型
Apache 2.0 许可证
open_in_new 发布博客

jina-embeddings-v2-base-de

支持德英双语的 8K 最佳向量模型
许可证
Apache-2.0
发布日期
calendar_month
2024-01-15
输入
abc
文本
arrow_forward
输出
more_horiz
向量
延迟分块 help_outline
check_circle
Yes
模型详情
参数: 161M
输入词元长度: 8K
输出维度: 768
底座模型 help_outline
jina-bert-v2-base-de
已训练语言 help_outline
2 种语言
相关模型
link
jina-embeddings-v2-base-en
可通过以下方式获取
Jina API
AWS SageMaker
微软云
Hugging Face
物理隔离
I/O 图

文本

jina-embeddings-v2-base-de

向量

帕累托前沿help_outline
MTEB English · retrieval
MTEB English · sts
chevron_leftchevron_right
30M100M300M1B3.0B10B204060all-MiniLM-L6-v2e5-base-v2e5-mistral-7b-instructEmbeddingGemma-300MEVA-CLIP ViT-B/16gtr-t5-basegtr-t5-xlgtr-t5-xxljina-clip-v1jina-clip-v2jina-embedding-s-en-v1jina-embeddings-v2-smal…jina-embeddings-v3jina-embeddings-v4jina-embeddings-v5-text…jina-embeddings-v5-text…LongCLIP ViT-B/16nllb-siglip-largeOpenAI CLIP ViT-B/16Qwen3-Embedding-0.6BQwen3-Embedding-4Bsentence-t5-basesentence-t5-largesentence-t5-xlsentence-t5-xxljina-embeddings-v2-base…参数量(对数)nDCG@10
本模型
在前沿上
Jina AI
其他
MTEB English · retrieval
44.10
参数量
161M
按分数的排名
27 / 39
帕累托前沿
在前沿之后
取值分布help_outline
AUC 0.8452
语料
翻译对
文档检索
0.6900.000.200.400.600.80
相关16.8%
困难负例1.7%
无关0.9%
推荐阈值
FPR 0.1 · 0.499
FPR 0.01 · 0.690
FPR 0.001 · 0.796
FPR 0.0001 · 0.897
均衡 · 0.368
AUC
0.8452
噪声上限
0.793
召回悬崖
0.195
测量样本对
119 / 11k
向量分量help_outline
-0.19-0.010.17
σ 0.0361 · 183k 个数值
向量几何help_outline
0768
各维度均值,悬停查看区间
噪声下限
0.316
有效维度
49 / 768
语言对help_outline
de-ruen-deen-koen-zhja-ko
各语言对之间的阈值跨度:0.158
选择要比较的模型
论文 (1)
arXiv
二月 26, 2024
Multi-Task Contrastive Learning for 8192-Token Bilingual Text Embeddings

概述

jina-embeddings-v2-base-de 是一个 161M 参数的德英双语文本向量模型,具有 8,192 token 的上下文窗口。它将两种语言中语义等价的内容映射到相同的 768 维向量空间,从而实现无需翻译的跨语言检索。该模型是首批将长上下文支持与两种语言均衡性能相结合的开源双语向量模型之一。

方法

基于带有对称双向 ALiBi 位置编码的 BERT 骨干构建,该模型通过统一的 161M 参数架构处理德语和英语,产生 768 维向量。训练包含三个阶段:(1) 德英平行语料库上的多语言预训练,(2) 含困难负样本的精选句对上的对比微调,(3) 确保德语和英语中语义等价文本映射到向量空间邻近区域的跨语言对齐训练。一个关键设计选择是偏置最小化目标,它抵消多语言模型偏向英语句法结构的倾向——这是早期多语言向量模型中文档化的失败模式。ALiBi 带来的 8,192 token 窗口使两种语言的完整文档都能无截断处理。

性能

该模型超过 Microsoft 的 E5-base 同时不到其大小的三分之一,并且尽管小 7 倍仍与 E5-large 性能相当。在 WikiCLIR(英语到德语检索)、STS17/STS22(双向语义相似度)和 BUCC(双语文本对齐)上,它一致超过同等或更大尺寸的模型。322MB 的占用使其可在标准硬件上部署。2026 年,jina-embeddings-v5-text-small 在大多数应用中取代该模型,提供 32K 上下文、89 种语言和任务特定 LoRA 适配器。v2-base-de 模型在 8K 上下文足够的德英双语流水线中仍有价值。

最佳实践

德英双语检索的最佳选择:产品搜索、支持文档和内容管理,其中查询和文档可能是不同语言。对于超过 8,192 token 的文档,使用语义分块或通过 Jina API 的 `late_chunking 参数。该模型可与 Qdrant、Weaviate、MongoDB 和 Milvus 集成。对于涵盖两种以上语言的新多语言项目,请优先使用 jina-embeddings-v5-text-small`(89 种语言、32K 上下文、LoRA 适配器)。生产吞吐量建议使用支持 CUDA 的 GPU。

提及此模型的博客
九月 27, 2024 • 15 分钟阅读
Migration From Jina Embeddings v2 to v3
We collected some tips to help you migrate from Jina Embeddings v2 to v3.
Alex C-G
Scott Martens
A digital upgrade theme with "V3" and a white "2", set against a green and black binary code background, with "Upgrade" centr
五月 15, 2024 • 11 分钟阅读
Binary Embeddings: All the AI, 3.125% of the Fat
32-bits is a lot of precision for something as robust and inexact as an AI model. So we got rid of 31 of them! Binary embeddings are smaller, faster and highly performant.
Sofia Vasileva
Scott Martens
Futuristic digital 3D model of a coffee grinder with blue neon lights on a black background, featuring numerical data.
四月 29, 2024 • 7 分钟阅读
Jina Embeddings and Reranker on Azure: Scalable Business-Ready AI Solutions
Jina Embeddings and Rerankers are now available on Azure Marketplace. Enterprises that prioritize privacy and security can now easily integrate Jina AI's state-of-the-art models right in their existing Azure ecosystem.
Susana Guzmán
Futuristic black background with a purple 3D grid, featuring the "Embeddings" and "Reranker" logos with a stylized "A".
一月 31, 2024 • 16 分钟阅读
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.
一月 26, 2024 • 13 分钟阅读
Jina Embeddings v2 Bilingual Models Are Now Open-Source On Hugging Face
Jina AI's open-source bilingual embedding models for German-English and Chinese-English are now on Hugging Face. We’re going to walk through installation and cross-language retrieval.
Scott Martens
Colorful "EMBEDDINGS" text above a pile of yellow smileys on a black background with decorative lines at the top.
当前语言 / 主题
搜索底座
Reader
向量模型
重排模型
获取 Jina API 密钥
速率限制
关于我们
新闻
下载 Jina 标志
open_in_new
下载 Elastic 标志
open_in_new
API 状态
Elastic © 2026.安全条款及条件隐私管理 Cookie请勿出售或分享我的个人信息
本网站及其所有相关内容、软件、产品和服务仅供专业使用,不面向消费者。