vijaye12 commited on
Commit
8c3aa40
1 Parent(s): c77b233

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +5 -6
README.md CHANGED
@@ -4,12 +4,11 @@ license: cdla-permissive-2.0
4
 
5
  # Model Card for TTM
6
 
7
- TTM, also known as TinyTimeMixer, is a compact pre-trained model for Time-Series Forecasting, open-sourced by IBM Research.
8
- With less than 1 Million parameters, TTM introduces the notion of the first-ever “tiny” pre-trained models for Time-Series Forecasting.
9
- TTM outperforms several popular benchmarks
10
- demanding billions of parameters in zero-shot and few-shot forecasting. TTM is pre-trained on diverse public time-series datasets which
11
- can
12
- be easily fine-tuned for your target data. Refer to our [paper](https://arxiv.org/pdf/2401.03955.pdf) for more details.
13
 
14
  **Note that zeroshot, fine-tuning and inference tasks using TTM can easily be executed in 1 GPU machine or in laptops too!!**
15
 
 
4
 
5
  # Model Card for TTM
6
 
7
+ **TTM, also known as TinyTimeMixer, is a compact pre-trained model for Time-Series Forecasting, open-sourced by IBM Research**.
8
+ **With less than 1 Million parameters, TTM introduces the notion of the first-ever “tiny” pre-trained models for Time-Series Forecasting.**
9
+
10
+ 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
11
+ can be easily fine-tuned for your target data. Refer to our [paper](https://arxiv.org/pdf/2401.03955.pdf) for more details.
 
12
 
13
  **Note that zeroshot, fine-tuning and inference tasks using TTM can easily be executed in 1 GPU machine or in laptops too!!**
14