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