Checkpoint epoch 9 2f97c2b verified
kyLE_LEng commited on
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")