Update README.md
Browse files
README.md
CHANGED
@@ -2,13 +2,13 @@
|
|
2 |
license: cdla-permissive-2.0
|
3 |
---
|
4 |
|
5 |
-
# TTM Model Card
|
6 |
|
7 |
<p align="center" width="100%">
|
8 |
<img src="ttm_image.webp" width="600">
|
9 |
</p>
|
10 |
|
11 |
-
|
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
|
|
|
2 |
license: cdla-permissive-2.0
|
3 |
---
|
4 |
|
5 |
+
# TinyTimeMixer (TTM) Model Card
|
6 |
|
7 |
<p align="center" width="100%">
|
8 |
<img src="ttm_image.webp" width="600">
|
9 |
</p>
|
10 |
|
11 |
+
TinyTimeMixers (TTMs) are compact pre-trained models for Multivariate Time-Series Forecasting, open-sourced by IBM Research.
|
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
|