Update README.md
Browse files
README.md
CHANGED
@@ -79,7 +79,7 @@ but can provide any forecast lengths up to 720 in get_model() to get the require
|
|
79 |
|
80 |
The below model scripts can be used for any of the above TTM models. Please update the HF model URL and branch name in the `from_pretrained` call appropriately to pick the model of your choice.
|
81 |
|
82 |
-
Since these models use frequency prefix tuning, ensure your dataset yaml (as mentioned in the below notebooks) have frequency information and set `enable_prefix_tuning` to True in load_dataset
|
83 |
- Getting Started [[colab]](https://colab.research.google.com/github/ibm-granite/granite-tsfm/blob/main/notebooks/hfdemo/ttm_getting_started.ipynb)
|
84 |
- Zeroshot Multivariate Forecasting [[Example]](https://github.com/ibm-granite/granite-tsfm/blob/main/notebooks/hfdemo/ttm_getting_started.ipynb)
|
85 |
- Finetuned Multivariate Forecasting:
|
|
|
79 |
|
80 |
The below model scripts can be used for any of the above TTM models. Please update the HF model URL and branch name in the `from_pretrained` call appropriately to pick the model of your choice.
|
81 |
|
82 |
+
**Since these models use frequency prefix tuning, ensure your dataset yaml (as mentioned in the below notebooks) have frequency information and set `enable_prefix_tuning` to True in load_dataset.**
|
83 |
- Getting Started [[colab]](https://colab.research.google.com/github/ibm-granite/granite-tsfm/blob/main/notebooks/hfdemo/ttm_getting_started.ipynb)
|
84 |
- Zeroshot Multivariate Forecasting [[Example]](https://github.com/ibm-granite/granite-tsfm/blob/main/notebooks/hfdemo/ttm_getting_started.ipynb)
|
85 |
- Finetuned Multivariate Forecasting:
|