Add pipeline tag and library_name to model card
#2
by nielsr HF Staff - opened
This PR enhances the model card by adding important metadata:
pipeline_tag: image-text-to-text: This ensures the model is correctly categorized on the Hugging Face Hub, improving discoverability (e.g., at https://huggingface.co/models?pipeline_tag=image-text-to-text).library_name: transformers: This indicates compatibility with the Transformers library, allowing the Hub to display automated usage examples for users, leveraging the existing code in your Quick Start.
These additions will make your model more accessible and user-friendly within the Hugging Face ecosystem.