Time Series Forecasting
Transformers
Safetensors
t5
text2text-generation
TSFM
Finance
Financial Forecasting
FinText
text-generation-inference
Instructions to use FinText/Chronos_Small_2002_Augmented with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use FinText/Chronos_Small_2002_Augmented with Transformers:
# Load model directly from transformers import AutoTokenizer, AutoModelForSeq2SeqLM tokenizer = AutoTokenizer.from_pretrained("FinText/Chronos_Small_2002_Augmented") model = AutoModelForSeq2SeqLM.from_pretrained("FinText/Chronos_Small_2002_Augmented") - Notebooks
- Google Colab
- Kaggle
File size: 663 Bytes
27e5911 8879ea4 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 | ---
pipeline_tag: time-series-forecasting
license: apache-2.0
tags:
- TSFM
- Finance
- Financial Forecasting
- FinText
library_name: transformers
---
## Chronos-Small (TSFM) โ Augmented (2002)
This is the **Time Series Foundation Model (TSFM)**, pre-trained on **augmented financial time series data up to the year 2002** using the **Chronos architecture (Small size)**. The dataset spans from **1990โ2002** and includes **augmented data**.
๐ **Related Links**
- [๐ View all Chronos (Small) models - Augmented](https://huggingface.co/collections/FinText/chronos-small-augmented)
- [๐ View all TSFMs](https://huggingface.co/FinText/collections)
|