Improve model card: Add pipeline tag, library name, abstract, and links
#1
by
nielsr
HF Staff
- opened
This PR enhances the model card for the PAPO model by:
- Adding the
pipeline_tag: image-text-to-text
to improve discoverability for multimodal reasoning tasks on the Hub. - Specifying
library_name: transformers
for seamless integration and display of usage snippets on the model page. - Including the paper abstract for better context and understanding of the model's contribution.
- Updating the paper link to the official Hugging Face Papers page (https://huggingface.co/papers/2507.06448).
- Adding explicit links to the project page (https://mikewangwzhl.github.io/PAPO/) and the GitHub repository (https://github.com/mikewangwzhl/PAPO) for additional resources and code.
- Providing a sample usage snippet to help users get started quickly with the
transformers
library.
PAPOGalaxy
changed pull request status to
merged