HologramHologramModels Hub
Index Sep 17, 2026
Models

google

timesfm-3.0-pytorch

Verified331MSafetensors
Address
Identical bytes on
Status
Verified
Trending
#40
Downloads, 30 days
918k
Weights
1.3 GB
Sources
2
Revision
Manifest

TimesFM (Time Series Foundation Model) is a pretrained time-series foundation model developed by Google Research for time-series forecasting.

At a glance

Task
Time series forecasting
Input
series
Output
series
Parameters
331M
Precision
FP32
Format
Safetensors
License
other
Released
Aug 2026
Updated
Sep 2026
Likes
823
Downloads, all time
898,204

Family

Models built on timesfm-3.0-pytorch.

Run it

Pinned to the indexed revision.

hf download google/timesfm-3.0-pytorch --revision 43046b85ec22d584a13f8098c2ed39c889e129c2

Papers

Spaces

Used in 15 Spaces.

Read the full model card

TimesFM 3.0 (PyTorch)

TimesFM (Time Series Foundation Model) is a pretrained time-series foundation model developed by Google Research for time-series forecasting.

This repository contains the official PyTorch weights and configurations for TimesFM 3.0.

License

This model is released under the TimesFM Non-Commercial License v1.0.

Model Details

  • Architecture: Stacked Mixing Transformer with Variate Attention and CPM Iterative RevIN.
  • Context Patch Length: 32
  • Forecast Horizon Patch Length: 64
  • Layers: 20 transformer layers (model dim: 1280, heads: 16)
  • Quantiles: (median at index 4)

Data

timesfm-3.0 is pretrained using

  • GiftEvalPretrain excluding the datasets that overlap with fev-bench
  • Wikipedia Pageviews, cutoff Nov 2023 (see paper for details).
  • Google Trends top queries, cutoff EoY 2022 (see paper for details).
  • Synthetic and augmented data.

Citation

@article{das2023decoder, title={A decoder-only foundation model for time-series forecasting}, author={Das, Abhimanyu and Kong, Weihao and Sen, Rajat and Zhou, Yichen}, journal={arXiv preprint arXiv:2310.10688}, year={2023} }

Derived on Sep 16, 2026 from Hugging Face at revision 43046b85, README.md , config.json .