hanxiao commited on
Commit
805af14
·
verified ·
1 Parent(s): 1d0e030

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +5 -6
README.md CHANGED
@@ -36,12 +36,11 @@ pipeline_tag: visual-document-retrieval
36
 
37
 
38
  ## Intended Usage & Model Info
39
- `jina-embeddings-v4` is a multilingual, multimodal embedding model designed for unified representation of text and images.
40
- The model is specialized for complex document retrieval, including visually rich documents with charts, tables, and illustrations.
41
- Embeddings produced by `jina-embeddings-v4` serve as the backbone for neural information retrieval and multimodal GenAI applications.
42
 
43
 
44
- Built based on [Qwen/Qwen2.5-VL-3B-Instruct](https://huggingface.co/Qwen/Qwen2.5-VL-3B-Instruct), `jina-embeddings-v4` has the following features:
45
 
46
  - **Unified embeddings** for text, images, and visual documents, supporting both dense (single-vector) and late-interaction (multi-vector) retrieval.
47
  - **Multilingual support** (30+ languages) and compatibility with a wide range of domains, including technical and visually complex documents.
@@ -65,9 +64,9 @@ Summary of features:
65
 
66
 
67
 
68
- ## Training, Data, Parameters
69
 
70
- Please refer to our [technical report of jina-embeddings-v4](https://arxiv.org/abs/2506.18902) for the model and training details.
71
 
72
 
73
  ## Usage
 
36
 
37
 
38
  ## Intended Usage & Model Info
39
+ `jina-embeddings-v4` is a universal embedding model for multimodal and multilingual retrieval.
40
+ The model is specially designed for complex document retrieval, including visually rich documents with charts, tables, and illustrations.
 
41
 
42
 
43
+ Built on [Qwen/Qwen2.5-VL-3B-Instruct](https://huggingface.co/Qwen/Qwen2.5-VL-3B-Instruct), `jina-embeddings-v4` features:
44
 
45
  - **Unified embeddings** for text, images, and visual documents, supporting both dense (single-vector) and late-interaction (multi-vector) retrieval.
46
  - **Multilingual support** (30+ languages) and compatibility with a wide range of domains, including technical and visually complex documents.
 
64
 
65
 
66
 
67
+ ## Training & Evaluation
68
 
69
+ Please refer to our [technical report of jina-embeddings-v4](https://arxiv.org/abs/2506.18902) for training details and benchmarks.
70
 
71
 
72
  ## Usage