Chronos 2

by Amazon · 120M parameters · Apache 2.0 · HuggingFace
forecasting 21 quantile outputs zero-shot 8K context

Amazon's latest Chronos encoder-only foundation model. A 12-layer T5 encoder that predicts up to 1,024 timesteps ahead with 21 quantile levels in one shot. Handles 8,192 timesteps of context with RoPE positional encoding and arcsinh normalization for robustness to outliers and spikes.

Quick start

$routeframe pull chronos2
VariantSizePull command
f16228 MBrouteframe pull chronos2
f32456 MBrouteframe pull chronos2 --variant f32

Architecture

Architecture
12-layer T5 encoder (no decoder)
Parameters
120M
Output head
21-level quantile, 1,024-step horizon in one pass
Context length
up to 8,192 timesteps
Positional encoding
RoPE
Normalization
arcsinh instance norm

Run a forecast

$routeframe run chronos2 --input "45,48,52,49,55,58,62,59,64,67" --horizon 4

See the CLI docs for advanced usage.