Safetensors
English
qwen2_5_vl

Add pipeline_tag and library_name to model card

#1
by nielsr HF Staff - opened

This PR enhances the model card by adding key metadata: pipeline_tag: image-text-to-text and library_name: transformers.

  • The pipeline_tag will make the model discoverable under the "Image to Text" filter on the Hugging Face Hub.
  • The library_name will enable an automated, interactive code snippet on the model page, demonstrating how to use the model with the transformers library. The existing usage example confirms this compatibility.
  • It also adds a prominent link to the Hugging Face paper page at the top of the model card content for better visibility.

Please review and merge this PR.

Ready to merge
This branch is ready to get merged automatically.

Sign up or log in to comment