How to use from the
Use from the
Transformers library
# Load model directly
from transformers import AutoTokenizer, AutoModelForSeq2SeqLM

tokenizer = AutoTokenizer.from_pretrained("FinText/Chronos_Mini_2016_US")
model = AutoModelForSeq2SeqLM.from_pretrained("FinText/Chronos_Mini_2016_US")
Quick Links

Chronos-Mini (TSFM) β€” U.S. (2016)

This is the Time Series Foundation Model (TSFM), pre-trained on U.S. financial time series data up to the year 2016 using the Chronos architecture (Mini size). The dataset spans from 1990–2016 and includes all U.S. excess return data.

πŸ”— Related Links

Downloads last month
12
Safetensors
Model size
20.5M params
Tensor type
F32
Β·
Inference Providers NEW
This model isn't deployed by any Inference Provider. πŸ™‹ Ask for provider support

Collection including FinText/Chronos_Mini_2016_US