skyoung commited on
Commit
9a7c001
·
1 Parent(s): 6db255b
HZMETRO/HZMETRO_dataset_info.json ADDED
@@ -0,0 +1,52 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "builder_name": "generator",
3
+ "citation": "",
4
+ "config_name": "default",
5
+ "dataset_name": "HZMETRO",
6
+ "dataset_size": 1523590,
7
+ "description": "",
8
+ "download_checksums": {},
9
+ "download_size": 0,
10
+ "features": {
11
+ "item_id": {
12
+ "dtype": "string",
13
+ "_type": "Value"
14
+ },
15
+ "start": {
16
+ "dtype": "timestamp[s]",
17
+ "_type": "Value"
18
+ },
19
+ "freq": {
20
+ "dtype": "string",
21
+ "_type": "Value"
22
+ },
23
+ "target": {
24
+ "feature": {
25
+ "feature": {
26
+ "dtype": "float32",
27
+ "_type": "Value"
28
+ },
29
+ "_type": "Sequence"
30
+ },
31
+ "length": 2,
32
+ "_type": "Sequence"
33
+ }
34
+ },
35
+ "homepage": "",
36
+ "license": "",
37
+ "size_in_bytes": 1523590,
38
+ "splits": {
39
+ "train": {
40
+ "name": "train",
41
+ "num_bytes": 1523590,
42
+ "num_examples": 80,
43
+ "dataset_name": "generator"
44
+ }
45
+ },
46
+ "version": {
47
+ "version_str": "0.0.0",
48
+ "major": 0,
49
+ "minor": 0,
50
+ "patch": 0
51
+ }
52
+ }
HZMETRO/HZMETRO_state.json ADDED
@@ -0,0 +1,13 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_data_files": [
3
+ {
4
+ "filename": "data-00000-of-00001.arrow"
5
+ }
6
+ ],
7
+ "_fingerprint": "75440d0031d0edfe",
8
+ "_format_columns": null,
9
+ "_format_kwargs": {},
10
+ "_format_type": null,
11
+ "_output_all_columns": false,
12
+ "_split": "train"
13
+ }
HZMETRO/data-00000-of-00001 (3).arrow ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8b8e905d38abf439a6eb132f367b9156f39c978e69de122af216420d6f5117db
3
+ size 1524752
README.md CHANGED
@@ -6,6 +6,13 @@ configs:
6
  - split: train
7
  path: "*/*.arrow"
8
  - config_name: "BEIJING_SUBWAY_30MIN"
 
 
 
 
 
 
 
9
  ---
10
  # NetMan Time Series Repo
11
  The Netman Time Series Repo is a collection of open time series datasets for time series forecasting. It was collected for the purpose of pre-training Large Time Series Models.
 
6
  - split: train
7
  path: "*/*.arrow"
8
  - config_name: "BEIJING_SUBWAY_30MIN"
9
+ data_files:
10
+ - split: train
11
+ path: "BEIJING_SUBWAY_30MIN/*.arrow"
12
+ - config_name: "HZMETRO"
13
+ data_files:
14
+ - split: train
15
+ path: "HZMETRO/*.arrow"
16
  ---
17
  # NetMan Time Series Repo
18
  The Netman Time Series Repo is a collection of open time series datasets for time series forecasting. It was collected for the purpose of pre-training Large Time Series Models.