doyensahoo commited on
Commit
cb23ec3
1 Parent(s): a253885

Upload cockatoo/dataset_info.json with huggingface_hub

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