hongxingli nielsr HF Staff commited on
Commit
bb413b0
·
1 Parent(s): ff6178b

Add library_name to metadata (#1)

Browse files

- Add library_name to metadata (071f089142ffb27a4bddea4700b9cc2f42cea7a4)


Co-authored-by: Niels Rogge <nielsr@users.noreply.huggingface.co>

Files changed (1) hide show
  1. README.md +4 -5
README.md CHANGED
@@ -1,11 +1,12 @@
1
  ---
2
- license: apache-2.0
3
  base_model:
4
  - Qwen/Qwen3-VL-4B-Instruct
 
5
  pipeline_tag: image-text-to-text
 
6
  ---
7
 
8
- <a href="https://arxiv.org/pdf/2607.01191v1" target="_blank">
9
  <img alt="arXiv" src="https://img.shields.io/badge/arXiv-Perceive--to--Reason-red?logo=arxiv" height="20" />
10
  </a>
11
  <a href="https://github.com/ZJU-REAL/Perceive-to-Reason" target="_blank">
@@ -57,6 +58,4 @@ For the full two-stage P2R inference pipeline, please refer to our [code reposit
57
  primaryClass={cs.CV},
58
  url={https://arxiv.org/abs/2607.01191},
59
  }
60
- ```
61
-
62
-
 
1
  ---
 
2
  base_model:
3
  - Qwen/Qwen3-VL-4B-Instruct
4
+ license: apache-2.0
5
  pipeline_tag: image-text-to-text
6
+ library_name: transformers
7
  ---
8
 
9
+ <a href="https://arxiv.org/pdf/2607.01191v1" target="_blank">
10
  <img alt="arXiv" src="https://img.shields.io/badge/arXiv-Perceive--to--Reason-red?logo=arxiv" height="20" />
11
  </a>
12
  <a href="https://github.com/ZJU-REAL/Perceive-to-Reason" target="_blank">
 
58
  primaryClass={cs.CV},
59
  url={https://arxiv.org/abs/2607.01191},
60
  }
61
+ ```