Add missing metadata: library_name and pipeline_tag
#1
by nielsr HF Staff - opened
This PR adds missing metadata to the model card:
library_name: transformers: Indicates the model's compatibility with the Hugging Face Transformers library.pipeline_tag: image-text-to-text: Correctly identifies the model's functionality as processing both image and text inputs to produce text outputs. This improves discoverability on the Hugging Face Hub.
hhenryz changed pull request status to merged