skorkmaz88 commited on
Commit
4c4fcf7
1 Parent(s): da75837

Upload dataset_infos.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. dataset_infos.json +15 -10
dataset_infos.json CHANGED
@@ -5,29 +5,34 @@
5
  "license": "",
6
  "features": {
7
  "sepal.length": {
8
- "dtype": "float64",
9
  "id": null,
10
  "_type": "Value"
11
  },
12
  "sepal.width": {
13
- "dtype": "float64",
14
  "id": null,
15
  "_type": "Value"
16
  },
17
  "petal.length": {
18
- "dtype": "float64",
19
  "id": null,
20
  "_type": "Value"
21
  },
22
  "petal.width": {
23
- "dtype": "float64",
24
  "id": null,
25
  "_type": "Value"
26
  },
27
  "variety": {
28
- "dtype": "string",
 
 
 
 
 
29
  "id": null,
30
- "_type": "Value"
31
  }
32
  },
33
  "post_processed": null,
@@ -45,14 +50,14 @@
45
  "splits": {
46
  "train": {
47
  "name": "train",
48
- "num_bytes": 6650,
49
  "num_examples": 150,
50
  "dataset_name": "dydra_test1"
51
  }
52
  },
53
  "download_checksums": null,
54
- "download_size": 3141,
55
  "post_processing_size": null,
56
- "dataset_size": 6650,
57
- "size_in_bytes": 9791
58
  }}
 
5
  "license": "",
6
  "features": {
7
  "sepal.length": {
8
+ "dtype": "float32",
9
  "id": null,
10
  "_type": "Value"
11
  },
12
  "sepal.width": {
13
+ "dtype": "float32",
14
  "id": null,
15
  "_type": "Value"
16
  },
17
  "petal.length": {
18
+ "dtype": "float32",
19
  "id": null,
20
  "_type": "Value"
21
  },
22
  "petal.width": {
23
+ "dtype": "float32",
24
  "id": null,
25
  "_type": "Value"
26
  },
27
  "variety": {
28
+ "num_classes": 3,
29
+ "names": [
30
+ "Setosa",
31
+ "Versicolor",
32
+ "Virginica"
33
+ ],
34
  "id": null,
35
+ "_type": "ClassLabel"
36
  }
37
  },
38
  "post_processed": null,
 
50
  "splits": {
51
  "train": {
52
  "name": "train",
53
+ "num_bytes": 3600,
54
  "num_examples": 150,
55
  "dataset_name": "dydra_test1"
56
  }
57
  },
58
  "download_checksums": null,
59
+ "download_size": 2928,
60
  "post_processing_size": null,
61
+ "dataset_size": 3600,
62
+ "size_in_bytes": 6528
63
  }}