Add robotics task category, paper/code links, and usage instructions
#1
by nielsr HF Staff - opened
Hi! I'm Niels from the Hugging Face community science team. This PR improves the dataset card for TIMID by:
- Adding the
roboticstask category to the metadata. - Linking the paper, project page, and GitHub repository.
- Adding sample usage commands for downloading the data, running inference, and training, as documented in the GitHub repository.
- Maintaining the existing instructions for requesting access to the raw data.
Hi Niels, thanks for the contribution! I appreciate the help with the metadata and sample usage. Quick question: will adding the 'robotics' task category affect how the dataset shows up in the 'Computer Vision' filters, or does it support multiple tags? Otherwise, everything looks perfect!
Hi, you can add multiple task categories to datasets. So you can add "robotics", "image-classification", etc. (see the task filters on the left side at https://huggingface.co/datasets)
nereagallego changed pull request status to merged