Datasets:
Update README.md
Browse files
README.md
CHANGED
@@ -4,23 +4,31 @@ configs:
|
|
4 |
- config_name: default
|
5 |
data_files:
|
6 |
- split: train
|
7 |
-
path:
|
8 |
-
- config_name:
|
9 |
data_files:
|
10 |
- split: train
|
11 |
-
path:
|
12 |
-
- config_name:
|
13 |
data_files:
|
14 |
- split: train
|
15 |
-
path:
|
16 |
-
- config_name:
|
17 |
data_files:
|
18 |
- split: train
|
19 |
-
path:
|
20 |
-
- config_name:
|
21 |
data_files:
|
22 |
- split: train
|
23 |
-
path:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
24 |
---
|
25 |
|
26 |
# Unified Time Series Dataset (UTSD)
|
|
|
4 |
- config_name: default
|
5 |
data_files:
|
6 |
- split: train
|
7 |
+
path: '*/*.arrow'
|
8 |
+
- config_name: UTSD-1G
|
9 |
data_files:
|
10 |
- split: train
|
11 |
+
path: UTSD-1G/*.arrow
|
12 |
+
- config_name: UTSD-2G
|
13 |
data_files:
|
14 |
- split: train
|
15 |
+
path: UTSD-2G/*.arrow
|
16 |
+
- config_name: UTSD-4G
|
17 |
data_files:
|
18 |
- split: train
|
19 |
+
path: UTSD-4G/*.arrow
|
20 |
+
- config_name: UTSD-12G
|
21 |
data_files:
|
22 |
- split: train
|
23 |
+
path: UTSD-12G/*.arrow
|
24 |
+
task_categories:
|
25 |
+
- time-series-forecasting
|
26 |
+
tags:
|
27 |
+
- time series forecasting
|
28 |
+
- time series analysis
|
29 |
+
pretty_name: UTSD
|
30 |
+
size_categories:
|
31 |
+
- 100M<n<1B
|
32 |
---
|
33 |
|
34 |
# Unified Time Series Dataset (UTSD)
|