Checkpoint epoch 12 7fe6aee 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")