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.