Time Series Forecasting
Transformers
Safetensors
t5
text2text-generation
TSFM
Finance
Financial Forecasting
FinText
text-generation-inference
Instructions to use FinText/Chronos_Tiny_2001_US with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use FinText/Chronos_Tiny_2001_US with Transformers:
# Load model directly from transformers import AutoTokenizer, AutoModelForSeq2SeqLM tokenizer = AutoTokenizer.from_pretrained("FinText/Chronos_Tiny_2001_US") model = AutoModelForSeq2SeqLM.from_pretrained("FinText/Chronos_Tiny_2001_US") - Notebooks
- Google Colab
- Kaggle
Update README.md
Browse files
README.md
CHANGED
|
@@ -5,5 +5,3 @@ This is the **Time Series Foundation Model (TSFM)**, pre-trained on **U.S. finan
|
|
| 5 |
π **Related Links**
|
| 6 |
- [π View all Chronos (Tiny) models](https://huggingface.co/collections/FinText/chronos-tiny-us)
|
| 7 |
- [π View all TSFMs](https://huggingface.co/FinText/collections)
|
| 8 |
-
|
| 9 |
-
|
|
|
|
| 5 |
π **Related Links**
|
| 6 |
- [π View all Chronos (Tiny) models](https://huggingface.co/collections/FinText/chronos-tiny-us)
|
| 7 |
- [π View all TSFMs](https://huggingface.co/FinText/collections)
|
|
|
|
|
|