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-text to the metadata, ensuring the model is correctly categorized and discoverable under the image-to-text pipeline.
  • Adding library_name: transformers to the metadata, as evidence from the config.json and GitHub README confirms compatibility with the transformers library. This enables an automated code snippet for transformers users.
  • 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 transformers library.
Ruggero1912 changed pull request status to merged

Sign up or log in to comment