From ad0d51ddbdc0a3c87f741d3bec806cdf1c770413 Mon Sep 17 00:00:00 2001 From: vijaye12 Date: Mon, 8 Apr 2024 13:48:39 -0400 Subject: [PATCH] readme updates --- tsfm_public/models/tinytimemixer/README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/tsfm_public/models/tinytimemixer/README.md b/tsfm_public/models/tinytimemixer/README.md index 4e5906cc..f32b1f86 100644 --- a/tsfm_public/models/tinytimemixer/README.md +++ b/tsfm_public/models/tinytimemixer/README.md @@ -41,8 +41,10 @@ In addition, TTM also supports exogenous infusion and categorical data which is - Enabling any upsampling or prepending zeros to virtually increase the context length is not recommended and will impact the model performance. -# Getting started with TinyTimeMixer (TTM) +# Installation: +For Installation steps, refer [here](https://github.com/IBM/tsfm/tree/ttm) +# Getting started with TinyTimeMixer (TTM) - Getting started notebook: [here](../../../notebooks/hfdemo/ttm_getting_started.ipynb) - Illustration notebook for 512-96 model on the considered target datasets: [here](../../../notebooks/hfdemo/tinytimemixer/ttm_benchmarking_512_96.ipynb) - Illustration notebook for 1024-96 model on the considered target datasets: [here](../../../notebooks/hfdemo/tinytimemixer/ttm_benchmarking_1024_96.ipynb)