Time Series Forecasting
Transformers
Safetensors
sundial
text-generation
time series
time-series
forecasting
foundation models
pretrained models
generative models
time series foundation models
custom_code
Instructions to use thuml/sundial-base-128m with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use thuml/sundial-base-128m with Transformers:
# Load model directly from transformers import AutoModelForCausalLM model = AutoModelForCausalLM.from_pretrained("thuml/sundial-base-128m", trust_remote_code=True, dtype="auto") - Notebooks
- Google Colab
- Kaggle
预训练硬件要求
#7
by magic123456 - opened
作者您好!看到文章中讲到所有实验均在32个NVIDIA A100 上进行。这里的实验指的是预训练吗,大概训练的多久呀?
现在的模型的大小有128M,属于较小的模型,是不是说预训练的硬件资源的最低需求可能并没有那么多呢?
谢谢