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-text to improve discoverability on the Hugging Face Hub.
  • Adding library_name: transformers, enabling the automated "Use in Transformers" widget, as the model supports AutoModel.from_pretrained from the transformers library.
  • 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 transformers library 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

Sign up or log in to comment