Downloads · 30 days
174K
2% of all-time downloads
Salesforce/moirai-2.0-R-small
moirai-2.0-R-small is a time series forecasting model from Salesforce. Use it for the time series forecasting task on the model card, and read the license before you ship it in a product. The card lists the license as cc-by-nc-4.0.
Moirai 2.0 is a decoder-only universal time series forecasting transformer model pre-trained on: - Subset of GIFT-Eval Pretrain, and Train datasets (Non-leaking historical context). - Mixup data generated from non-lea…
Downloads · 30 days
174K
2% of all-time downloads
All-time downloads
9.6M
Public
Parameters
11.4M
45.6 MB on disk
Likes
50
Public
Click a slice to open those files.
.safetensors45.6 MB · 100%
From the Hugging Face model README
Moirai 2.0 is a decoder-only universal time series forecasting transformer model pre-trained on:
We make significant improvements over the first version of Moirai (please refer to the paper for previous version):
To perform inference with Moirai 2.0, install the uni2ts library from our GitHub repo.
git clone https://github.com/SalesforceAIResearch/uni2ts.git
cd uni2ts
virtualenv venv
. venv/bin/activate
pip install -e '.[notebook]'
.env file:touch .env
A simple notebook to get started: github_notebook_link
If you're using any Moirai model or Uni2TS in your research or applications, please cite it using this BibTeX:
@article{liu2025moirai,
title={Moirai 2.0: When less is more for time series forecasting},
author={Liu, Chenghao and Aksu, Taha and Liu, Juncheng and Liu, Xu and Yan, Hanshu and Pham, Quang and Savarese, Silvio and Sahoo, Doyen and Xiong, Caiming and Li, Junnan},
journal={arXiv preprint arXiv:2511.11698},
year={2025}
}
This release is for research purposes only. The proprietary version of this model is used by Salesforce for business purposes. Our research models, datasets, and code are not specifically designed or evaluated for all downstream purposes. We strongly recommend users evaluate and address potential concerns related to accuracy, safety, and fairness before deploying this model. 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.