Add pipeline tag, library name, GitHub link, and Transformers usage
#1
by nielsr HF Staff - opened
This PR significantly improves the model card by:
- Adding the
pipeline_tag: image-to-textto the metadata, ensuring the model is correctly categorized and discoverable under the image-to-text pipeline. - Adding
library_name: transformersto the metadata, as evidence from theconfig.jsonand GitHub README confirms compatibility with thetransformerslibrary. This enables an automated code snippet fortransformersusers. - Adding an explicit "GitHub Repository" section for easy access to the source code.
- Including a "Sample Usage with Transformers" section, providing a clear code snippet for users to get started with the model using the
transformerslibrary.
Ruggero1912 changed pull request status to merged