Update README.md
Browse files
README.md
CHANGED
|
@@ -4,11 +4,11 @@ license: apache-2.0
|
|
| 4 |
# Valley2.5
|
| 5 |
|
| 6 |
<p align="center">
|
| 7 |
-
<img src="https://raw.githubusercontent.com/bytedance/Valley/refs/heads/main/assets/
|
| 8 |
<p>
|
| 9 |
|
| 10 |
<p align="center">
|
| 11 |
-
๐ฎ๏ธ <a href="https://github.com/bytedance/Valley">Github</a>   |    ๐ค <a href="https://huggingface.co/bytedance-research/Valley2.5">Hugging Face</a>   |   ๐ค <a href="https://www.modelscope.cn/models/Hyggge/
|
| 12 |
</p>
|
| 13 |
|
| 14 |
## Introduction
|
|
@@ -18,7 +18,8 @@ Valley is a cutting-edge multimodal large model designed to handle a variety of
|
|
| 18 |
- Demonstrated comparatively outstanding performance in the OpenCompass Benchmark.
|
| 19 |
|
| 20 |
## Release
|
| 21 |
-
- [2025/
|
|
|
|
| 22 |
- [2025/02/15] ๐ฅ Update [Valley2-DPO](https://huggingface.co/bytedance-research/Valley2-DPO), achieve 69.6 on OpenCompass Multi-modal Academic Leaderboard and update AutoModel usage for checkpoints.
|
| 23 |
- [2025/01/13] ๐ฅ Release TechReport. [Valley2: Exploring Multimodal Models with Scalable Vision-Language Design](https://arxiv.org/abs/2501.05901)
|
| 24 |
- [2024/12/23] ๐ฅ Announcing [Valley2](https://huggingface.co/bytedance-research/Valley-Eagle-7B) (Valley-Eagle-7B)!
|
|
@@ -30,7 +31,7 @@ This architectural design ensures that Valley2.5 achieves a balanced trade-off b
|
|
| 30 |
The overall architecture is shown as follows:
|
| 31 |
|
| 32 |
<div style="display: flex;">
|
| 33 |
-
<img src="
|
| 34 |
</div>
|
| 35 |
|
| 36 |
|
|
|
|
| 4 |
# Valley2.5
|
| 5 |
|
| 6 |
<p align="center">
|
| 7 |
+
<img src="https://raw.githubusercontent.com/bytedance/Valley/refs/heads/main/assets/valley2_5_logo.png" width="500"/>
|
| 8 |
<p>
|
| 9 |
|
| 10 |
<p align="center">
|
| 11 |
+
๐ฎ๏ธ <a href="https://github.com/bytedance/Valley">Github</a>   |    ๐ค <a href="https://huggingface.co/bytedance-research/Valley2.5">Hugging Face</a>   |   ๐ค <a href="https://www.modelscope.cn/models/Hyggge/Valley2.5">ModelScope</a>    |    ๐ <a href="https://hyggge.github.io/projects/valley/index.html">Home Page</a>    |    ๐ <a href="https://github.com/bytedance/Valley/blob/main/docs/Valley2_5_Tech_Report.pdf">Paper</a>
|
| 12 |
</p>
|
| 13 |
|
| 14 |
## Introduction
|
|
|
|
| 18 |
- Demonstrated comparatively outstanding performance in the OpenCompass Benchmark.
|
| 19 |
|
| 20 |
## Release
|
| 21 |
+
- [2025/11/27] ๐ฅ๐ฅ๐ฅ We have released the technical report of Valley2.5! Check out the full paper here: [Valley2.5 Technical Report](https://raw.githubusercontent.com/bytedance/Valley/refs/heads/main/docs/Valley2_5_Tech_Report.pdf).
|
| 22 |
+
- [2025/10/26] ๐ฅ๐ฅ๐ฅ Update [Valley2.5](https://huggingface.co/bytedance-research/Valley2.5), significantly enhance multimodal understanding and reasoning capabilities, achieving 74.3 on OpenCompass Multi-modal Academic Leaderboard!
|
| 23 |
- [2025/02/15] ๐ฅ Update [Valley2-DPO](https://huggingface.co/bytedance-research/Valley2-DPO), achieve 69.6 on OpenCompass Multi-modal Academic Leaderboard and update AutoModel usage for checkpoints.
|
| 24 |
- [2025/01/13] ๐ฅ Release TechReport. [Valley2: Exploring Multimodal Models with Scalable Vision-Language Design](https://arxiv.org/abs/2501.05901)
|
| 25 |
- [2024/12/23] ๐ฅ Announcing [Valley2](https://huggingface.co/bytedance-research/Valley-Eagle-7B) (Valley-Eagle-7B)!
|
|
|
|
| 31 |
The overall architecture is shown as follows:
|
| 32 |
|
| 33 |
<div style="display: flex;">
|
| 34 |
+
<img src="https://raw.githubusercontent.com/bytedance/Valley/refs/heads/main/assets/valley2_5_structure.png" alt="opencompass" style="width: 100%; height: auto;" />
|
| 35 |
</div>
|
| 36 |
|
| 37 |
|