Chronos-Small (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 Chronos architecture (Small size). The dataset spans from 1990β2007 and includes all U.S. excess return data.
π Related Links
# Load model directly from transformers import AutoTokenizer, AutoModelForSeq2SeqLM tokenizer = AutoTokenizer.from_pretrained("FinText/Chronos_Small_2007_US") model = AutoModelForSeq2SeqLM.from_pretrained("FinText/Chronos_Small_2007_US")