Transformers How to use clinton254/patch_tst with Transformers:
# Load model directly
from transformers import AutoTokenizer, PatchTSTForClassification
tokenizer = AutoTokenizer.from_pretrained("clinton254/patch_tst")
model = PatchTSTForClassification.from_pretrained("clinton254/patch_tst")