Improve model card: Add pipeline tag, library name, abstract, and links
#1
by
nielsr
HF Staff
- opened
This PR enhances the model card by:
- Adding
pipeline_tag: image-text-to-text
, ensuring the model is correctly categorized and discoverable on the Hugging Face Hub (e.g., https://huggingface.co/models?pipeline_tag=image-text-to-text). - Adding
library_name: transformers
, enabling the "How to use" widget for easier inference with thetransformers
library. - Including the paper abstract for better context and understanding of the model.
- Updating the paper link to point to the official Hugging Face Papers page.
- Adding a direct link to the GitHub repository, making the associated code easily accessible.