Add pipeline tag and library name to metadata

#1
by nielsr HF Staff - opened

This PR improves the model card's metadata by adding:

  1. pipeline_tag: image-text-to-text to properly classify this vision-language model under the Image-Text-to-Text task on the Hub.
  2. library_name: transformers to enable the automated code snippet widget, as the repository contains clear code evidence of compatibility with Hugging Face transformers.

The rest of the README remains unchanged.

Ready to merge
This branch is ready to get merged automatically.

Sign up or log in to comment