Add pipeline_tag, library_name, and paper link to model card
#1
by
nielsr HF Staff - opened
This PR enhances the model card by adding essential metadata and a direct link to the research paper:
pipeline_tag: image-text-to-text: Categorizes the model correctly for better discoverability on the Hugging Face Hub, reflecting its Visual Question Answering capabilities.library_name: transformers: Enables the automated "how to use" widget on the model page, as the provided usage code snippet clearly demonstrates compatibility with thetransformerslibrary.- Paper Link: Adds a prominent link to the research paper at the top of the model card for easy access to the underlying work.
The existing usage example and other relevant sections have been preserved.