Add link to Github repository
Browse filesThis PR adds a link to the Github repository in the model card.
README.md
CHANGED
|
@@ -1,20 +1,23 @@
|
|
| 1 |
---
|
| 2 |
-
license: mit
|
| 3 |
-
pipeline_tag: image-text-to-text
|
| 4 |
-
library_name: transformers
|
| 5 |
base_model:
|
| 6 |
- internlm/internlm2-chat-1_8b
|
| 7 |
-
base_model_relation: merge
|
| 8 |
language:
|
| 9 |
- multilingual
|
|
|
|
|
|
|
|
|
|
| 10 |
tags:
|
| 11 |
- internvl
|
| 12 |
- vision-language model
|
| 13 |
- monolithic
|
|
|
|
| 14 |
---
|
|
|
|
| 15 |
# HoVLE
|
| 16 |
|
| 17 |
-
[
|
|
|
|
|
|
|
| 18 |
|
| 19 |
<a id="radar"></a>
|
| 20 |
|
|
@@ -54,8 +57,7 @@ This repository releases the HoVLE-HD model with 2.6B parameters. It is built up
|
|
| 54 |
<img src="assets/performance2.png" width="90%" />
|
| 55 |
</p>
|
| 56 |
|
| 57 |
-
- Sources of the results include the original papers, our evaluation with [VLMEvalKit](https://github.com/open-compass/VLMEvalKit), and [OpenCompass](https://rank.opencompass.org.cn/leaderboard-multimodal/?m=REALTIME).
|
| 58 |
-
- Please note that evaluating the same model using different testing toolkits can result in slight differences, which is normal. Updates to code versions and variations in environment and hardware can also cause minor discrepancies in results.
|
| 59 |
|
| 60 |
|
| 61 |
|
|
|
|
| 1 |
---
|
|
|
|
|
|
|
|
|
|
| 2 |
base_model:
|
| 3 |
- internlm/internlm2-chat-1_8b
|
|
|
|
| 4 |
language:
|
| 5 |
- multilingual
|
| 6 |
+
library_name: transformers
|
| 7 |
+
license: mit
|
| 8 |
+
pipeline_tag: image-text-to-text
|
| 9 |
tags:
|
| 10 |
- internvl
|
| 11 |
- vision-language model
|
| 12 |
- monolithic
|
| 13 |
+
base_model_relation: merge
|
| 14 |
---
|
| 15 |
+
|
| 16 |
# HoVLE
|
| 17 |
|
| 18 |
+
[\\[📜 HoVLE Paper\\]](https://arxiv.org/pdf/2412.16158) [\\[🚀 Quick Start\\]](#quick-start)
|
| 19 |
+
|
| 20 |
+
For code, see https://github.com/OpenGVLab/HoVLE.
|
| 21 |
|
| 22 |
<a id="radar"></a>
|
| 23 |
|
|
|
|
| 57 |
<img src="assets/performance2.png" width="90%" />
|
| 58 |
</p>
|
| 59 |
|
| 60 |
+
- Sources of the results include the original papers, our evaluation with [VLMEvalKit](https://github.com/open-compass/VLMEvalKit), and [OpenCompass](https://rank.opencompass.org.cn/leaderboard-multimodal/?m=REALTIME).\n- Please note that evaluating the same model using different testing toolkits can result in slight differences, which is normal. Updates to code versions and variations in environment and hardware can also cause minor discrepancies in results.
|
|
|
|
| 61 |
|
| 62 |
|
| 63 |
|