Datasets:
Enhance dataset card: Add task categories, language, tags, and sample usage
#2
by
nielsr
HF Staff
- opened
This PR improves the dataset card by:
- Adding
task_categories: ['video-text-to-text']to the metadata, enabling better discoverability on the Hugging Face Hub under relevant AI tasks. - Adding
language: ['en']as the dataset content is in English. - Including relevant
tagssuch asautonomous-driving,nuscenes,temporal-reasoning,video-question-answering, andvlmfor more detailed categorization. - Adding a "Sample Usage" section with a Python code snippet directly from the GitHub README, making it easier for users to get started with the dataset. This section also includes important setup information for loading the benchmark splits.
kcannons
changed pull request status to
merged