Update README.md
Browse files
README.md
CHANGED
@@ -12,6 +12,21 @@ can be easily fine-tuned for your target data. Refer to our [paper](https://arxi
|
|
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 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
15 |
## Model Description
|
16 |
|
17 |
TTM falls under the category of “focused pre-trained models”, wherein each pre-trained TTM is tailored for a particular forecasting
|
@@ -35,20 +50,6 @@ only 3-6 hours using 6 A100 GPUs, as opposed to several days or weeks in traditi
|
|
35 |
|
36 |
- Stay tuned for more models !
|
37 |
|
38 |
-
## Benchmark Highlights:
|
39 |
-
|
40 |
-
TTM outperforms pre-trained GPT4TS (NeurIPS 23) by …
|
41 |
-
|
42 |
-
TTM outperforms pre-trained LLMTime (NeurIPS 23) by ..
|
43 |
-
|
44 |
-
TTM outperforms pre-trained Time-LLM (NeurIPS 23) by ..
|
45 |
-
|
46 |
-
TTM outperform pre-trained MOIRAI by …
|
47 |
-
|
48 |
-
TTM outperforms other popular benchmarks by ….
|
49 |
-
|
50 |
-
TTM also outperforms the hard statistical baselines (Statistical ensemble and S-Naive) in M4-hourly dataset which pretrained TS models are finding hard to outperform.
|
51 |
-
|
52 |
## Model Details
|
53 |
|
54 |
For more details on TTM architecture and benchmarks, refer to our [paper](https://arxiv.org/pdf/2401.03955.pdf).
|
|
|
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 |
|
15 |
+
|
16 |
+
## Benchmark Highlights:
|
17 |
+
|
18 |
+
TTM outperforms pre-trained GPT4TS (NeurIPS 23) by …
|
19 |
+
|
20 |
+
TTM outperforms pre-trained LLMTime (NeurIPS 23) by ..
|
21 |
+
|
22 |
+
TTM outperforms pre-trained Time-LLM (NeurIPS 23) by ..
|
23 |
+
|
24 |
+
TTM outperform pre-trained MOIRAI by …
|
25 |
+
|
26 |
+
TTM outperforms other popular benchmarks by ….
|
27 |
+
|
28 |
+
TTM also outperforms the hard statistical baselines (Statistical ensemble and S-Naive) in M4-hourly dataset which pretrained TS models are finding hard to outperform.
|
29 |
+
|
30 |
## Model Description
|
31 |
|
32 |
TTM falls under the category of “focused pre-trained models”, wherein each pre-trained TTM is tailored for a particular forecasting
|
|
|
50 |
|
51 |
- Stay tuned for more models !
|
52 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
53 |
## Model Details
|
54 |
|
55 |
For more details on TTM architecture and benchmarks, refer to our [paper](https://arxiv.org/pdf/2401.03955.pdf).
|