Datasets:
Update README.md
Browse files
README.md
CHANGED
@@ -16,6 +16,8 @@ configs:
|
|
16 |
data_files:
|
17 |
- split: train
|
18 |
path: data/train-*
|
|
|
|
|
19 |
---
|
20 |
|
21 |
This dataset is used for demo purposes to illustrate using the time series forecasting models present in the Transformers library.
|
|
|
16 |
data_files:
|
17 |
- split: train
|
18 |
path: data/train-*
|
19 |
+
task_categories:
|
20 |
+
- time-series-forecasting
|
21 |
---
|
22 |
|
23 |
This dataset is used for demo purposes to illustrate using the time series forecasting models present in the Transformers library.
|