Instructions to use ibm-research/testing-patchtst_etth1_pretrain with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use ibm-research/testing-patchtst_etth1_pretrain with Transformers:
# Load model directly from transformers import AutoTokenizer, PatchTSTForPretraining tokenizer = AutoTokenizer.from_pretrained("ibm-research/testing-patchtst_etth1_pretrain") model = PatchTSTForPretraining.from_pretrained("ibm-research/testing-patchtst_etth1_pretrain") - Notebooks
- Google Colab
- Kaggle
Ctrl+K