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-large with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Salesforce/moirai-1.0-R-large with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("Salesforce/moirai-1.0-R-large", dtype="auto") - Notebooks
- Google Colab
- Kaggle
Update README.md
Browse files
README.md
CHANGED
|
@@ -144,4 +144,11 @@ If you're using Uni2TS in your research or applications, please cite it using th
|
|
| 144 |
journal={arXiv preprint arXiv:2402.02592},
|
| 145 |
year={2024}
|
| 146 |
}
|
| 147 |
-
```
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 144 |
journal={arXiv preprint arXiv:2402.02592},
|
| 145 |
year={2024}
|
| 146 |
}
|
| 147 |
+
```
|
| 148 |
+
|
| 149 |
+
## Ethical Considerations
|
| 150 |
+
|
| 151 |
+
This release is for research purposes only in support of an academic paper.
|
| 152 |
+
Our models, datasets, and code are not specifically designed or evaluated for all downstream purposes.
|
| 153 |
+
We strongly recommend users evaluate and address potential concerns related to accuracy, safety, and fairness before deploying this model.
|
| 154 |
+
We encourage users to consider the common limitations of AI, comply with applicable laws, and leverage best practices when selecting use cases, particularly for high-risk scenarios where errors or misuse could significantly impact people’s lives, rights, or safety. For further guidance on use cases, refer to our AUP and AI AUP.
|