Add pipeline tag and library_name to model card
#1
by
nielsr
HF Staff
- opened
This PR improves the model card by adding:
- The
pipeline_tag: image-text-to-textto make the model discoverable under the relevant pipeline at https://huggingface.co/models?pipeline_tag=image-text-to-text. - The
library_name: transformersto enable the automated "how to use" widget on the model page, showcasing direct integration with the Hugging Facetransformerslibrary.
The existing content, including the paper link, code link, and usage example, remains unchanged.