doyensahoo commited on
Commit
d99bff7
1 Parent(s): 2bcf3c2

Upload PEMS08/dataset_info.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. PEMS08/dataset_info.json +52 -0
PEMS08/dataset_info.json ADDED
@@ -0,0 +1,52 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "builder_name": "generator",
3
+ "citation": "",
4
+ "config_name": "default",
5
+ "dataset_name": "PEMS08",
6
+ "dataset_size": 36431740,
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": 3,
32
+ "_type": "Sequence"
33
+ }
34
+ },
35
+ "homepage": "",
36
+ "license": "",
37
+ "size_in_bytes": 36431740,
38
+ "splits": {
39
+ "train": {
40
+ "name": "train",
41
+ "num_bytes": 36431740,
42
+ "num_examples": 170,
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
+ }