AI SeedbankHelp preserve open and free AI for humanity's future

← All models

autogluon_chronos-bolt-small

autogluon · View on Hugging Face ↗

Get this model

Download TorrentMagnet Link

Seeders: · Leechers:

Model card

The complete upstream card, rendered from this payload's README.md — the same hash-verified bytes the torrent distributes. Images and off-site links are removed; the original card on Hugging Face carries them.


license: apache-2.0 pipeline_tag: time-series-forecasting tags:

  • time series
  • forecasting
  • pretrained models
  • foundation models
  • time series foundation models
  • time-series

Chronos-Bolt⚡ (Small)

🚀 Update Feb 14, 2025: Chronos-Bolt models are now available on Amazon SageMaker JumpStart! Check out the tutorial notebook to learn how to deploy Chronos endpoints for production use in a few lines of code.

Chronos-Bolt is a family of pretrained time series forecasting models which can be used for zero-shot forecasting. It is based on the T5 encoder-decoder architecture and has been trained on nearly 100 billion time series observations. It chunks the historical time series context into patches of multiple observations, which are then input into the encoder. The decoder then uses these representations to directly generate quantile forecasts across multiple future steps—a method known as direct multi-step forecasting. Chronos-Bolt models are more accurate, up to 250 times faster and 20 times more memory-efficient than the original Chronos models of the same size.

Performance

The following plot compares the inference time of Chronos-Bolt against the original Chronos models for forecasting 1024 time series with a context length of 512 observations and a prediction horizon of 64 steps.

Chronos-Bolt models are not only significantly faster but also more accurate than the original Chronos models. The following plot reports the probabilistic and point forecasting performance of Chronos-Bolt in terms of the Weighted Quantile Loss (WQL) and the Mean Absolute Scaled Error (MASE), respectively, aggregated over 27 datasets (see the Chronos paper for details on this benchmark). Remarkably, despite having no prior exposure to these datasets during training, the zero-shot Chronos-Bolt models outperform commonly used statistical models and deep learning models that have been trained on these datasets (highlighted by *). Furthermore, they also perform better than other FMs, denoted by a +, which indicates that these models were pretrained on certain datasets in our benchmark and are not entirely zero-shot. Notably, Chronos-Bolt (Base) also surpasses the original Chronos (Large) model in terms of the forecasting accuracy while being over 600 times faster.

Chronos-Bolt models are available in the following sizes.

Model Parameters Based on
chronos-bolt-tiny 9M t5-efficient-tiny
chronos-bolt-mini 21M t5-efficient-mini
chronos-bolt-small 48M t5-efficient-small
chronos-bolt-base 205M t5-efficient-base

Usage

Zero-shot inference with Chronos-Bolt in AutoGluon

Install the required dependencies.

pip install autogluon

Forecast with the Chronos-Bolt model.

from autogluon.timeseries import TimeSeriesPredictor, TimeSeriesDataFrame

df = TimeSeriesDataFrame("https://autogluon.s3.amazonaws.com/datasets/timeseries/m4_hourly/train.csv")

predictor = TimeSeriesPredictor(prediction_length=48).fit(
    df,
    hyperparameters={
        "Chronos": {"model_path": "autogluon/chronos-bolt-small"},
    },
)

predictions = predictor.predict(df)

For more advanced features such as fine-tuning and forecasting with covariates, check out this tutorial.

Deploying a Chronos-Bolt endpoint to SageMaker

First, update the SageMaker SDK to make sure that all the latest models are available.

pip install -U sagemaker

Deploy an inference endpoint to SageMaker.

from sagemaker.jumpstart.model import JumpStartModel

model = JumpStartModel(
    model_id="autogluon-forecasting-chronos-bolt-small",
    instance_type="ml.c5.2xlarge",
)
predictor = model.deploy()

Now you can send time series data to the endpoint in JSON format.

import pandas as pd
df = pd.read_csv("https://raw.githubusercontent.com/AileenNielsen/TimeSeriesAnalysisWithPython/master/data/AirPassengers.csv")

payload = {
    "inputs": [
        {"target": df["#Passengers"].tolist()}
    ],
    "parameters": {
        "prediction_length": 12,
    }
}
forecast = predictor.predict(payload)["predictions"]

Chronos-Bolt models can be deployed to both CPU and GPU instances. These models also support forecasting with covariates. For more details about the endpoint API, check out the example notebook.

Citation

If you find Chronos or Chronos-Bolt models useful for your research, please consider citing the associated paper:

@article{ansari2024chronos,
    title={Chronos: Learning the Language of Time Series},
    author={Ansari, Abdul Fatir and Stella, Lorenzo and Turkmen, Caner and Zhang, Xiyuan, and Mercado, Pedro and Shen, Huibin and Shchur, Oleksandr and Rangapuram, Syama Syndar and Pineda Arango, Sebastian and Kapoor, Shubham and Zschiegner, Jasper and Maddix, Danielle C. and Mahoney, Michael W. and Torkkola, Kari and Gordon Wilson, Andrew and Bohlke-Schneider, Michael and Wang, Yuyang},
    journal={Transactions on Machine Learning Research},
    issn={2835-8856},
    year={2024},
    url={https://openreview.net/forum?id=gerNCVqqtR}
}

License

This project is licensed under the Apache-2.0 License.

Magnet link

Opens the swarm directly in your torrent client — no file download needed. Copy-paste works too:

magnet:?xt=urn:btih:4e5a70773bbd3301112b90d78a43c2d2820bcb46&dn=autogluon_chronos-bolt-small

Open magnet in torrent client · infohash 4e5a70773bbd3301112b90d78a43c2d2820bcb46

Files & hashes

PathSizesha1sha256
README.md6.7 KB (6,888 B)2ceb754884012d7bc12ecb86ba08a2cfddf2b56aaf781eb37a78dbdc2aeb03b1af1d5191529c0badb15bf6a70004ab8f9cccd08c
config.json1.1 KB (1,121 B)d8f9b65552d4d211e28d332ad5666484092bbf779ca0ebbe049ccebacb0546361e8aa728f0cf104cd18d1838d78d296aa317bd21
model.safetensors182.0 MB (190,888,824 B)798e508f576485ed65b94c0e1c488747adedc90006a6a19bbe74bc10a9cd193bd4bf2bf638ae07f7e0d51653ae7ab8ea968a21dd

Cite this release

Canonical URL
https://aiseedbank.org/models/autogluon_chronos-bolt-small/
Slug
autogluon_chronos-bolt-small
Infohash
4e5a70773bbd3301112b90d78a43c2d2820bcb46
License
apache-2.0
Signing key fingerprint
85a3b32c3712427b

Every file carries a locally computed sha256 — verify a download against the signed sums: autogluon_chronos-bolt-small.SHA256SUMS (+ minisign signature).

Provenance

Upstream repositoryautogluon/chronos-bolt-small
Revision (pinned)2e1597a7bae01316fcea6a9da90451890b529096
Fetched at2026-09-03T21:00:03Z
License at fetchapache-2.0
Snapshot toolhuggingface · seedbank 0.1.0

Trackers

✓ verified · rehash-vs-hf-metadata at 2026-09-03T21:00:07Z

apache-2.0182.1 MB (190,896,833 bytes)safetensorst5time seriesforecastingpretrained modelsfoundation modelstime series foundation modelstime-seriestime-series-forecastingpaper: 1910.10683paper: 2403.07815