Datasets:
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_modelandpipeline_tagfrom the metadata, as these are typically used for model cards or Spaces, not datasets. - Adding
task_categories:object-detection,image-segmentation,image-to-textto accurately reflect the domains the dataset supports, enhancing discoverability. - Adding comprehensive
tagssuch asmllm,multimodal,vision-language-model,visual-grounding,referring-expression-comprehension,referring-image-captioning, andcomputer-visionfor improved searchability. - Adding the official Hugging Face paper link to the paper reference section.
- Updating the
PROMPTstring 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