Yong99 commited on
Commit
aca2b5c
·
verified ·
1 Parent(s): 456cf7a

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +13 -1
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
- # Large Time-Series Model (Timer)
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