Add `transformers` library and `image-text-to-text` pipeline tag
#1
by
nielsr HF Staff - opened
This PR enhances the model card by:
- Adding
library_name: transformersto correctly identify the model's compatibility with the Hugging Face Transformers library, enabling the automated "how to use" widget. - Including
pipeline_tag: image-text-to-textto accurately categorize the model's demonstrated capability for multimodal (image and text) understanding and text generation, improving discoverability on the Hub.