Instructions to use FinText/TimesFM_20M_2003_Augmented with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use FinText/TimesFM_20M_2003_Augmented with Transformers:
# Load model directly from transformers import AutoTokenizer, TimesFMForHF tokenizer = AutoTokenizer.from_pretrained("FinText/TimesFM_20M_2003_Augmented") model = TimesFMForHF.from_pretrained("FinText/TimesFM_20M_2003_Augmented") - Notebooks
- Google Colab
- Kaggle
| pipeline_tag: time-series-forecasting | |
| license: apache-2.0 | |
| tags: | |
| - TSFM | |
| - Finance | |
| - Financial Forecasting | |
| - FinText | |
| library_name: transformers | |
| ## TimesFM-20M (TSFM) β Augmented (2003) | |
| This is the **Time Series Foundation Model (TSFM)**, pre-trained on **augmented financial time series data up to the year 2003** using the **TimesFM architecture (20M)**. The dataset spans from **1990β2003** and includes **augmented data**. | |
| π **Related Links** | |
| - [π View all TimesFM (20M) models - Augmented](https://huggingface.co/collections/FinText/timesfm-20m-augmented) | |
| - [π View all TSFMs](https://huggingface.co/FinText/collections) | |