TimesFM-8M (TSFM) β U.S. (2007)
This is the Time Series Foundation Model (TSFM), pre-trained on U.S. financial time series data up to the year 2007 using the TimesFM architecture (8M). The dataset spans from 1990β2007 and includes all U.S. excess return data.
π Related Links
# Load model directly from transformers import AutoTokenizer, TimesFMForHF tokenizer = AutoTokenizer.from_pretrained("FinText/TimesFM_8M_2007_US") model = TimesFMForHF.from_pretrained("FinText/TimesFM_8M_2007_US")