doyensahoo commited on
Commit
0843f1a
1 Parent(s): af0b7e8

Upload PEMS07/dataset_info.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. PEMS07/dataset_info.json +48 -0
PEMS07/dataset_info.json ADDED
@@ -0,0 +1,48 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "builder_name": "generator",
3
+ "citation": "",
4
+ "config_name": "default",
5
+ "dataset_name": "PEMS07",
6
+ "dataset_size": 99709133,
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
+ "dtype": "float32",
26
+ "_type": "Value"
27
+ },
28
+ "_type": "Sequence"
29
+ }
30
+ },
31
+ "homepage": "",
32
+ "license": "",
33
+ "size_in_bytes": 99709133,
34
+ "splits": {
35
+ "train": {
36
+ "name": "train",
37
+ "num_bytes": 99709133,
38
+ "num_examples": 883,
39
+ "dataset_name": "generator"
40
+ }
41
+ },
42
+ "version": {
43
+ "version_str": "0.0.0",
44
+ "major": 0,
45
+ "minor": 0,
46
+ "patch": 0
47
+ }
48
+ }