Toto-2.0: Time Series Multivariate Forecasting Finally Scales Like LLMs

Reddit r/ArtificialInteligence Models

Summary

Datadog released Toto-2.0, a time series model that scales like LLMs, featuring Contiguous Patch Masking and Arcsinh normalization for improved forecasting.

Datadog research recently released Toto-2.0, their new time series model. The model features some unique properties compared to its previous version Toto-1.0: Contiguous Patch Masking (CPM) replaces autoregressive decoding with a single parallel forward pass. Arcsinh normalization keeps small fluctuations visible while compressing extreme spikes - perfect for sparse data. NorMuon optimizer handles the sign-valued gradients of pinball loss far better than AdamW. u-µP hyperparameter transfer tunes settings once on a 10M proxy model and reuses them across all 5 target sizes. Full discussion and tutorial about the model here
Original Article

Similar Articles

How does a 102M-parameter transformer forecast multivariate time series?

Reddit r/artificial

This article provides a visual walkthrough of t0-alpha, a 101.6M-parameter foundation model for multivariate time-series forecasting that separates time attention from cross-variable group attention, achieving competitive CRPS scores on GIFT-Eval compared to larger models like TimesFM 2.5 and Chronos-2.