Time Series Forecasting
Transformers
Safetensors
t5
text2text-generation
time series
forecasting
pretrained models
foundation models
time series foundation models
time-series
text-generation-inference
Instructions to use autogluon/chronos-t5-small with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use autogluon/chronos-t5-small with Transformers:
# Load model directly from transformers import AutoTokenizer, AutoModelForSeq2SeqLM tokenizer = AutoTokenizer.from_pretrained("autogluon/chronos-t5-small") model = AutoModelForSeq2SeqLM.from_pretrained("autogluon/chronos-t5-small") - Notebooks
- Google Colab
- Kaggle
Adding `safetensors` variant of this model (#1)
Browse files- Adding `safetensors` variant of this model (267792e7d4bf14d572da2e6c8e1ac61a9eae82f7)
Co-authored-by: Safetensors convertbot <SFconvertbot@users.noreply.huggingface.co>
- model.safetensors +3 -0
model.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:9c8b6fde5300f72b01c173153bf9288fa0a200614275bf0585071ad71a6a3d43
|
| 3 |
+
size 184632480
|