Improve model card with tags and links
#1
by
nielsr
HF Staff
- opened
This PR significantly improves the model card by:
- Adding
pipeline_tag: image-text-to-text
to the metadata, which ensures the model appears in relevant searches on the Hugging Face Hub (e.g., https://huggingface.co/models?pipeline_tag=image-text-to-text). - Adding
library_name: transformers
to the metadata, enabling the "Use in Transformers" widget and providing a clear integration path for users. - Updating the paper link to the official Hugging Face paper page: https://huggingface.co/papers/2507.06448.
- Including a link to the project page: https://mikewangwzhl.github.io/PAPO/.
- Adding a link to the GitHub repository: https://github.com/mikewangwzhl/PAPO.
PAPOGalaxy
changed pull request status to
merged