doyensahoo commited on
Commit
464de8e
·
verified ·
1 Parent(s): b585f36

Upload gfc12_load/dataset_info.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. gfc12_load/dataset_info.json +55 -0
gfc12_load/dataset_info.json ADDED
@@ -0,0 +1,55 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "builder_name": "generator",
3
+ "citation": "",
4
+ "config_name": "default",
5
+ "dataset_name": "gfc12_load",
6
+ "dataset_size": 6306991,
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
+ "target": {
20
+ "feature": {
21
+ "dtype": "float32",
22
+ "_type": "Value"
23
+ },
24
+ "_type": "Sequence"
25
+ },
26
+ "past_feat_dynamic_real": {
27
+ "feature": {
28
+ "dtype": "float32",
29
+ "_type": "Value"
30
+ },
31
+ "_type": "Sequence"
32
+ },
33
+ "freq": {
34
+ "dtype": "string",
35
+ "_type": "Value"
36
+ }
37
+ },
38
+ "homepage": "",
39
+ "license": "",
40
+ "size_in_bytes": 6306991,
41
+ "splits": {
42
+ "train": {
43
+ "name": "train",
44
+ "num_bytes": 6306991,
45
+ "num_examples": 20,
46
+ "dataset_name": "generator"
47
+ }
48
+ },
49
+ "version": {
50
+ "version_str": "0.0.0",
51
+ "major": 0,
52
+ "minor": 0,
53
+ "patch": 0
54
+ }
55
+ }