Datasets:
Improve dataset card: Add metadata, links, abstract, sample usage, and citation
#2
by
nielsr
HF Staff
- opened
This PR significantly enhances the dataset card for the ROSE dataset by adding:
task_categories: video-to-video
and relevanttags
(video-inpainting
,object-removal
,diffusion-models
,synthetic-data
,benchmark
,shadow-removal
,reflection-removal
) to the metadata, improving discoverability.- A clear introduction including the full paper abstract.
- Direct links to the Hugging Face paper page, the project page, and the GitHub repository.
- A detailed "Sample Usage" section, including installation steps and the
inference.py
command with its options, directly sourced from the GitHub README, along with a link to the interactive Hugging Face Space demo. - The BibTeX citation for the paper.
These additions make the dataset card more informative and user-friendly, providing essential context and guidance for researchers on the Hugging Face Hub.
weiyuchoumou526
changed pull request status to
merged