Safetensors
valley
custom_code
wuziheng commited on
Commit
5ef1711
ยท
verified ยท
1 Parent(s): 975ea0f

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +5 -4
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/valley3_logo.png" width="500"/>
8
  <p>
9
 
10
  <p align="center">
11
- ๐ŸŽฎ๏ธ <a href="https://github.com/bytedance/Valley">Github</a>&nbsp&nbsp | &nbsp&nbsp ๐Ÿค— <a href="https://huggingface.co/bytedance-research/Valley2.5">Hugging Face</a>&nbsp&nbsp | &nbsp&nbsp๐Ÿค– <a href="https://www.modelscope.cn/models/Hyggge/Valley3">ModelScope</a> &nbsp&nbsp | &nbsp&nbsp ๐Ÿ“‘ <a href="https://hyggge.github.io/projects/valley/index.html">Home Page</a> &nbsp&nbsp | &nbsp&nbsp ๐Ÿ“™ <a href="https://arxiv.org/abs/2501.05901">Paper</a>
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/10/26] ๐Ÿ”ฅ๐Ÿ”ฅ๐Ÿ”ฅ Update [Valley2.5](https://huggingface.co/bytedance-research/Valley2.5), significantly enhance multimodal understanding and reasoning capabilities, achieving 74.4 on OpenCompass Multi-modal Academic Leaderboard!
 
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="valley_structure.png" alt="opencompass" style="width: 100%; height: auto;" />
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>&nbsp&nbsp | &nbsp&nbsp ๐Ÿค— <a href="https://huggingface.co/bytedance-research/Valley2.5">Hugging Face</a>&nbsp&nbsp | &nbsp&nbsp๐Ÿค– <a href="https://www.modelscope.cn/models/Hyggge/Valley2.5">ModelScope</a> &nbsp&nbsp | &nbsp&nbsp ๐Ÿ“‘ <a href="https://hyggge.github.io/projects/valley/index.html">Home Page</a> &nbsp&nbsp | &nbsp&nbsp ๐Ÿ“™ <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