Add pipeline_tag and library_name to model card
#1
by nielsr HF Staff - opened
This PR enhances the model card by adding key metadata: pipeline_tag: image-text-to-text and library_name: transformers.
- The
pipeline_tagwill make the model discoverable under the "Image to Text" filter on the Hugging Face Hub. - The
library_namewill enable an automated, interactive code snippet on the model page, demonstrating how to use the model with thetransformerslibrary. The existing usage example confirms this compatibility. - It also adds a prominent link to the Hugging Face paper page at the top of the model card content for better visibility.
Please review and merge this PR.