nielsr HF Staff commited on
Commit
73ef4a2
·
verified ·
1 Parent(s): 264ffe5

Add library_name metadata

Browse files

This PR improves the model card by adding the `library_name: transformers` to the metadata. This helps users identify the compatible library and allows the Hugging Face Hub to display relevant integration information, such as the "Use in Transformers" badge.

Files changed (1) hide show
  1. README.md +3 -2
README.md CHANGED
@@ -1,5 +1,7 @@
1
  ---
2
  license: mit
 
 
3
  tags:
4
  - text-to-image
5
  - image-editing
@@ -8,7 +10,6 @@ tags:
8
  - multimodal
9
  - autoregressive
10
  - unified-model
11
- pipeline_tag: any-to-any
12
  ---
13
 
14
  # 🌌 Skywork-UniPic-1.5B
@@ -112,7 +113,7 @@ If you use Skywork-UniPic in your research, please cite:
112
  @misc{wang2025skyworkunipicunifiedautoregressive,
113
  title={Skywork UniPic: Unified Autoregressive Modeling for Visual Understanding and Generation},
114
  author={Peiyu Wang and Yi Peng and Yimeng Gan and Liang Hu and Tianyidan Xie and Xiaokun Wang and Yichen Wei and Chuanxin Tang and Bo Zhu and Changshi Li and Hongyang Wei and Eric Li and Xuchen Song and Yang Liu and Yahui Zhou},
115
- year={2025},
116
  eprint={2508.03320},
117
  archivePrefix={arXiv},
118
  primaryClass={cs.CV},
 
1
  ---
2
  license: mit
3
+ pipeline_tag: any-to-any
4
+ library_name: transformers
5
  tags:
6
  - text-to-image
7
  - image-editing
 
10
  - multimodal
11
  - autoregressive
12
  - unified-model
 
13
  ---
14
 
15
  # 🌌 Skywork-UniPic-1.5B
 
113
  @misc{wang2025skyworkunipicunifiedautoregressive,
114
  title={Skywork UniPic: Unified Autoregressive Modeling for Visual Understanding and Generation},
115
  author={Peiyu Wang and Yi Peng and Yimeng Gan and Liang Hu and Tianyidan Xie and Xiaokun Wang and Yichen Wei and Chuanxin Tang and Bo Zhu and Changshi Li and Hongyang Wei and Eric Li and Xuchen Song and Yang Liu and Yahui Zhou},
116
+ year={2025},\
117
  eprint={2508.03320},
118
  archivePrefix={arXiv},
119
  primaryClass={cs.CV},