Update README.md
Browse files
README.md
CHANGED
@@ -16,9 +16,8 @@ language:
|
|
16 |
</div>
|
17 |
|
18 |
<p align="center">
|
19 |
-
<a href="https://
|
20 |
<a href="https://github.com/AIDC-AI/Ovis"><img src="https://img.shields.io/badge/GitHub-AIDC--AI/Ovis-blue?style=flat&logo=github" alt="code"></a>
|
21 |
-
<a href="https://huggingface.co/spaces/AIDC-AI/Ovis2.5-2B"><img src="https://img.shields.io/badge/🎨_HF_Spaces-AIDC--AI/Ovis2.5--2B-lightblack" alt="demo"></a>
|
22 |
<a href="https://huggingface.co/collections/AIDC-AI/ovis25-689ec1474633b2aab8809335"><img src="https://img.shields.io/badge/🤗_Models-AIDC--AI/Ovis2.5-yellow" alt="models"></a>
|
23 |
</p>
|
24 |
|
@@ -195,7 +194,7 @@ Coordinates are normalized to `[0,1)` with the origin `(0,0)` at the top-left co
|
|
195 |
|
196 |
* Point: `<point>(x,y)</point>`
|
197 |
* Bounding box: `<box>(x1,y1),(x2,y2)</box>` where `(x1,y1)` is top-left, `(x2,y2)` is bottom-right.
|
198 |
-
* Multiple results can be listed in square brackets: `[<box>(...)
|
199 |
|
200 |
Example:
|
201 |
|
@@ -213,8 +212,8 @@ The image features a serene scene with <ref>three birds</ref>[
|
|
213 |
|
214 |
| Ovis MLLMs | ViT | LLM | Model Weights | Demo |
|
215 |
|:-----------|:-----------------------:|:---------------------:|:-------------------------------------------------------:|:--------------------------------------------------------:|
|
216 |
-
| Ovis2.5-2B | siglip2-so400m-patch16-512 | Qwen3-1.7B | [Huggingface](https://huggingface.co/AIDC-AI/Ovis2.5-2B) |
|
217 |
-
| Ovis2.5-9B | siglip2-so400m-patch16-512 | Qwen3-8B | [Huggingface](https://huggingface.co/AIDC-AI/Ovis2.5-9B) |
|
218 |
|
219 |
## Performance
|
220 |
We evaluate Ovis2.5 using [VLMEvalKit](https://github.com/open-compass/VLMEvalKit), as employed in the OpenCompass multimodal and reasoning evaluation suite.
|
|
|
16 |
</div>
|
17 |
|
18 |
<p align="center">
|
19 |
+
<a href="https://github.com/AIDC-AI/Ovis/blob/main/docs/Ovis2_5_Tech_Report.pdf"><img src="https://img.shields.io/badge/📖_Technical_Report-Ovis2.5-b31b1b.svg" alt="technical report"></a>
|
20 |
<a href="https://github.com/AIDC-AI/Ovis"><img src="https://img.shields.io/badge/GitHub-AIDC--AI/Ovis-blue?style=flat&logo=github" alt="code"></a>
|
|
|
21 |
<a href="https://huggingface.co/collections/AIDC-AI/ovis25-689ec1474633b2aab8809335"><img src="https://img.shields.io/badge/🤗_Models-AIDC--AI/Ovis2.5-yellow" alt="models"></a>
|
22 |
</p>
|
23 |
|
|
|
194 |
|
195 |
* Point: `<point>(x,y)</point>`
|
196 |
* Bounding box: `<box>(x1,y1),(x2,y2)</box>` where `(x1,y1)` is top-left, `(x2,y2)` is bottom-right.
|
197 |
+
* Multiple results can be listed in square brackets: `[<box>(...)</box>,<box>(...)</box> ]`
|
198 |
|
199 |
Example:
|
200 |
|
|
|
212 |
|
213 |
| Ovis MLLMs | ViT | LLM | Model Weights | Demo |
|
214 |
|:-----------|:-----------------------:|:---------------------:|:-------------------------------------------------------:|:--------------------------------------------------------:|
|
215 |
+
| Ovis2.5-2B | siglip2-so400m-patch16-512 | Qwen3-1.7B | [Huggingface](https://huggingface.co/AIDC-AI/Ovis2.5-2B) | - |
|
216 |
+
| Ovis2.5-9B | siglip2-so400m-patch16-512 | Qwen3-8B | [Huggingface](https://huggingface.co/AIDC-AI/Ovis2.5-9B) | - |
|
217 |
|
218 |
## Performance
|
219 |
We evaluate Ovis2.5 using [VLMEvalKit](https://github.com/open-compass/VLMEvalKit), as employed in the OpenCompass multimodal and reasoning evaluation suite.
|