GiftEval Pretrain (Derived)
This dataset is a derived version of Salesforce/GiftEvalPretrain, the pre-training dataset aligned with the GIFT-Eval benchmark for time series foundation models.
Differences from the original
- Converted from Arrow to Parquet format
- Same 144 dataset subsets, no changes to underlying time series values
Usage
from datasets import load_dataset
dataset = load_dataset("theforecastingcompany/GiftEvalPretrain", "m1_yearly")
Citation
If you use this dataset, please cite the original GIFT-Eval paper.
License
Apache 2.0 (same as the original).