Add pipeline tag and library name to metadata
#1
by nielsr HF Staff - opened
This PR improves the model card's metadata by adding:
pipeline_tag: image-text-to-textto properly classify this vision-language model under the Image-Text-to-Text task on the Hub.library_name: transformersto enable the automated code snippet widget, as the repository contains clear code evidence of compatibility with Hugging Facetransformers.
The rest of the README remains unchanged.