Add `library_name` and `pipeline_tag` metadata
#1
by
nielsr
HF Staff
- opened
This PR improves the model card by adding the library_name and pipeline_tag to the metadata.
library_name: transformers: The model is compatible with the Hugging Face Transformers library, as demonstrated by theQuickstartcode snippet provided in the README and the model's configuration files. This will enable the automated "how to use" widget on the model page.pipeline_tag: image-text-to-text: The model takes visual input (images/videos) and text queries to generate text responses, which aligns with theimage-text-to-textpipeline. This will improve model discoverability on the Hub.
No changes are made to the content of the README as existing links and usage examples are already well-documented.
rayruiyang
changed pull request status to
merged