Improve model card with pipeline tag and library name

#1
by nielsr HF Staff - opened

This PR improves the model card by adding the pipeline_tag and library_name metadata. The pipeline_tag is set to image-text-to-text as the model processes both image and text data to generate text. The library_name is set to transformers based on the model's reliance on the Transformers library. This ensures the model is properly categorized on the Hugging Face Hub and allows users to easily discover it using relevant search filters.

Ready to merge
This branch is ready to get merged automatically.

Sign up or log in to comment