Elastic
Jina AI
模型
API
keyboard_arrow_down
Reader
把任意 URL 轉成 Markdown,為大模型提供更好的事實依據。
向量模型
多模態多語言向量模型。
重排模型
讓搜尋相關性最大化的重排模型。
Elastic Inference Service
在 Elasticsearch 中原生執行 Jina 模型。
MCP
terminal
命令列
article
llms.txt
smart_toy
智慧體
data_object
Schema
menu_book
文件
登入
login
重排模型
copyright CC BY-NC 4.0
open_in_new 釋出部落格

jina-reranker-m0

用於對視覺文件排序的多語言多模態重排模型
許可證
copyright CC-BY-NC-4.0
釋出日期
calendar_month
2025-04-08
輸入
abc
文字(查詢)
image
影象(查詢)
abc
文字(文件)
image
影象(文件)
arrow_forward
輸出
format_list_numbered
排名
模型詳情
引數: 2.4B
輸入詞元長度: 10K
輸入影象尺寸: 768×28×28
底座模型 help_outline
open_in_new
Qwen2-VL-2B
已訓練語言 help_outline
24 種語言
支援的語言 help_outline
29 種語言
量化版本 help_outline
GGUF
相關模型
link
jina-reranker-v2-base-multilingual
可透過以下方式獲取
Jina API
AWS SageMaker
Microsoft Azure
谷歌雲
Hugging Face
物理隔離
I/O 圖 1

多個

文字

文字

jina-reranker-m0

排序

I/O 圖 2

多個

影象

文字

jina-reranker-m0

排序

I/O 圖 3

多個

文字

影象

jina-reranker-m0

排序

I/O 圖 4

多個

影象

影象

jina-reranker-m0

排序

Pareto fronthelp_outline
BEIR
MIRACL
ViDoRe v1
chevron_leftchevron_right
300M1B3.0B10B707580859095Argus-Colqwen3.5-2b-v0Argus-Colqwen3.5-9b-v0ColFlorColModernVBERTcolnomic-embed-multimod…colpali-v1.1ColPali-v1.2colpali-v1.3colqwen2-v1.0colSmol-256McolSmol-500MMonoQwen2-VL-v0.1SauerkrautLM-ColQwen3-1…SauerkrautLM-ColQwen3-2…Parameters (log)nDCG@5
This model
On the front
Jina AI
Other
ViDoRe v1
91.02
Parameters
2.4B
Rank by score
7 / 24
Pareto front
Behind it
取值分佈help_outline
AUC 0.9383
語料
翻譯對
文件檢索
程式碼
影象 / 頭圖
影象 / 標識
0.7120.200.400.600.801.00
相關83.2%
困難負例24.7%
無關9.3%
推薦閾值
FPR 0.1 · 0.712
FPR 0.01 · 0.938
FPR 0.001 · 0.968
FPR 0.0001 · 0.972
均衡 · 0.692
AUC
0.9383
噪聲上限
0.965
召回懸崖
0.425
測量樣本對
119 / 2,856
各名次得分help_outline
12345678910
各名次位置上的平均得分
誰排在第一位help_outline
119 個查詢中有 66% 由正確結果奪得第一
選擇要比較的模型

概述

jina-reranker-m0 是一款突破性的多模態多語言重排模型,用於對多語言視覺文件排序。它的過人之處在於能同時處理查詢和視覺資訊豐富的文件影象,涵蓋含文字、圖形、表格及各類版式的頁面,支援 29 種語言,並按與查詢的相關性輸出排序後的文件列表。以往的重排模型受困於「模態鴻溝」問題,影象只與影象靠近、文字只與文字靠近,而 jina-reranker-m0 在單個純解碼器模型中統一了文字與視覺模態,能把影象和文字文件放在一起有效排序,帶來順暢的多模態搜尋體驗。

方法

jina-reranker-m0 的架構與以往方案有本質區別。它基於 24 億參數的 Qwen2-VL-2B 構建,從經典的交叉編碼器架構轉向純解碼器的視覺語言模型。該方案沿用 Qwen2-VL 預訓練好的視覺編碼器和投影器,用 LoRA(低秩自適應)微調其大語言模型,並接一個後訓練的 MLP 輸出排序 logits,用於衡量查詢與文件的相關性。這一判別式模型最多可處理 32K 詞元,支援從 56×56 像素到 4K 解析度的圖像。處理圖像時,視覺 Transformer(ViT)和投影器會把相鄰的 2×2 詞元合併為一個視覺詞元,特殊詞元則清晰標出視覺詞元的邊界,讓語言模型能夠統一整合視覺與文本資訊並進行推理。

效能

Jina-reranker-m0 在多項基準測試中成績亮眼。文字到文字重排方面,BEIR 上取得 58.95 NDCG-10,優於 jina-embeddings-v3(55.81)和 bge-reranker-v2-m3(56.51)等對手。多語言內容方面,覆蓋 18 種語言的 MIRACL 上取得 66.75 NDCG-10。長文件方面,覆蓋 13 種語言的 MLDR 上取得 59.83 NDCG-10。程式碼檢索方面,CoIR 上取得 63.55 NDCG-10,大幅領先同類。而它真正的高光在視覺文件檢索:ViDoRe 上取得 91.02 NDCG-5;在考察圖文組合推理的 Winoground 上取得 43.92 的平均分,說明它在理解圖文關係上明顯強於其他模型。

最佳實踐

要把 jina-reranker-m0 的潛力發揮到極致,開發者可參考以下幾點。該模型可透過 API、雲服務市場(AWS、Azure、GCP)呼叫,也可從 Hugging Face 下載本地部署。使用 API 時,可傳入文字字串、base64 影象或影象 URL,新使用者可獲贈一千萬免費詞元。得益於充分的訓練,它在文字到文字、文字到影象、影象到文字以及文字到混合單模態等任務上表現優異;不過要注意,影象到影象等組合屬於零樣本支援,未做專門訓練。為獲得最佳效果,請記住模型最多支援 10K 輸入詞元,每張影象最多佔 768 詞元。純解碼器架構還帶來了重排之外的更多可能:真正的混合模態重排、列表式重排、文件去重,以及藉助注意力機制解釋排序得分,這些都是此前純編碼器架構做不到的。
提及此模型的部落格
十月 03, 2025 • 7 分鐘閱讀
Jina Reranker v3: 0.6B Listwise Reranker for SOTA Multilingual Retrieval
New 0.6B-parameter listwise reranker that considers the query and all candidate documents in a single context window.
Jina AI
Light blue background with stylized text in the center, composed of small dots or squares, evoking a modern and minimalistic
八月 13, 2025 • 15 分鐘閱讀
Optimizing GGUFs for Decoder-Only Embedding Models
4000 tokens/sec for a 3B-parameter embedding model on L4 GPU is probably as fast as you'll get with llama.cpp. Or is it?
Han Xiao
Text "DGUF for Embedding Models" written in yellow on a dark background, conveying a sleek, minimalistic, digital design.
七月 14, 2025 • 11 分鐘閱讀
Submodular Optimization for Text Selection, Passage Reranking & Context Engineering
While others rely on prompt tuning and hope for the best, you should learn submodular optimization that provides a principled framework with theoretical guarantees for better context engineering.
Han Xiao
Network illustration of interconnected hexagons, some solid and some hollow blue, connected by red lines indicating paths or
六月 25, 2025 • 12 分鐘閱讀
Jina Embeddings v4: Universal Embeddings for Multimodal Multilingual Retrieval
Jina Embeddings v4 is a 3.8 billion parameter universal embedding model for multimodal and multilingual retrieval that supports both single-vector and multi-vector embedding outputs.
Jina AI
Word "Embeddings" followed by a numeric or symbol representation, displayed in multiple colors on a technology-themed, colorf
五月 25, 2025 • 8 分鐘閱讀
Fair Scoring for Multimodal Documents with jina-reranker-m0
Text similarity: 0.7. Image similarity: 0.5. Which document is more relevant? You literally cannot tell—and that's the core problem breaking multimodal search. We solve it with unified reranking.
Nan Wang
Alex C-G
Stacked glowing green ovals on a background transitioning from black to green, with the top oval having an unusual, split sha
當前語言 / 主題
搜尋底座
Reader
向量模型
重排模型
獲取 Jina API 金鑰
速率限制
關於我們
新聞
下載 Jina 徽標
open_in_new
下載 Elastic 徽標
open_in_new
API 狀態
Elastic © 2026.安全條款及條件隱私管理 Cookie請勿出售或分享我的個人資訊
本網站及其所有相關內容、軟體、產品和服務僅供專業人士使用。不面向任何消費者,也不鼓勵任何消費者使用。