Time Series Forecasting
Transformers
Safetensors
t5
text2text-generation
TSFM
Finance
Financial Forecasting
FinText
text-generation-inference
Instructions to use FinText/Chronos_Tiny_2000_Global with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use FinText/Chronos_Tiny_2000_Global with Transformers:
# Load model directly from transformers import AutoTokenizer, AutoModelForSeq2SeqLM tokenizer = AutoTokenizer.from_pretrained("FinText/Chronos_Tiny_2000_Global") model = AutoModelForSeq2SeqLM.from_pretrained("FinText/Chronos_Tiny_2000_Global") - Notebooks
- Google Colab
- Kaggle
Update README.md
Browse files
README.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
| 1 |
## Chronos-Tiny (TSFM) β Global (2000)
|
| 2 |
|
| 3 |
-
This is the **Time Series Foundation Model (TSFM)**, pre-trained on **
|
| 4 |
|
| 5 |
π **Related Links**
|
| 6 |
- [π View all Chronos (Tiny) models - Global](https://huggingface.co/collections/FinText/chronos-tiny-global)
|
|
|
|
| 1 |
## Chronos-Tiny (TSFM) β Global (2000)
|
| 2 |
|
| 3 |
+
This is the **Time Series Foundation Model (TSFM)**, pre-trained on **global financial time series data up to the year 2000** using the **Chronos architecture (Tiny size)**. The dataset spans from **1990β2000** and includes all **global excess return data**.
|
| 4 |
|
| 5 |
π **Related Links**
|
| 6 |
- [π View all Chronos (Tiny) models - Global](https://huggingface.co/collections/FinText/chronos-tiny-global)
|