Fix incorrect arXiv paper link in model card

#1
by nielsr HF Staff - opened
Files changed (1) hide show
  1. README.md +3 -3
README.md CHANGED
@@ -1,6 +1,7 @@
1
  ---
2
- license: apache-2.0
3
  library_name: transformers
 
 
4
  tags:
5
  - vision-language-model
6
  - image-text-to-text
@@ -8,7 +9,6 @@ tags:
8
  - gated-deltanet
9
  - infinitevl
10
  - multimodal
11
- pipeline_tag: image-text-to-text
12
  ---
13
 
14
  <div align="center">
@@ -33,7 +33,7 @@ Haoran Yin<sup>2</sup>,
33
  (✉️) corresponding author: <a href="mailto:[email protected]">[email protected]</a>
34
 
35
  <br>
36
- <a href="https://arxiv.org/abs/2502.xxxxx"><img src="https://img.shields.io/badge/arXiv-Paper-b31b1b.svg" alt="arXiv"></a>
37
  <a href="https://github.com/hustvl/InfiniteVL"><img src="https://img.shields.io/badge/GitHub-Repository-black?logo=github" alt="GitHub"></a>
38
 
39
  </div>
 
1
  ---
 
2
  library_name: transformers
3
+ license: apache-2.0
4
+ pipeline_tag: image-text-to-text
5
  tags:
6
  - vision-language-model
7
  - image-text-to-text
 
9
  - gated-deltanet
10
  - infinitevl
11
  - multimodal
 
12
  ---
13
 
14
  <div align="center">
 
33
  (✉️) corresponding author: <a href="mailto:[email protected]">[email protected]</a>
34
 
35
  <br>
36
+ <a href="https://arxiv.org/abs/2512.08829"><img src="https://img.shields.io/badge/arXiv-Paper-b31b1b.svg" alt="arXiv"></a>
37
  <a href="https://github.com/hustvl/InfiniteVL"><img src="https://img.shields.io/badge/GitHub-Repository-black?logo=github" alt="GitHub"></a>
38
 
39
  </div>