doyensahoo commited on
Commit
09002a3
·
verified ·
1 Parent(s): c3f797b

Upload BEIJING_SUBWAY_30MIN/dataset_info.json with huggingface_hub

Browse files
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": 22581658,
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": 22581658,
49
+ "splits": {
50
+ "train": {
51
+ "name": "train",
52
+ "num_bytes": 22581658,
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
+ }