Update README.md
Browse files
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
|
40 |
-
The model is
|
41 |
-
Embeddings produced by `jina-embeddings-v4` serve as the backbone for neural information retrieval and multimodal GenAI applications.
|
42 |
|
43 |
|
44 |
-
Built
|
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
|
69 |
|
70 |
-
Please refer to our [technical report of jina-embeddings-v4](https://arxiv.org/abs/2506.18902) for
|
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
|