google/timesfm-3.0-pytorch

Hugging Face Models Trending Models

Summary

TimesFM 3.0 is a pretrained time-series foundation model by Google Research, released on Hugging Face with PyTorch weights for time-series forecasting tasks.

Task: time-series-forecasting Tags: timesfm, safetensors, time-series, forecasting, pretrained, pytorch, google, time-series-forecasting, arxiv:2310.10688, license:other, region:us
Original Article
View Cached Full Text

Cached at: 09/01/26, 05:46 PM

google/timesfm-3.0-pytorch · Hugging Face

Source: https://huggingface.co/google/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 forTimesFM 3.0.

https://huggingface.co/google/timesfm-3.0-pytorch#licenseLicense

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

https://huggingface.co/google/timesfm-3.0-pytorch#model-detailsModel 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)

https://huggingface.co/google/timesfm-3.0-pytorch#dataData

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.

https://huggingface.co/google/timesfm-3.0-pytorch#citationCitation

@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} }

Similar Articles

google-research/timesfm

GitHub Trending (daily)

Google Research releases TimesFM 2.5, an open-source time-series foundation model for forecasting, with 200M parameters, 16k context length, and support for quantile forecasts up to 1k horizon. The model is available on PyPI and Hugging Face, with fine-tuning via LoRA and integration into Google products like BigQuery ML, Google Sheets, and Vertex Model Garden.

google/tabfm-1.0.0-pytorch

Hugging Face Models Trending

Google Research releases TabFM, a zero-shot tabular foundation model for classification and regression using PyTorch, requiring no fine-tuning.