Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,17 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
# Tevatron/OmniEmbed-v0
|
2 |
|
3 |
**OmniEmbed** is a powerful multi-modal embedding model built on [Qwen2.5-Omni-7B](https://huggingface.co/Qwen/Qwen2.5-Omni-7B) using our [Tevatron](https://github.com/texttron/tevatron/) toolkit—a unified toolkit across scale, language, and modality for document retrieval.
|
|
|
1 |
+
---
|
2 |
+
license: mit
|
3 |
+
datasets:
|
4 |
+
- Tevatron/bge-ir
|
5 |
+
- Tevatron/wiki-ss-nq-new
|
6 |
+
- Tevatron/pixmo-docs
|
7 |
+
- Tevatron/colpali
|
8 |
+
- Tevatron/msrvtt
|
9 |
+
- Tevatron/audiocaps
|
10 |
+
base_model:
|
11 |
+
- Qwen/Qwen2.5-Omni-7B
|
12 |
+
- Tevatron/Qwen2.5-Omni-7B-Thinker
|
13 |
+
pipeline_tag: visual-document-retrieval
|
14 |
+
---
|
15 |
# Tevatron/OmniEmbed-v0
|
16 |
|
17 |
**OmniEmbed** is a powerful multi-modal embedding model built on [Qwen2.5-Omni-7B](https://huggingface.co/Qwen/Qwen2.5-Omni-7B) using our [Tevatron](https://github.com/texttron/tevatron/) toolkit—a unified toolkit across scale, language, and modality for document retrieval.
|