Add pipeline and library tags to model card
#2
by
nielsr
HF Staff
- opened
This PR improves the model card by adding the following metadata:
pipeline_tag: image-text-to-text: This ensures the model is properly categorized and discoverable on the Hugging Face Hub, specifically under multimodal image-to-text generation.library_name: transformers: The provided "Quick Start" code snippet usestransformersclasses (AutoTokenizer,AutoModel,AutoProcessor), confirming compatibility and enabling the automated code snippet on the Hub model page.
The license: apache-2.0 is already present. No further changes to the Markdown content were required as relevant links and usage examples are already well-documented.