ibm-granite/granite-tsfm
Fork: 221 Star: 610 (更新于 2025-06-24 10:20:41)
license: Apache-2.0
Language: Jupyter Notebook .
Foundation Models for Time Series
最后发布版本: v0.3.0 ( 2025-06-24 05:31:57)
TSFM: Time Series Foundation Models
Public notebooks, utilities, and serving components for working with Time Series Foundation Models (TSFM).
The core TSFM time series models have been made available on Hugging Face -- details can be found here. Information on the services component can be found here.
Python Version
The current Python versions supported are 3.9, 3.10, 3.11, 3.12.
Initial Setup
First clone the repository:
git clone "https://github.com/ibm-granite/granite-tsfm.git"
cd granite-tsfm
📕 Notebooks Installation
Several notebooks are provided in the notebooks
folder. They allow you to perform pre-training and finetuning on the models.
To install use pip
:
pip install ".[notebooks]"
🔗 Links to the notebooks
- Getting started with
PatchTSMixer
[Try it out] - Transfer learning with
PatchTSMixer
[Try it out] - Transfer learning with
PatchTST
[Try it out] - Getting started with
TinyTimeMixer (TTM)
[Try it out] -
TTM
full benchmarking scripts and results are available [here]
📗 Google Colab Tutorials
Run the TTM tutorial in Google Colab, and quickly build a forecasting application with the pre-trained TSFM models.
💻 Demos Installation
The demo presented at NeurIPS 2023 is available in tsfmhfdemos
. This demo requires you to have pre-trained and finetuned models in place (we plan to release these at a later date). To install the requirements use pip
:
pip install ".[demos]"
🪲 Issues
If you encounter an issue with this project, you are welcome to submit a bug report. Before opening a new issue, please search for similar issues. It's possible that someone has already reported it.
🌏 Wiki
Notice
The intention of this repository is to make it easier to use and demonstrate Granite TimeSeries components that have been made available in the Hugging Face transformers library. As we continue to develop these capabilities we will update the code here.
IBM Public Repository Disclosure: All content in this repository including code has been provided by IBM under the associated open source software license and IBM is under no obligation to provide enhancements, updates, or support. IBM developers produced this code as an open source project (not as an IBM product), and IBM makes no assertions as to the level of quality nor security, and will not be maintaining this code going forward.
最近版本更新:(数据更新于 2025-06-24 10:20:25)
2025-06-24 05:31:57 v0.3.0
2025-06-10 00:07:40 v0.2.28
2025-05-15 04:28:31 v0.2.27
2025-05-03 10:16:25 v0.2.25
2025-04-16 05:04:13 v0.2.24
2025-03-21 10:00:48 v0.2.23
2025-02-28 09:49:50 v0.2.22
2025-02-27 04:58:17 v0.2.21
2025-02-12 05:15:43 v0.2.20
2025-02-11 11:07:34 v0.2.19
ibm-granite/granite-tsfm同语言 Jupyter Notebook最近更新仓库
2025-05-22 05:42:19 vllm-project/aibrix
2025-05-19 21:23:21 neo4j-labs/llm-graph-builder
2025-04-08 00:07:46 GeostatsGuy/DataScienceInteractivePython
2025-03-20 23:03:08 mistralai/mistral-inference
2025-02-13 08:33:20 microsoft/OmniParser
2025-02-10 22:25:43 datawhalechina/leedl-tutorial