A unified benchmark for time series probabilistic forecasting with multiple granularity evaluation.
The app reads data from HuggingFace Hub. Configure the following environment variables:
| Variable | Description | Default |
|---|---|---|
HF_TOKEN | HuggingFace API token (required for private datasets) | None |
HF_REPO_ID | Dataset repository ID | TIME-benchmark/TIME-1.0 |
USE_HF_HUB | Use HF Hub (true) or local files (false) | true |
HF_CACHE_DIR | Custom cache directory for downloads | ~/.cache/huggingface |
# 1. 复制 timebench 模块到 leaderboard_app
cd /home/eee/qzz/TIME
cp -r src/timebench leaderboard_app/
# 2. 进入 leaderboard_app 目录
cd leaderboard_app
# 3. 运行部署脚本
chmod +x deploy.sh
./deploy.sh YOUR_USERNAME YOUR_SPACE_NAME
详细步骤请参考 DEPLOY.md
重要: 部署前需要:
HF_TOKENTIME-benchmark/TIME-1.0 DatasetSet USE_HF_HUB=false to use local data:
export USE_HF_HUB=false
python app.py
pip install -r requirements.txt
python app.py
The app expects the following data structure in the HuggingFace Dataset:
HF_REPO/
├── data/
│ └── hf_dataset/ # Time series datasets
│ ├── ECDC_COVID/
│ ├── Australia_Solar/
│ └── ...
├── output/
│ └── results/ # Model evaluation results
│ ├── moirai_small/
│ ├── chronos_base/
│ └── ...
└── config/
└── datasets.yaml # Dataset configurations
This release is for research purposes only in support of an academic paper. Our models, datasets, and code are not specifically designed or evaluated for all downstream purposes. We strongly recommend users evaluate and address potential concerns related to accuracy, safety, and fairness before deploying this model.
7 commits
A unified benchmark for time series probabilistic forecasting with multiple granularity evaluation.
The app reads data from HuggingFace Hub. Configure the following environment variables:
| Variable | Description | Default |
|---|---|---|
HF_TOKEN | HuggingFace API token (required for private datasets) | None |
HF_REPO_ID | Dataset repository ID | TIME-benchmark/TIME-1.0 |
USE_HF_HUB | Use HF Hub (true) or local files (false) | true |
HF_CACHE_DIR | Custom cache directory for downloads | ~/.cache/huggingface |
# 1. 复制 timebench 模块到 leaderboard_app
cd /home/eee/qzz/TIME
cp -r src/timebench leaderboard_app/
# 2. 进入 leaderboard_app 目录
cd leaderboard_app
# 3. 运行部署脚本
chmod +x deploy.sh
./deploy.sh YOUR_USERNAME YOUR_SPACE_NAME
详细步骤请参考 DEPLOY.md
重要: 部署前需要:
HF_TOKENTIME-benchmark/TIME-1.0 DatasetSet USE_HF_HUB=false to use local data:
export USE_HF_HUB=false
python app.py
pip install -r requirements.txt
python app.py
The app expects the following data structure in the HuggingFace Dataset:
HF_REPO/
├── data/
│ └── hf_dataset/ # Time series datasets
│ ├── ECDC_COVID/
│ ├── Australia_Solar/
│ └── ...
├── output/
│ └── results/ # Model evaluation results
│ ├── moirai_small/
│ ├── chronos_base/
│ └── ...
└── config/
└── datasets.yaml # Dataset configurations
This release is for research purposes only in support of an academic paper. Our models, datasets, and code are not specifically designed or evaluated for all downstream purposes. We strongly recommend users evaluate and address potential concerns related to accuracy, safety, and fairness before deploying this model.
7 commits