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