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
Ctrl+K