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") - Notebooks
- Google Colab
- Kaggle
Update README.md
Browse files
README.md
CHANGED
|
@@ -4,7 +4,6 @@ license: apache-2.0
|
|
| 4 |
tags:
|
| 5 |
- TSFM
|
| 6 |
- Finance
|
| 7 |
-
- Time Series Forecasting
|
| 8 |
- Financial Forecasting
|
| 9 |
library_name: transformers
|
| 10 |
---
|
|
|
|
| 4 |
tags:
|
| 5 |
- TSFM
|
| 6 |
- Finance
|
|
|
|
| 7 |
- Financial Forecasting
|
| 8 |
library_name: transformers
|
| 9 |
---
|