CoolFace
Datasetpublic

theforecastingcompany/GiftEvalPretrain

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")… See the full description on the dataset page: https://huggingface.co/datasets/theforecastingcompany/GiftEvalPretrain.

sourceHugging Faceapache-2.0updated 6mo agoView on Hugging Face
0likes10kdownloads
Dataset Card

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

python
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).