#9 · Primary category: Time Series Machine Learning

chronos-forecasting

artificial-intelligence forecasting foundation-models huggingface huggingface-transformers large-language-models llm machine-learning pretrained-models time-series time-series-forecasting timeseries transformers

Chronos: Pretrained Models for Time Series Forecasting

Project last updated:08/14/26

GitHub Stars

5.8K

Forks

701

Contributors

19

License

Apache-2.0

Why we included this project

Forecasting usually means retraining a model per dataset, but Chronos skips that: you load one of its pretrained checkpoints and get probabilistic multi-step forecasts from historical values in a few lines of Python. The family spans 9M to 710M parameters, so there's a variant for fast, memory-constrained inference as well as heavier models, and the newer Chronos-2 line handles multivariate series and exogenous covariates zero-shot. Checkpoints ship through Hugging Face and the repo includes AWS deployment guides, making it practical for both quick experiments and production endpoints. If you want to sanity-check it before committing, the linked fev tool benchmarks Chronos against other forecasters on the same datasets.

Articles for this project

No articles for this project yet.

To suggest a topic or contribute an article, contact us.

Related projects in this category