skorkmaz88
commited on
Commit
•
4c4fcf7
1
Parent(s):
da75837
Upload dataset_infos.json with huggingface_hub
Browse files- dataset_infos.json +15 -10
dataset_infos.json
CHANGED
@@ -5,29 +5,34 @@
|
|
5 |
"license": "",
|
6 |
"features": {
|
7 |
"sepal.length": {
|
8 |
-
"dtype": "
|
9 |
"id": null,
|
10 |
"_type": "Value"
|
11 |
},
|
12 |
"sepal.width": {
|
13 |
-
"dtype": "
|
14 |
"id": null,
|
15 |
"_type": "Value"
|
16 |
},
|
17 |
"petal.length": {
|
18 |
-
"dtype": "
|
19 |
"id": null,
|
20 |
"_type": "Value"
|
21 |
},
|
22 |
"petal.width": {
|
23 |
-
"dtype": "
|
24 |
"id": null,
|
25 |
"_type": "Value"
|
26 |
},
|
27 |
"variety": {
|
28 |
-
"
|
|
|
|
|
|
|
|
|
|
|
29 |
"id": null,
|
30 |
-
"_type": "
|
31 |
}
|
32 |
},
|
33 |
"post_processed": null,
|
@@ -45,14 +50,14 @@
|
|
45 |
"splits": {
|
46 |
"train": {
|
47 |
"name": "train",
|
48 |
-
"num_bytes":
|
49 |
"num_examples": 150,
|
50 |
"dataset_name": "dydra_test1"
|
51 |
}
|
52 |
},
|
53 |
"download_checksums": null,
|
54 |
-
"download_size":
|
55 |
"post_processing_size": null,
|
56 |
-
"dataset_size":
|
57 |
-
"size_in_bytes":
|
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 |
}}
|