Transformers How to use nhatminh/PatchTSTPretrain with Transformers:
# Load model directly
from transformers import AutoTokenizer, PatchTSTForPrediction
tokenizer = AutoTokenizer.from_pretrained("nhatminh/PatchTSTPretrain")
model = PatchTSTForPrediction.from_pretrained("nhatminh/PatchTSTPretrain")