Improve model card: Add pipeline tag, library name, and comprehensive links
#1
by nielsr HF Staff - opened
This PR significantly enhances the model card by:
- Adding
pipeline_tag: image-to-textandlibrary_name: transformersto the YAML metadata. This improves model discoverability on the Hugging Face Hub (e.g., via theimage-to-textfilter) and enables the automated "How to use" widget fortransformers, based on the explicit usage example in the GitHub repository. - Streamlining the main model card title for better readability.
- Adding direct links to the Hugging Face Paper page, the GitHub repository, a Hugging Face Space demo, and the Hugging Face collection, providing users with a comprehensive set of resources.
- Adding a dedicated "Quick Start (Transformers library)" section with a code snippet, leveraging the
transformerscompatibility shown in the original GitHub README. The existing "Quick Start" is also renamed for clarity.
These updates aim to make the model card more informative and user-friendly, aligning with Hugging Face's best practices for artifact documentation.
Ruggero1912 changed pull request status to merged