Update pipeline_tag and add library_name metadata for PaDT

#1
by nielsr HF Staff - opened

This PR improves the model card for PaDT by:

  • Changing the pipeline_tag from image-text-to-text to image-segmentation. This better reflects the model's core capabilities, which include generating detection and segmentation maps as described in the paper abstract and model tasks.
  • Adding library_name: transformers to the metadata. The model's sample usage demonstrates compatibility with the Hugging Face Transformers library, allowing for automated code snippets on the Hub.

No other changes were made to the content, including existing paper or code links, as per the guidelines.

PaDT-MLLM changed pull request status to closed

Sign up or log in to comment