Change8

v4.51.3-TimesFM-preview

📦 transformersView on GitHub →
3 features🔧 1 symbols

Summary

This release introduces a preview of TimesFM, a decoder-only foundation model for time-series forecasting, available as a specialized tag on top of transformers v4.51.3.

Migration Steps

  1. Install the preview version using: pip install git+https://github.com/huggingface/transformers@v4.51.3-TimesFM-preview

✨ New Features

  • Added TimesFM (Time Series Foundation Model), a decoder-only pretrained model for time-series forecasting.
  • Support for zero-shot forecasting across different history lengths, prediction lengths, and temporal granularities.
  • Introduction of TimesFmModelForPrediction class for inference.

🔧 Affected Symbols

TimesFmModelForPrediction
transformers v4.51.3-TimesFM-preview - Change8