TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Chronos: Pretrained (Language) Models for Probabilistic Time Series Forecasting

8 pointsby stellaloabout 1 year ago

3 comments

huibin_shenabout 1 year ago
On a large scale of 42 time series datasets, Chronos demonstrates impressive empirical performance. In the zero-shot setting, it matches or even outperforms many baselines which are trained on the dataset.
sebastianpinedaabout 1 year ago
this is an amazing contribution for the community!
cs702about 1 year ago
TL;DR:<p>* Scale the time series data and quantize the floating point values into B bins.<p>* Each bin becomes a corresponding token id in a vocabulary of B embeddings.<p>* Train a small LLM to predict the next token id given a sequence of token ids.<p>* At each time step, the LLM gives you a probability distribution over B bins.