Time Series Forecasting
Transformers
Safetensors
t5
text2text-generation
TSFM
Finance
Financial Forecasting
FinText
text-generation-inference
Instructions to use FinText/Chronos_Tiny_2000_US with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use FinText/Chronos_Tiny_2000_US with Transformers:
# Load model directly from transformers import AutoTokenizer, AutoModelForSeq2SeqLM tokenizer = AutoTokenizer.from_pretrained("FinText/Chronos_Tiny_2000_US") model = AutoModelForSeq2SeqLM.from_pretrained("FinText/Chronos_Tiny_2000_US", device_map="auto") - Notebooks
- Google Colab
- Kaggle
File size: 649 Bytes
9d1282a 91a2e11 25e9b62 9e1196c 9ba9f23 9e1196c 9d1282a 4fdcb6d 1880d5f 4fdcb6d 109456d 9d1282a | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 | ---
pipeline_tag: time-series-forecasting
license: apache-2.0
tags:
- TSFM
- Finance
- Financial Forecasting
- FinText
library_name: transformers
---
## Chronos-Tiny (TSFM) โ U.S. (2000)
This is the **Time Series Foundation Model (TSFM)**, pre-trained on **U.S. financial time series data up to the year 2000** using the **Chronos architecture (Tiny size)**. The dataset spans from **1990โ2000** and includes all **U.S. excess return data**.
๐ **Related Links**
- [๐ View all Chronos (Tiny) models - U.S.](https://huggingface.co/collections/FinText/chronos-tiny-us)
- [๐ View all TSFMs](https://huggingface.co/FinText/collections) |