File size: 752 Bytes
e7c066b
 
9681caf
 
 
 
 
99be261
e72b586
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
99be261
e72b586
9681caf
 
e72b586
9681caf
e72b586
e7c066b
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
---

license: apache-2.0
source_datasets:
  - original
task_categories:
  - time-series-forecasting
pretty_name: LSPD

# configs:
#   - config_name: spectrum
#     data_files:
#       - split: train
#         path: train/spectrum/**/*.arrow
#   - config_name: synthetic
#     data_files:
#       - split: train
#         path: train/synthetic/**/*.arrow
#   - config_name: time_series
#     data_files:
#       - split: train
#         path: train/time_series/**/*.arrow
#   - config_name: test
#     data_files:
#       - split: test
#         path: test/*.arrow
configs:
  - config_name: default
    data_files:
      - split: train
        path: train/**/*.arrow
      - split: test
        path: test/**/*.arrow
---