Add library_name metadata to model card

#1
by nielsr HF Staff - opened
Files changed (1) hide show
  1. README.md +4 -3
README.md CHANGED
@@ -1,11 +1,12 @@
1
  ---
2
- license: apache-2.0
3
  base_model:
4
  - Qwen/Qwen3-VL-8B-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">
@@ -54,4 +55,4 @@ For the full two-stage P2R inference pipeline, please refer to our [code reposit
54
  primaryClass={cs.CV},
55
  url={https://arxiv.org/abs/2607.01191},
56
  }
57
- ```
 
1
  ---
 
2
  base_model:
3
  - Qwen/Qwen3-VL-8B-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">
 
55
  primaryClass={cs.CV},
56
  url={https://arxiv.org/abs/2607.01191},
57
  }
58
+ ```