Add pipeline tag and library name to model card

#1
by nielsr HF Staff - opened

This PR enhances the model card by adding relevant metadata:

  • pipeline_tag: image-text-to-text: This helps users discover the model when searching for models that process images and text to generate text, improving discoverability on the Hugging Face Hub.
  • library_name: transformers: This indicates that the model is compatible with the Hugging Face transformers library, enabling easier programmatic access and displaying the "Use in Transformers" widget on the model page.
zengw changed pull request status to merged

Sign up or log in to comment