A Gradio demo for TinyCast, an attention-free, 146,505-parameter time-series foundation model that forecasts unseen series zero-shot and returns nine quantile forecasts.
The model replaces self-attention with dilated causal convolutions and a zero-parameter normalized-periodogram phase prior, so periodicity is computed from the context instead of learned. Every learned operation is a convolution, a matrix multiplication or a normalization, so the model streams in constant memory and runs on CPU.
6 commits
3 commits
A Gradio demo for TinyCast, an attention-free, 146,505-parameter time-series foundation model that forecasts unseen series zero-shot and returns nine quantile forecasts.
The model replaces self-attention with dilated causal convolutions and a zero-parameter normalized-periodogram phase prior, so periodicity is computed from the context instead of learned. Every learned operation is a convolution, a matrix multiplication or a normalization, so the model streams in constant memory and runs on CPU.
6 commits
3 commits