Add pipeline tag, library name and update links/citation
#1
by nielsr HF Staff - opened
Hi! I'm Niels from the community science team at Hugging Face.
This PR improves the model card metadata by adding:
- The
pipeline_tag: image-text-to-textto categorize the model correctly. - The
library_name: transformerssince the model is fully compatible with Hugging Facetransformerslibrary.
Additionally, I've updated the Markdown content to:
- Add a link to the official GitHub repository in the header badges.
- Update the BibTeX citation to include the full list of authors as specified in the GitHub README.
Feel free to merge if this looks good to you!