skorkmaz88 commited on
Commit
7a43d5e
1 Parent(s): 84ccb6d

Upload dataset_infos.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. dataset_infos.json +63 -0
dataset_infos.json ADDED
@@ -0,0 +1,63 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {"skorkmaz88--iris": {
2
+ "description": "",
3
+ "citation": "",
4
+ "homepage": "",
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,
39
+ "supervised_keys": null,
40
+ "task_templates": null,
41
+ "builder_name": "csv",
42
+ "config_name": "default",
43
+ "version": {
44
+ "version_str": "0.0.0",
45
+ "description": null,
46
+ "major": 0,
47
+ "minor": 0,
48
+ "patch": 0
49
+ },
50
+ "splits": {
51
+ "train": {
52
+ "name": "train",
53
+ "num_bytes": 3600,
54
+ "num_examples": 150,
55
+ "dataset_name": "iris"
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
+ }}