Image-Text-to-Text
Transformers
Safetensors
English
qwen3_vl
conversational

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 transformers as the inference code explicitly uses the transformers library. This enables the "Use in Transformers" button and automated code snippets on the model page.
  • Pipeline Tag: Added image-text-to-text to 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

Sign up or log in to comment