Flourish commited on
Commit
fa9f03f
·
verified ·
1 Parent(s): 7e9bc16

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +8 -5
README.md CHANGED
@@ -7,6 +7,7 @@ datasets:
7
  base_model:
8
  - AIDC-AI/Ovis2-2B
9
  pipeline_tag: any-to-any
 
10
  ---
11
 
12
  # Ovis-U1
@@ -16,7 +17,8 @@ pipeline_tag: any-to-any
16
  </div>
17
 
18
  <p align="center">
19
- <a href="https://github.com/AIDC-AI/Ovis-U1/blob/main/docs/Ovis_U1_Report.pdf"><img src="https://img.shields.io/badge/Paper-Tech_Report-b31b1b" alt="paper"></a>
 
20
  <a href="https://github.com/AIDC-AI/Ovis-U1"><img src="https://img.shields.io/badge/GitHub-AIDC--AI/Ovis--U1-blue?style=flat&logo=github" alt="code"></a>
21
  <a href="https://huggingface.co/spaces/AIDC-AI/Ovis-U1-3B"><img src="https://img.shields.io/badge/🎨_HF_Spaces-AIDC--AI/Ovis--U1--3B-lightblack" alt="demo"></a>
22
  <a href="https://huggingface.co/AIDC-AI/Ovis-U1-3B"><img src="https://img.shields.io/badge/🤗_Model-AIDC--AI/Ovis--U1--3B-yellow" alt="model"></a>
@@ -157,10 +159,11 @@ python test_img_edit.py \
157
  If you find Ovis-U1 useful, please cite our paper:
158
 
159
  ```bibtex
160
- @inproceedings{wang2025ovisu1,
161
- title={Ovis-U1 Technical Report},
162
- author={Ovis Team},
163
- year={2025}
 
164
  }
165
  ```
166
 
 
7
  base_model:
8
  - AIDC-AI/Ovis2-2B
9
  pipeline_tag: any-to-any
10
+ library_name: transformers
11
  ---
12
 
13
  # Ovis-U1
 
17
  </div>
18
 
19
  <p align="center">
20
+ <a href="https://arxiv.org/abs/2506.23044"><img src="https://img.shields.io/badge/arXiv_paper-2506.23044-b31b1b.svg" alt="arxiv"></a>
21
+ <!-- <a href="https://github.com/AIDC-AI/Ovis-U1/blob/main/docs/Ovis_U1_Report.pdf"><img src="https://img.shields.io/badge/Paper-Tech_Report-b31b1b" alt="paper"></a> -->
22
  <a href="https://github.com/AIDC-AI/Ovis-U1"><img src="https://img.shields.io/badge/GitHub-AIDC--AI/Ovis--U1-blue?style=flat&logo=github" alt="code"></a>
23
  <a href="https://huggingface.co/spaces/AIDC-AI/Ovis-U1-3B"><img src="https://img.shields.io/badge/🎨_HF_Spaces-AIDC--AI/Ovis--U1--3B-lightblack" alt="demo"></a>
24
  <a href="https://huggingface.co/AIDC-AI/Ovis-U1-3B"><img src="https://img.shields.io/badge/🤗_Model-AIDC--AI/Ovis--U1--3B-yellow" alt="model"></a>
 
159
  If you find Ovis-U1 useful, please cite our paper:
160
 
161
  ```bibtex
162
+ @article{wang2025ovisu1,
163
+ title={Ovis-U1 Technical Report},
164
+ author={Wang, Guo-Hua and Zhao, Shanshan and Zhang, Xinjie and Cao, Liangfu and Zhan, Pengxin and Duan, Lunhao and Lu, Shiyin and Fu, Minghao and Zhao, Jianshan and Li, Yang and Chen, Qing-Guo},
165
+ journal={arXiv:2506.23044},
166
+ year={2025}
167
  }
168
  ```
169