Skip to content

Commit 9d4be94

Browse files
authored
Merge pull request #130 from google-research/rajat_dev
initial commit for pytorch patched decoder.
2 parents dbe0fa5 + a775855 commit 9d4be94

File tree

2 files changed

+821
-0
lines changed

2 files changed

+821
-0
lines changed

src/timesfm_torch/README.md

+10
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
# Official Pytorch implementation of TimesFM
2+
3+
TimesFM (Time Series Foundation Model) is a pretrained time-series foundation model developed by Google
4+
Research for time-series forecasting.
5+
6+
* Paper: [A decoder-only foundation model for time-series forecasting](https://arxiv.org/abs/2310.10688), to appear in ICML 2024.
7+
* [Google Research blog](https://research.google/blog/a-decoder-only-foundation-model-for-time-series-forecasting/)
8+
* [Hugging Face checkpoint repo](https://huggingface.co/google/timesfm-1.0-200m)
9+
10+
## Please stay tuned for all the same functionalities as the pax version.

0 commit comments

Comments
 (0)