vijaye12 commited on
Commit
1e1478e
1 Parent(s): 5653fb4

Clarify readme on fine-tuning support

Browse files
Files changed (1) hide show
  1. README.md +3 -3
README.md CHANGED
@@ -36,11 +36,11 @@ Stay tuned for the release of the model weights for these newer variants.
36
 
37
  ## How to Get Started with the Model
38
 
39
- - [colab](https://colab.research.google.com/github/IBM/tsfm/blob/main/notebooks/tutorial/ttm_tutorial.ipynb)
40
- - [Getting Started Notebook](https://github.com/IBM/tsfm/blob/main/notebooks/hfdemo/ttm_getting_started.ipynb)
41
  - [512-96 Benchmarks](https://github.com/IBM/tsfm/blob/main/notebooks/hfdemo/tinytimemixer/ttm_benchmarking_512_96.ipynb)
42
  - [1024-96 Benchmarks](https://github.com/IBM/tsfm/blob/main/notebooks/hfdemo/tinytimemixer/ttm_benchmarking_1024_96.ipynb)
43
- - Script for Finetuning with cross-channel correlation support - to be added soon
44
 
45
 
46
  ## Recommended Use
 
36
 
37
  ## How to Get Started with the Model
38
 
39
+ Please refer to the below scrips for **zero-shot** and **finetuning** support:
40
+ - [colab](https://colab.research.google.com/github/IBM/tsfm/blob/main/notebooks/tutorial/ttm_tutorial.ipynb)
41
  - [512-96 Benchmarks](https://github.com/IBM/tsfm/blob/main/notebooks/hfdemo/tinytimemixer/ttm_benchmarking_512_96.ipynb)
42
  - [1024-96 Benchmarks](https://github.com/IBM/tsfm/blob/main/notebooks/hfdemo/tinytimemixer/ttm_benchmarking_1024_96.ipynb)
43
+ - Script for Exogenous support - to be added soon
44
 
45
 
46
  ## Recommended Use