Add library_name and pipeline_tag metadata
#1
by
nielsr
HF Staff
- opened
Hi! I'm Niels from the Hugging Face community science team.
This PR improves the model card for ZwZ-7B by adding relevant metadata:
library_name: transformers: This enables the "Use in Transformers" button and automated code snippets.pipeline_tag: image-text-to-text: This ensures the model is correctly categorized on the Hub for vision-language tasks.- Linking the paper to the Hugging Face paper page for better discoverability.
The code snippets in the README verify that the model works as expected with the transformers library.
WaltonFuture
changed pull request status to
merged