Improve model card: Add transformers library, pipeline tag, and GitHub link
#1
by nielsr HF Staff - opened
This PR enhances the model card by:
- Adding
pipeline_tag: image-to-textto improve discoverability on the Hugging Face Hub. - Adding
library_name: transformers, enabling the automated "Use in Transformers" widget, as the model supportsAutoModel.from_pretrainedfrom thetransformerslibrary. - Adding a direct link to the GitHub repository for easier access to the code.
- Updating the usage example in the "Quick Start" section to showcase
transformerslibrary compatibility, leveraging the snippet found in the original GitHub README.
This makes the model easier to find and use for researchers and developers.
Ruggero1912 changed pull request status to merged