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

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

Chronos-Tiny (TSFM) β€” Global (2004)

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

πŸ”— Related Links

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

Collection including FinText/Chronos_Tiny_2004_Global