Update README.md
Browse files
README.md
CHANGED
@@ -2,9 +2,21 @@
|
|
2 |
license: apache-2.0
|
3 |
library_name: timer
|
4 |
pipeline_tag: time-series-forecasting
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
5 |
---
|
6 |
|
7 |
-
#
|
8 |
|
9 |
Large time-series model introduced in this [paper](https://arxiv.org/abs/2402.02368) and enhanced with our [further work](https://arxiv.org/abs/2410.04803).
|
10 |
|
|
|
2 |
license: apache-2.0
|
3 |
library_name: timer
|
4 |
pipeline_tag: time-series-forecasting
|
5 |
+
datasets:
|
6 |
+
- thuml/UTSD
|
7 |
+
metrics:
|
8 |
+
- mae
|
9 |
+
- mse
|
10 |
+
tags:
|
11 |
+
- time-series
|
12 |
+
- forecasting
|
13 |
+
- foundation-models
|
14 |
+
- pretrained-models
|
15 |
+
- time-series-foundation-models
|
16 |
+
- large-time-series-models
|
17 |
---
|
18 |
|
19 |
+
# Time-Series Transformer (Timer)
|
20 |
|
21 |
Large time-series model introduced in this [paper](https://arxiv.org/abs/2402.02368) and enhanced with our [further work](https://arxiv.org/abs/2410.04803).
|
22 |
|