Improve dataset card: Add task categories, paper link, project page, tags, and sample usage
#1
by
nielsr
HF Staff
- opened
This PR enhances the dataset card by:
- Adding
task_categories: ['time-series-forecasting']and comprehensivetagsto the metadata for better discoverability, includingtime-series,self-supervised-learning,representation-learning,time-series-classification, andtime-series-regression. - Updating the initial reference to include a direct link to the paper on Hugging Face Papers: https://huggingface.co/papers/2510.22655.
- Adding a link to the official NeurIPS 2025 project page.
- Including a "Datasets Included" section to clearly list the nine datasets and their associated tasks.
- Adding a "Sample Usage" section with code snippets from the GitHub repository's "Quickstart" guide, demonstrating how to use the dataset for pre-training and testing.
These updates provide users with richer context and clearer guidance on how to use this valuable resource.