Improve dataset card: Add task categories and tags, update sample usage, refine metadata

#2
by nielsr HF Staff - opened

This PR improves the dataset card for the PaDT project by:

  • Removing base_model and pipeline_tag from the metadata, as these are typically used for model cards or Spaces, not datasets.
  • Adding task_categories: object-detection, image-segmentation, image-to-text to accurately reflect the domains the dataset supports, enhancing discoverability.
  • Adding comprehensive tags such as mllm, multimodal, vision-language-model, visual-grounding, referring-expression-comprehension, referring-image-captioning, and computer-vision for improved searchability.
  • Adding the official Hugging Face paper link to the paper reference section.
  • Updating the PROMPT string in the "Quick Start" sample usage section with a more specific example from the Github README, better illustrating the dataset's use in concrete tasks.

These changes make the dataset card more informative, accurate, and easier to navigate on the Hugging Face Hub.

PaDT-MLLM changed pull request status to closed

Sign up or log in to comment