Improve dataset card: Add task categories, code link, and sample usage

#2
by nielsr HF Staff - opened

This PR enhances the dataset card for the WiCount dataset by:

  • Adding task_categories (time-series-forecasting, time-series-classification) and relevant tags (wireless-sensing, csi, people-counting, wifi) to the metadata for better searchability and categorization on the Hub.
  • Adding language: en to the metadata.
  • Including a direct link to the main GitHub repository (https://github.com/RS2002/CSI-BERT2) for easier access to the associated code.
  • Removing the auto-generated description line "The description is generated by Grok3.".
  • Introducing a "Sample Usage" section with code snippets for pre-training, fine-tuning, and inference, directly derived from the project's GitHub README, to guide users on how to utilize the dataset with the CSI-BERT2 framework.
RS2002 changed pull request status to merged

Sign up or log in to comment