Add library name and pipeline tag to metadata
#1
by
nielsr
HF Staff
- opened
This PR improves the model card's metadata by adding library_name: transformers and pipeline_tag: image-text-to-text.
- Library Name: Added
transformersas the inference code explicitly uses thetransformerslibrary. This enables the "Use in Transformers" button and automated code snippets on the model page. - Pipeline Tag: Added
image-text-to-textto ensure the model is correctly categorized and discoverable in the Hugging Face Hub's multimodal tasks.
The rest of the model card content, including the paper link, project links, and sample usage, has been preserved from the original documentation.
WaltonFuture
changed pull request status to
merged