Improve dataset card: Add metadata, paper link, code link, and sample usage
#1
by
nielsr
HF Staff
- opened
This PR significantly improves the dataset card for TiM-Toy-T2I-Dataset
by adding comprehensive information.
Key enhancements include:
- Adding
task_categories: text-to-image
,license: apache-2.0
,language: en
, and relevant tags (diffusion-model
,generative-ai
,image-generation
,toy-dataset
) to the metadata for better discoverability and clarity. - Linking to the official Hugging Face paper page: Transition Models: Rethinking the Generative Learning Objective.
- Including a link to the associated GitHub repository: https://github.com/WZDTHU/TiM.
- Providing an introductory description of the dataset and the Transition Models (TiM) paradigm.
- Adding a "Sample Usage" section with a code snippet from the GitHub README, demonstrating how to download this specific toy dataset for training.
- Including the BibTeX citation and a clear license statement.
These updates make the dataset card more informative, accessible, and compliant with Hugging Face Hub best practices.