Improve dataset card: Add paper, code, task category, and usage
#1
by nielsr HF Staff - opened
This PR enhances the dataset card for the DIP_COCO_pseudolabels dataset by adding:
- A link to the paper (DIP: Unsupervised Dense In-Context Post-training of Visual Representations).
- A link to the official GitHub repository for the DIP project (
https://github.com/sirkosophia/DIP). - The
image-segmentationtask category to the metadata for better discoverability. - A clear description of the dataset, explaining it contains the COCO dense pseudo-labels generated by the DIP method.
- Sample usage instructions for downloading these pseudo-labels.