Time Series Forecasting
Transformers
PyTorch
patchtst
Generated from Trainer
time series
forecasting
pretrained models
foundation models
time series foundation models
time-series
Instructions to use ibm-research/patchtst-etth1-pretrain with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use ibm-research/patchtst-etth1-pretrain with Transformers:
# Load model directly from transformers import AutoTokenizer, PatchTSTForMaskPretraining tokenizer = AutoTokenizer.from_pretrained("ibm-research/patchtst-etth1-pretrain") model = PatchTSTForMaskPretraining.from_pretrained("ibm-research/patchtst-etth1-pretrain") - Notebooks
- Google Colab
- Kaggle
the pre-training code
#1
by BlueMatrix - opened
Could you please share the pre-training code?
Yes, please take a look at the code here: https://github.com/IBM/tsfm/blob/main/notebooks/hfdemo/patch_tst_transfer.ipynb.