amazon / chronos-bolt-small

huggingface.co
Total runs: 6.0M
24-hour runs: 160.7K
7-day runs: 2.6M
30-day runs: 3.4M
Model's Last Updated: Noviembre 21 2025
time-series-forecasting

Introduction of chronos-bolt-small

Model Details of chronos-bolt-small

Chronos-Bolt-Small

Chronos-Bolt is a family of pretrained time series forecasting models which can be used for zero-shot forecasting. Chronos-Bolt models are based on the T5 architecture and are available in the following sizes.

Usage with AutoGluon

Chronos-Bolt models will be available in the next stable release of AutoGluon, so the following instructions will only work once AutoGluon 1.2 has been released.

The recommended way of using Chronos for production use cases is through AutoGluon , which features effortless fine-tuning, ensembling with other statistical and machine learning models for time series forecasting as well as seamless deployments on AWS with SageMaker. Check out the AutoGluon Chronos tutorial .

A minimal example showing how to perform zero-shot inference using Chronos-Bolt with AutoGluon:

pip install autogluon
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": "amazon/chronos-bolt-small"},
    },
)

predictions = predictor.predict(df)
Usage with inference library

Alternatively, you can install the package in the GitHub companion repo . This is intended for research purposes and provides a minimal interface to Chronos models. Install the library by running:

pip install git+https://github.com/amazon-science/chronos-forecasting.git

A minimal example showing how to perform inference using Chronos-Bolt models:

import pandas as pd  # requires: pip install pandas
import torch
from chronos import BaseChronosPipeline

pipeline = BaseChronosPipeline.from_pretrained(
    "amazon/chronos-bolt-small",
    device_map="cuda",  # use "cpu" for CPU inference and "mps" for Apple Silicon
    torch_dtype=torch.bfloat16,
)

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

# context must be either a 1D tensor, a list of 1D tensors,
# or a left-padded 2D tensor with batch as the first dimension
# Chronos-Bolt models generate quantile forecasts, so forecast has shape
# [num_series, num_quantiles, prediction_length].
forecast = pipeline.predict(
    context=torch.tensor(df["#Passengers"]), prediction_length=12
)
Citation

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

@article{ansari2024chronos,
  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},
  title   = {Chronos: Learning the Language of Time Series},
  journal = {arXiv preprint arXiv:2403.07815},
  year    = {2024}
}
License

This project is licensed under the Apache-2.0 License.

Runs of amazon chronos-bolt-small on huggingface.co

6.0M
Total runs
160.7K
24-hour runs
631.1K
3-day runs
2.6M
7-day runs
3.4M
30-day runs

More Information About chronos-bolt-small huggingface.co Model

More chronos-bolt-small license Visit here:

https://choosealicense.com/licenses/apache-2.0

chronos-bolt-small huggingface.co

chronos-bolt-small huggingface.co is an AI model on huggingface.co that provides chronos-bolt-small's model effect (), which can be used instantly with this amazon chronos-bolt-small model. huggingface.co supports a free trial of the chronos-bolt-small model, and also provides paid use of the chronos-bolt-small. Support call chronos-bolt-small model through api, including Node.js, Python, http.

chronos-bolt-small huggingface.co Url

https://huggingface.co/amazon/chronos-bolt-small

amazon chronos-bolt-small online free

chronos-bolt-small huggingface.co is an online trial and call api platform, which integrates chronos-bolt-small's modeling effects, including api services, and provides a free online trial of chronos-bolt-small, you can try chronos-bolt-small online for free by clicking the link below.

amazon chronos-bolt-small online free url in huggingface.co:

https://huggingface.co/amazon/chronos-bolt-small

chronos-bolt-small install

chronos-bolt-small is an open source model from GitHub that offers a free installation service, and any user can find chronos-bolt-small on GitHub to install. At the same time, huggingface.co provides the effect of chronos-bolt-small install, users can directly use chronos-bolt-small installed effect in huggingface.co for debugging and trial. It also supports api for free installation.

chronos-bolt-small install url in huggingface.co:

https://huggingface.co/amazon/chronos-bolt-small

Url of chronos-bolt-small

chronos-bolt-small huggingface.co Url

Provider of chronos-bolt-small huggingface.co

amazon
ORGANIZATIONS

Other API from amazon

huggingface.co

Total runs: 33.8M
Run Growth: 15.3M
Growth Rate: 44.16%
Updated:Junio 05 2026
huggingface.co

Total runs: 1.1M
Run Growth: -208.7K
Growth Rate: -19.82%
Updated:Noviembre 21 2025
huggingface.co

Total runs: 852.6K
Run Growth: -692.1K
Growth Rate: -81.18%
Updated:Noviembre 21 2025
huggingface.co

Total runs: 121.6K
Run Growth: -295.6K
Growth Rate: -243.08%
Updated:Noviembre 21 2025
huggingface.co

Total runs: 91.2K
Run Growth: 85.7K
Growth Rate: 93.93%
Updated:Mayo 16 2024
huggingface.co

Total runs: 45.4K
Run Growth: -21.1K
Growth Rate: -46.43%
Updated:Noviembre 21 2025
huggingface.co

Total runs: 85
Run Growth: 57
Growth Rate: 67.06%
Updated:Mayo 30 2025
huggingface.co

Total runs: 78
Run Growth: 36
Growth Rate: 46.15%
Updated:Noviembre 17 2023
huggingface.co

Total runs: 40
Run Growth: 24
Growth Rate: 60.00%
Updated:Marzo 01 2024