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-small with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Salesforce/moirai-1.0-R-small with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("Salesforce/moirai-1.0-R-small", dtype="auto") - Notebooks
- Google Colab
- Kaggle
fix 1.0 compatibility with current codebase
Browse files- 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 55320200
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:eaafeb166a3dfcf5728ab52a9ccc5392a23333b42a41a14e5528089ece3ef377
|
| 3 |
size 55320200
|