Datasets:

ArXiv:
Libraries:
Datasets
License:
gorold commited on
Commit
525e3ba
1 Parent(s): 58ba43b

Upload folder using huggingface_hub

Browse files
BEIJING_SUBWAY_30MIN/data-00000-of-00001.arrow ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c4f439c92b90bd538e018030b9807b323a88f2f28d42c26c4e4b2ae4864c1b22
3
+ size 12938720
BEIJING_SUBWAY_30MIN/dataset_info.json ADDED
@@ -0,0 +1,63 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "builder_name": "generator",
3
+ "citation": "",
4
+ "config_name": "default",
5
+ "dataset_name": "BEIJING_SUBWAY_30MIN",
6
+ "dataset_size": 12937114,
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
+ "past_feat_dynamic_real": {
35
+ "feature": {
36
+ "feature": {
37
+ "dtype": "float32",
38
+ "_type": "Value"
39
+ },
40
+ "_type": "Sequence"
41
+ },
42
+ "length": 11,
43
+ "_type": "Sequence"
44
+ }
45
+ },
46
+ "homepage": "",
47
+ "license": "",
48
+ "size_in_bytes": 12937114,
49
+ "splits": {
50
+ "train": {
51
+ "name": "train",
52
+ "num_bytes": 12937114,
53
+ "num_examples": 276,
54
+ "dataset_name": "generator"
55
+ }
56
+ },
57
+ "version": {
58
+ "version_str": "0.0.0",
59
+ "major": 0,
60
+ "minor": 0,
61
+ "patch": 0
62
+ }
63
+ }
BEIJING_SUBWAY_30MIN/state.json ADDED
@@ -0,0 +1,13 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_data_files": [
3
+ {
4
+ "filename": "data-00000-of-00001.arrow"
5
+ }
6
+ ],
7
+ "_fingerprint": "c2c5a029b54151a9",
8
+ "_format_columns": null,
9
+ "_format_kwargs": {},
10
+ "_format_type": null,
11
+ "_output_all_columns": false,
12
+ "_split": "train"
13
+ }