Update README.md
Browse files
README.md
CHANGED
|
@@ -13,8 +13,6 @@
|
|
| 13 |
<b>Jina Embeddings v4: Multilingual Multimodal Embeddings</b>
|
| 14 |
</p>
|
| 15 |
|
| 16 |
-
This model is based on the paper [jina-embeddings-v4: Multilingual Multimodal Embeddings](https://puginarug.com/).
|
| 17 |
-
|
| 18 |
|
| 19 |
## Quick Start
|
| 20 |
|
|
@@ -38,9 +36,9 @@ Summary of features:
|
|
| 38 |
| Feature | Jina Embeddings V4 |
|
| 39 |
|------------|------------|
|
| 40 |
| Base Model | Qwen2.5-VL-3B-Instruct |
|
| 41 |
-
| Supported Tasks |
|
| 42 |
| Model DType | BFloat 16 |
|
| 43 |
-
| Max Sequence Length |
|
| 44 |
| Single-Vector Dimension | 2048 |
|
| 45 |
| Multi-Vector Dimension | 128 |
|
| 46 |
| Matryoshka dimensions | 128, 256, 512, 1024, 2048 |
|
|
|
|
| 13 |
<b>Jina Embeddings v4: Multilingual Multimodal Embeddings</b>
|
| 14 |
</p>
|
| 15 |
|
|
|
|
|
|
|
| 16 |
|
| 17 |
## Quick Start
|
| 18 |
|
|
|
|
| 36 |
| Feature | Jina Embeddings V4 |
|
| 37 |
|------------|------------|
|
| 38 |
| Base Model | Qwen2.5-VL-3B-Instruct |
|
| 39 |
+
| Supported Tasks | `retrieval`, `text-matching`, `code` |
|
| 40 |
| Model DType | BFloat 16 |
|
| 41 |
+
| Max Sequence Length | 32768 |
|
| 42 |
| Single-Vector Dimension | 2048 |
|
| 43 |
| Multi-Vector Dimension | 128 |
|
| 44 |
| Matryoshka dimensions | 128, 256, 512, 1024, 2048 |
|