Instructions to use ibm-research/testing-patchtst_etth1_forecast with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use ibm-research/testing-patchtst_etth1_forecast with Transformers:
# Load model directly from transformers import AutoTokenizer, PatchTSTForPrediction tokenizer = AutoTokenizer.from_pretrained("ibm-research/testing-patchtst_etth1_forecast") model = PatchTSTForPrediction.from_pretrained("ibm-research/testing-patchtst_etth1_forecast") - Notebooks
- Google Colab
- Kaggle
turn off gating
#1
by kashif - opened