Add pipeline tag and library name to metadata

#6
by nielsr HF Staff - opened

This PR updates the model card metadata by adding the pipeline_tag: image-text-to-text and library_name: transformers.

Adding these tags will:

  1. Improve the model's discoverability on the Hugging Face Hub under the Image-Text-to-Text category.
  2. Enable the "Use in Transformers" button on the model page, providing users with a ready-to-use code snippet.

The sample usage provided in the documentation confirms that the model is designed to work with the transformers library.

Cannot merge
This branch has merge conflicts in the following files:
  • README.md

Sign up or log in to comment