Transformers How to use kyLELEng/patchtst-cross-sectional-return-forecast with Transformers:
# Load model directly
from transformers import AutoTokenizer, PatchTSTForPrediction
tokenizer = AutoTokenizer.from_pretrained("kyLELEng/patchtst-cross-sectional-return-forecast")
model = PatchTSTForPrediction.from_pretrained("kyLELEng/patchtst-cross-sectional-return-forecast")