Add pipeline tag and library name to model card
#1
by
nielsr
HF Staff
- opened
This PR improves the model card for VisCoder2-14B by adding essential metadata:
pipeline_tag: image-text-to-text: This tag accurately reflects the model's multimodal capability of understanding visual context and text instructions to generate visualization code. This enhances discoverability on the Hugging Face Hub.library_name: transformers: The model'sconfig.jsonindicatesQwen2ForCausalLMarchitecture andtransformers_version: 4.51.3, confirming compatibility with the Hugging Facetransformerslibrary. Adding this will enable automated code snippets on the model page, simplifying usage for the community.
No sample usage is added as no explicit code snippet was found in the GitHub README. The existing arXiv paper link is retained as per guidelines.
yuanshengni
changed pull request status to
merged