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
Adding `safetensors` variant of this model
#3 opened over 1 year ago
by
SFconvertbot
the pre-training code
1
#1 opened over 2 years ago
by
BlueMatrix