Skip to content

Latest commit

 

History

History
30 lines (21 loc) · 2.08 KB

README.md

File metadata and controls

30 lines (21 loc) · 2.08 KB

Checkpoints for Foundation Models

For full reproducibility, we provide the checkpoints for some foundation models as of the paper completion date.

Download the checkpoints from Google Drive with:

# By downloading, you agree to the terms of the original license agreements.
sh scripts/prepare_checkpoints.sh # in root directory

You can also download the newest checkpoints from the following repositories:

  • For Timer, download the checkpoints from its official repository (Google Drive or Tsinghua Cloud) under the folder ./checkpoints/timer/Timer_67M_UTSD_4G.pt.
  • For ForecastPFN, download the checkpoints from its official repository (Google Drive) under the folder ./checkpoints/ForecastPFN/saved_weights.
  • For UniTS, download the checkpoints units_x128_pretrain_checkpoint.pth from its official repository under the folder ./checkpoints/units/units_x128_pretrain_checkpoint.pth.
  • For Lag-Llama, download the checkpoints lag-llama.ckpt from its huggingface repository under the folder ./checkpoints/lag-llama/lag-llama.ckpt.
  • For other models, they can be automatically downloaded from huggingface during the first run.
Model HuggingFace
MOIRAI Link
Chronos Link
TinyTimeMixer Link
TimesFM Link