Chronos-Small (TSFM) β Augmented (2001)
This is the Time Series Foundation Model (TSFM), pre-trained on augmented financial time series data up to the year 2001 using the Chronos architecture (Small size). The dataset spans from 1990β2001 and includes augmented data.
π Related Links
# Load model directly from transformers import AutoTokenizer, AutoModelForSeq2SeqLM tokenizer = AutoTokenizer.from_pretrained("FinText/Chronos_Small_2001_Augmented") model = AutoModelForSeq2SeqLM.from_pretrained("FinText/Chronos_Small_2001_Augmented")