Update README.md
Browse files
README.md
CHANGED
@@ -4,9 +4,11 @@ license: cdla-permissive-2.0
|
|
4 |
|
5 |
# Model Card for TTM
|
6 |
|
7 |
-
TTM
|
8 |
-
introduces the notion of the first-ever “tiny” pre-trained models for Time-Series Forecasting.
|
9 |
-
|
|
|
|
|
10 |
be easily fine-tuned for your target data. Refer to our [paper](https://arxiv.org/pdf/2401.03955.pdf) for more details.
|
11 |
|
12 |
**Note that zeroshot, fine-tuning and inference tasks using TTM can easily be executed in 1 GPU machine or in laptops too!!**
|
|
|
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!!**
|