Add pipeline tag, library name, and Hugging Face paper link
#1
by
nielsr
HF Staff
- opened
This PR enhances the model card by:
- Adding
pipeline_tag: image-text-to-textto improve discoverability on the Hugging Face Hub, as the model takes images and text inputs to generate text. - Adding
library_name: transformersto enable the automated "how to use" widget, as evidenced by the provided sample usage code snippet leveraging thetransformerslibrary. - Including a direct link to the Hugging Face paper page (https://huggingface.co/papers/2512.15713) for easy access to the associated research on the Hub.
The existing license and tags remain unchanged. The sample usage section is already present and correctly formatted.
xiazhi
changed pull request status to
merged