Time Series Forecasting
Transformers
Safetensors
time series
forecasting
pretrained models
foundation models
time series foundation models
time-series
Instructions to use Salesforce/moirai-1.0-R-base with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Salesforce/moirai-1.0-R-base with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("Salesforce/moirai-1.0-R-base", dtype="auto") - Notebooks
- Google Colab
- Kaggle
fix 1.0 compatibility with current codebase (#6)
Browse files- fix 1.0 compatibility with current codebase (4894bd75a1f535dcb1b03d66871c7be00fa93edb)
Co-authored-by: Gerald Woo <gorold@users.noreply.huggingface.co>
- model.safetensors +1 -1
model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 365449072
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:8e3c2451ec14d430bcf45d5d312b68464fed4c654837fa0e76c1ab633fd48a05
|
| 3 |
size 365449072
|