Improve model card: Update pipeline tag, add library name, and paper link
Browse filesThis PR improves the model card for CHURRO by:
- Updating the `pipeline_tag` from `image-text-to-text` to `image-to-text` for better discoverability and accuracy for a historical text recognition model.
- Adding `library_name: transformers` to correctly identify the model's compatibility with the Hugging Face Transformers library, enabling the automated code snippet on the Hub.
- Updating the placeholder arXiv paper link in the model card content to the correct one: `https://arxiv.org/abs/2509.19768`.
README.md
CHANGED
|
@@ -1,14 +1,15 @@
|
|
| 1 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
| 2 |
license: other
|
| 3 |
license_name: qwen-research
|
| 4 |
license_link: LICENSE
|
| 5 |
-
|
| 6 |
-
- stanford-oval/churro
|
| 7 |
-
base_model:
|
| 8 |
-
- Qwen/Qwen2.5-VL-3B-Instruct
|
| 9 |
-
pipeline_tag: image-text-to-text
|
| 10 |
tags:
|
| 11 |
- historical
|
|
|
|
| 12 |
---
|
| 13 |
|
| 14 |
<p align="center">
|
|
@@ -17,7 +18,7 @@ tags:
|
|
| 17 |
<p align="center">
|
| 18 |
<a href="https://huggingface.co/stanford-oval/churro-3B" target="_blank"><img src="https://img.shields.io/badge/Model-CHURRO%203B-8A4FFF" alt="Model" /></a>
|
| 19 |
<a href="https://huggingface.co/datasets/stanford-oval/churro-dataset" target="_blank"><img src="https://img.shields.io/badge/Dataset-CHURRO--DS-0A7BBB" alt="Dataset" /></a>
|
| 20 |
-
<a href="https://arxiv.org/abs/
|
| 21 |
<a href="https://github.com/stanford-oval/churro/stargazers" target="_blank"><img src="https://img.shields.io/github/stars/stanford-oval/churro?style=social" alt="GitHub Stars" /></a>
|
| 22 |
</p>
|
| 23 |
</p>
|
|
|
|
| 1 |
---
|
| 2 |
+
base_model:
|
| 3 |
+
- Qwen/Qwen2.5-VL-3B-Instruct
|
| 4 |
+
datasets:
|
| 5 |
+
- stanford-oval/churro
|
| 6 |
license: other
|
| 7 |
license_name: qwen-research
|
| 8 |
license_link: LICENSE
|
| 9 |
+
pipeline_tag: image-to-text
|
|
|
|
|
|
|
|
|
|
|
|
|
| 10 |
tags:
|
| 11 |
- historical
|
| 12 |
+
library_name: transformers
|
| 13 |
---
|
| 14 |
|
| 15 |
<p align="center">
|
|
|
|
| 18 |
<p align="center">
|
| 19 |
<a href="https://huggingface.co/stanford-oval/churro-3B" target="_blank"><img src="https://img.shields.io/badge/Model-CHURRO%203B-8A4FFF" alt="Model" /></a>
|
| 20 |
<a href="https://huggingface.co/datasets/stanford-oval/churro-dataset" target="_blank"><img src="https://img.shields.io/badge/Dataset-CHURRO--DS-0A7BBB" alt="Dataset" /></a>
|
| 21 |
+
<a href="https://arxiv.org/abs/2509.19768" target="_blank"><img src="https://img.shields.io/badge/Paper-arXiv-B31B1B" alt="Paper" /></a>
|
| 22 |
<a href="https://github.com/stanford-oval/churro/stargazers" target="_blank"><img src="https://img.shields.io/github/stars/stanford-oval/churro?style=social" alt="GitHub Stars" /></a>
|
| 23 |
</p>
|
| 24 |
</p>
|