Skip to main content
Time-Series AIModel Release· 3 min read· in Artificial Intelligence

IBM Releases Granite PatchTST-FM-r2 Zero-Shot Time Series Model Under Commercial License

IBM has launched a 385-million-parameter time-series foundation model capable of zero-shot forecasting and anomaly detection. Dual-licensed for commercial use, the model integrates directly with streaming data platforms to process live business signals.

By Ishani Patel

Enterprise Data Teams 40%AI Architecture Researchers 35%Streaming Infrastructure Providers 25%
Enterprise Data Teams
Focus on the operational freedom provided by permissive licensing and local deployment.
AI Architecture Researchers
Highlight the structural shift from pure transformers to conformer-based designs.
Streaming Infrastructure Providers
Emphasize the shift from batch processing to real-time inference on live data streams.

Perspectives this story doesn't cover

  • Independent Data Scientists
  • Proprietary Forecasting Vendors

Key terms

Time-series data
A sequence of data points collected or recorded at successive, equally spaced points in time, such as daily sales or hourly server temperatures.
Zero-shot learning
The ability of a machine learning model to complete a task on data it has never seen before, without needing additional training.
Quantile forecasting
A statistical approach that predicts a range of possible outcomes and their probabilities, rather than outputting a single estimated number.
Conformer block
A neural network architecture that combines self-attention mechanisms with convolution layers to capture both global context and local patterns.
CRPS (Continuous Ranked Probability Score)
A metric used to evaluate the accuracy of probabilistic forecasts, where a lower score indicates better performance.

Key points

  1. IBM released Granite PatchTST-FM-r2, a 385-million-parameter foundation model for time-series forecasting.
  2. The model operates zero-shot, generating predictions on unfamiliar data without requiring task-specific retraining.
  3. An updated conformer architecture processes historical context windows of up to 8,192 steps.
  4. The model outputs 99 distinct quantiles, providing probabilistic ranges rather than single point forecasts.
  5. Dual licensing under Apache 2.0 and OpenMDW 1.0 clears the path for unrestricted commercial deployment.

On September 9, 2026, IBM uploaded a 3.07-gigabyte safetensors file to the Hugging Face Hub, releasing the Granite Time Series PatchTST-FM-r2 model. The 385-million-parameter system arrived with open weights, its inference pipeline, and reproducible benchmark code. Designed to predict future values across regularly sampled data, the model targets enterprise workflows like energy load balancing, retail demand, and machine telemetry.[1][4]

Time-series forecasting relies on ordered measurements—sales by day, electricity use by hour, or sensor readings over time. Historically, data science teams have had to train and maintain a separate machine learning model for every specific dataset. This fragmented approach creates massive operational overhead for companies tracking thousands of distinct metrics.[3]

"Time-series foundation models are changing the way forecasting systems are built," the IBM Research team wrote in their release announcement. "Instead of training and maintaining a separate model for every dataset, users can use a pretrained model and generate forecasts zero-shot."[1]

The model processes data through a patching mechanism. Instead of reading individual data points one by one, PatchTST-FM-r2 vectorizes time series into subseries-level patches. It uses 50 percent overlapping patches with Hamming-window weighting to smooth the boundaries between chunks of data, returning a continuous prediction.[1][6]

The model replaces standard transformer blocks with conformer blocks, combining attention for long-range patterns with convolution for local structures.

The internal architecture represents a significant shift from its predecessor, PatchTST-FM-r1. IBM replaced standard transformer blocks with 30 conformer blocks—a design originally developed for speech processing.[2][6]

Each conformer block surrounds a multi-head self-attention mechanism with a temporal convolution layer. The convolution component captures short-range temporal structures and local patterns, freeing the attention mechanism to concentrate on long-range relationships across a historical context window of up to 8,192 steps.[2][6]

Each conformer block surrounds a multi-head self-attention mechanism with a temporal convolution layer.

For enterprise deployments, a single predicted value is rarely sufficient. PatchTST-FM-r2 produces probabilistic forecasts, outputting 99 distinct quantiles. This allows a supply chain planner to set reorder points based on the 90th percentile of expected demand, rather than relying on a rigid point forecast that ignores uncertainty.[3][4]

The model's release coincides with an integration into live data pipelines. IBM and Confluent launched an Early Access program on September 1, 2026, bringing Granite Time Series models directly into Confluent Cloud.[5]

Through Apache Flink SQL, teams can call the forecasting and anomaly-detection models on live data streams. Inference results are written back to Kafka topics, allowing the model to act on the current state of the business rather than stale batch data.[5]

PatchTST-FM-r2 ranks second among replicable zero-shot models on the GIFT-Eval benchmark, and first among those with permissive commercial licenses.

On the GIFT-Eval benchmark, which evaluates models across diverse forecasting scenarios, PatchTST-FM-r2 achieved a geometric-mean Continuous Ranked Probability Score (CRPS) of 0.467 and a Mean Absolute Scaled Error (MASE) of 0.6846.[1][2]

As of September 8, 2026, those scores place the model second overall among replicable, zero-shot models, trailing only Google's TimesFM-3.[1][2]

The defining differentiator for PatchTST-FM-r2 is its licensing. While many open-weight models carry non-commercial restrictions, IBM dual-licensed the release under Apache 2.0 and the Linux Foundation's OpenMDW 1.0.[1][4]

The model integrates directly with streaming platforms like Confluent Cloud, allowing it to process live business signals without batch delays.

"Time-series forecasting is one of the last ML domains where companies still hand-train per-dataset models — it's also a domain where 'open weights' often quietly means 'research only,'" noted an analysis by Compendia Labs. The permissive licensing removes the legal barriers to deploying the 385-million-parameter model in commercial, on-premises environments.[4]

Frequently asked

What is zero-shot forecasting?

Zero-shot forecasting allows a machine learning model to predict future values on a completely new, unfamiliar dataset without requiring any task-specific retraining or fine-tuning.

What makes PatchTST-FM-r2 different from its predecessor?

The new model increases its parameter count to 385 million, expands its context window to 8,192 steps, and replaces standard transformer blocks with conformer blocks that incorporate temporal convolution.

Can businesses use this model commercially?

Yes. Unlike many open-weight models restricted to research, PatchTST-FM-r2 is dual-licensed under Apache 2.0 and OpenMDW 1.0, permitting broad commercial deployment.

Sources

Source coverage

6 outlets

3 viewpoints surfaced

Enterprise Data Teams 40%AI Architecture Researchers 35%Streaming Infrastructure Providers 25%
  1. [1]Hugging Face BlogAI Architecture Researchers

    IBM releases SOTA Granite Time Series PatchTST-FM-r2 model with commercial-friendly license

    Read on Hugging Face Blog
  2. [2]Unite.aiAI Architecture Researchers

    IBM Releases Granite PatchTST-FM-R2 Zero-Shot Time Series Model

    Read on Unite.ai
  3. [3]Superpower Daily

    IBM Releases Granite PatchTST-FM-R2 Zero-Shot Time Series Model

    Read on Superpower Daily
  4. [4]Compendia LabsEnterprise Data Teams

    IBM Granite PatchTST-FM-r2: Top Zero-Shot Forecasting Model Under Apache-2.0 — Dispatch

    Read on Compendia Labs
  5. [5]IBMStreaming Infrastructure Providers

    IBM Granite Time Series models bring real-time forecasting and anomaly detection to Confluent Cloud

    Read on IBM
  6. [6]LinkLootStreaming Infrastructure Providers

    IBM's Granite Time Series PatchTST-FM-r2 brings open weights, probabilistic forecasts, and a commercial-friendly dual license to zero-shot time-series forecasting

    Read on LinkLoot

Comments

Stay informed

Every angle. Every day.

Get Artificial Intelligence stories with full source coverage and perspective breakdowns delivered to your inbox.