Improve model card: Add pipeline tag, library name, and link to code
#1
by
nielsr
HF Staff
- opened
This PR improves the model card by:
- Adding the
pipeline_tag: image-text-to-text
, which ensures the model appears in the correct filter on the Hub: https://huggingface.co/models?pipeline_tag=image-text-to-text. - Adding
library_name: transformers
, which enables the "Use in Transformers" widget and helps with integration. - Adding a link to the official GitHub repository for easier access to the code and further details.