vijaye12 commited on
Commit
d4ea733
1 Parent(s): a09a053

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -3
README.md CHANGED
@@ -12,7 +12,7 @@ TTM, also known as TinyTimeMixer, are compact pre-trained models for Multivariat
12
  **With less than 1 Million parameters, TTM introduces the notion of the first-ever “tiny” pre-trained models for Time-Series Forecasting.**
13
 
14
  TTM outperforms several popular benchmarks demanding billions of parameters in zero-shot and few-shot forecasting. TTM is pre-trained on diverse public time-series datasets which
15
- can be easily fine-tuned on your multi-variate target data. Refer to our [paper](https://arxiv.org/pdf/2401.03955v4.pdf) for more details.
16
 
17
  **The current open-source version supports point forecasting use-cases ranging from minutely to hourly resolutions
18
  (Ex. 10 min, 15 min, 1 hour, etc.)**
@@ -66,7 +66,7 @@ getting started [notebook](https://github.com/IBM/tsfm/blob/main/notebooks/hfdem
66
 
67
  ## Model Details
68
 
69
- For more details on TTM architecture and benchmarks, refer to our [paper](https://arxiv.org/pdf/2401.03955v4.pdf).
70
 
71
  TTM-1 currently supports 2 modes:
72
 
@@ -93,7 +93,7 @@ Stay tuned for these extended features.
93
  ### Model Sources
94
 
95
  - **Repository:** https://github.com/IBM/tsfm/tree/main/tsfm_public/models/tinytimemixer
96
- - **Paper:** https://arxiv.org/pdf/2401.03955v4.pdf
97
 
98
 
99
  ## Uses
 
12
  **With less than 1 Million parameters, TTM introduces the notion of the first-ever “tiny” pre-trained models for Time-Series Forecasting.**
13
 
14
  TTM outperforms several popular benchmarks demanding billions of parameters in zero-shot and few-shot forecasting. TTM is pre-trained on diverse public time-series datasets which
15
+ can be easily fine-tuned on your multi-variate target data. Refer to our [paper](https://arxiv.org/pdf/2401.03955.pdf) for more details.
16
 
17
  **The current open-source version supports point forecasting use-cases ranging from minutely to hourly resolutions
18
  (Ex. 10 min, 15 min, 1 hour, etc.)**
 
66
 
67
  ## Model Details
68
 
69
+ For more details on TTM architecture and benchmarks, refer to our [paper](https://arxiv.org/pdf/2401.03955.pdf).
70
 
71
  TTM-1 currently supports 2 modes:
72
 
 
93
  ### Model Sources
94
 
95
  - **Repository:** https://github.com/IBM/tsfm/tree/main/tsfm_public/models/tinytimemixer
96
+ - **Paper:** https://arxiv.org/pdf/2401.03955.pdf
97
 
98
 
99
  ## Uses