nielsr HF Staff commited on
Commit
b78730a
·
verified ·
1 Parent(s): e3db36e

Fix incorrect arXiv paper link in model card

Browse files

This PR corrects the placeholder arXiv paper link in the model card from `https://arxiv.org/abs/2502.xxxxx` to the correct one: `https://arxiv.org/abs/2512.08829`.

No other changes are required as the `library_name`, `license`, `pipeline_tag`, and `tags` are appropriate, and the model card already includes the GitHub repository link and sample usage.

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:xgwang@hust.edu.cn">xgwang@hust.edu.cn</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:xgwang@hust.edu.cn">xgwang@hust.edu.cn</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>