Add pipeline tag and library name to model card
#1
by
nielsr
HF Staff
- opened
This PR enhances the model card by adding the pipeline_tag: image-text-to-text and library_name: transformers to the metadata.
library_name: transformers: This addition enables the automated "how to use" code snippet widget on the Hugging Face Hub, showcasing the model's compatibility with the Transformers library, as evidenced by the existing "Quick start" section.pipeline_tag: image-text-to-text: This tag correctly categorizes the model, which takes both an image and a textual question as input to generate a textual response, improving its discoverability on the Hub.
The existing paper link, project page link, and sample usage section are preserved as they are already accurate and complete.
JingyiLiu
changed pull request status to
merged