Improve dataset card for Seg-Zero: Add license, tags, abstract, features, and usage

#3
by nielsr HF Staff - opened

This PR significantly enhances the dataset card for the Seg-Zero dataset by:

  • Adding the cc-by-nc-4.0 license to the metadata, reflecting common practice for research datasets.
  • Including relevant tags such as reasoning, reinforcement-learning, and zero-shot to improve discoverability on the Hugging Face Hub.
  • Incorporating the paper's full abstract to provide immediate and comprehensive context about the research and the dataset's role.
  • Detailing the dataset's structure and features, drawing from the existing metadata.
  • Highlighting key features of the Seg-Zero framework (which this dataset supports) as outlined in the official GitHub repository.
  • Providing a basic Python sample usage snippet to guide users on how to load and interact with the dataset using the datasets library.
  • Adding the BibTeX citation for proper academic attribution.

These changes collectively make the dataset card more informative, accessible, and aligned with best practices for documenting artifacts on the Hub.

Thanks very much

Ricky06662 changed pull request status to merged

Sign up or log in to comment