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-text and library_name: transformers to the YAML metadata. This improves model discoverability on the Hugging Face Hub (e.g., via the image-to-text filter) and enables the automated "How to use" widget for transformers, 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 transformers compatibility 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

Sign up or log in to comment