Improve model card: Add pipeline tag and update paper link
Browse filesThis PR improves the model card by:
1. Adding the `pipeline_tag: image-text-to-text` to the metadata, which makes the model easier to find at https://huggingface.co/models?pipeline_tag=image-text-to-text.
2. Updating the paper link from arXiv to the Hugging Face Papers page (`https://huggingface.co/papers/2507.19427`) and changing the label to "Paper" for better accuracy and integration with the Hub ecosystem.
Everything else looks great!
README.md
CHANGED
@@ -1,7 +1,9 @@
|
|
1 |
---
|
2 |
-
license: apache-2.0
|
3 |
library_name: transformers
|
|
|
|
|
4 |
---
|
|
|
5 |
<div align="center">
|
6 |
<picture>
|
7 |
<img src="https://github.com/stepfun-ai/Step3/blob/main/figures/stepfun-logo.png?raw=true" width="30%" alt="StepFun: Cost-Effective Multimodal Intelligence">
|
@@ -27,7 +29,7 @@ library_name: transformers
|
|
27 |
</div>
|
28 |
|
29 |
<div align="center">
|
30 |
-
<b>📰 <a href="https://stepfun.ai/research/step3">Step3 Model Blog</a></b> | <b>📄 <a href="https://
|
31 |
</div>
|
32 |
|
33 |
## Introduction
|
|
|
1 |
---
|
|
|
2 |
library_name: transformers
|
3 |
+
license: apache-2.0
|
4 |
+
pipeline_tag: image-text-to-text
|
5 |
---
|
6 |
+
|
7 |
<div align="center">
|
8 |
<picture>
|
9 |
<img src="https://github.com/stepfun-ai/Step3/blob/main/figures/stepfun-logo.png?raw=true" width="30%" alt="StepFun: Cost-Effective Multimodal Intelligence">
|
|
|
29 |
</div>
|
30 |
|
31 |
<div align="center">
|
32 |
+
<b>📰 <a href="https://stepfun.ai/research/step3">Step3 Model Blog</a></b> | <b>📄 <a href="https://huggingface.co/papers/2507.19427">Paper</a></b>
|
33 |
</div>
|
34 |
|
35 |
## Introduction
|