Update README.md
Browse files
README.md
CHANGED
|
@@ -1,33 +1,15 @@
|
|
| 1 |
-
---
|
| 2 |
-
license: apache-2.0
|
| 3 |
-
source_datasets:
|
| 4 |
-
|
| 5 |
-
task_categories:
|
| 6 |
-
|
| 7 |
-
pretty_name: LSPD
|
| 8 |
-
|
| 9 |
-
|
| 10 |
-
|
| 11 |
-
|
| 12 |
-
|
| 13 |
-
|
| 14 |
-
|
| 15 |
-
|
| 16 |
-
# - split: train
|
| 17 |
-
# path: train/synthetic/**/*.arrow
|
| 18 |
-
# - config_name: time_series
|
| 19 |
-
# data_files:
|
| 20 |
-
# - split: train
|
| 21 |
-
# path: train/time_series/**/*.arrow
|
| 22 |
-
# - config_name: test
|
| 23 |
-
# data_files:
|
| 24 |
-
# - split: test
|
| 25 |
-
# path: test/*.arrow
|
| 26 |
-
configs:
|
| 27 |
-
- config_name: default
|
| 28 |
-
data_files:
|
| 29 |
-
- split: train
|
| 30 |
-
path: train/**/*.arrow
|
| 31 |
-
- split: test
|
| 32 |
-
path: test/**/*.arrow
|
| 33 |
-
---
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: apache-2.0
|
| 3 |
+
source_datasets:
|
| 4 |
+
- original
|
| 5 |
+
task_categories:
|
| 6 |
+
- time-series-forecasting
|
| 7 |
+
pretty_name: LSPD
|
| 8 |
+
configs:
|
| 9 |
+
- config_name: default
|
| 10 |
+
data_files:
|
| 11 |
+
- split: train
|
| 12 |
+
path: train/**/*.arrow
|
| 13 |
+
- split: test
|
| 14 |
+
path: test/**/*.arrow
|
| 15 |
+
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|