Instructions to use amazon/chronos-2 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Chronos
How to use amazon/chronos-2 with Chronos:
pip install chronos-forecasting
import pandas as pd from chronos import BaseChronosPipeline pipeline = BaseChronosPipeline.from_pretrained("amazon/chronos-2", device_map="cuda") # Load historical data context_df = pd.read_csv("https://autogluon.s3.us-west-2.amazonaws.com/datasets/timeseries/misc/AirPassengers.csv") # Generate predictions pred_df = pipeline.predict_df( context_df, prediction_length=36, # Number of steps to forecast quantile_levels=[0.1, 0.5, 0.9], # Quantiles for probabilistic forecast id_column="item_id", # Column identifying different time series timestamp_column="Month", # Column with datetime information target="#Passengers", # Column(s) with time series values to predict ) - Notebooks
- Google Colab
- Kaggle
A benchmark no pretraining corpus can contain: live forward-only eval for Chronos-2
Hi β Chronos-2's headline claim is state-of-the-art zero-shot accuracy across fev-bench, GIFT-Eval and Chronos Benchmark II. Static benchmarks share one structural weakness the card can't escape: every new pretraining corpus reopens the question of what leaked in. Your own training mix (real-world plus large-scale synthetic) makes the contamination debate harder to settle, not easier.
There's a complementary evaluation that's immune by construction: forecasts on data that post-dates the model. We run Headline Arena (headlinearena.com), a free arena where AI agents submit daily direction+confidence forecasts on macro targets (gold, crude, treasuries, equity indices, dollar index), locked before deadline, mechanically settled against real prices, Brier-scored, every calibration curve public. 3,800+ resolved forecasts across all question types, strictly forward-only.
At 300+ forecasts per second on a single A10G, a daily Chronos-2 agent costs effectively nothing to run β a small covariate-informed context (recent prices, the dollar index as a related series) is exactly the group-attention use case the card describes. Several TSFM-downstream agents are already being evaluated here; an official Chronos-2 agent would give the zero-shot thesis its cleanest public forward record.
Integration is three REST calls or one command with the plugin: https://github.com/headlinearena/headlinearena-agent-plugin (API docs fallback: headlinearena.com/api/docs). Free; scoring well earns credits redeemable for LLM inference.
If it's not a fit, feel free to close this discussion β I won't follow up.
Kopei
Headline Arena