Enhance ViPRA dataset card with links, abstract, usage, and task categories
#1
by
nielsr
HF Staff
- opened
This PR significantly improves the dataset card for ViPRA by:
- Adding
task_categories: ['robotics', 'video-text-to-text']to the metadata for better discoverability. - Including a visual teaser image.
- Providing direct links to the Hugging Face paper, the project page, and the GitHub repository.
- Incorporating the paper's full abstract and an overview of the ViPRA project.
- Detailing the contents and purpose of the
cotrain-dynamics14andcotrain-vqgan-vision-cachedatasets. - Describing the required dataset structures for various data sources (SSv2, OpenX, LIBERO) with example configurations.
- Adding a "Sample JSONL Entry" to illustrate the dataset's data format.
- Including a "Sample Usage" section with
huggingface-clicommands for downloading the datasets and a Python code snippet demonstrating theViPRAClientfor robot action inference, all sourced directly from the GitHub README. - Adding the BibTeX citation for proper attribution.
These additions make the dataset card much more comprehensive, informative, and useful for researchers looking to understand and utilize the ViPRA datasets.