tadeyina commited on
Commit
d48dc62
·
1 Parent(s): 5668aec

Upload dataset_infos.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. dataset_infos.json +46 -1
dataset_infos.json CHANGED
@@ -1 +1,46 @@
1
- {"tadeyina--celeb-identities": {"description": "", "citation": "", "homepage": "", "license": "", "features": {"image": {"decode": true, "id": null, "_type": "Image"}, "label": {"num_classes": 6, "names": ["Brad_Pitt", "Donald_Trump", "Emma_Stone", "Jessica_Alba", "Johnny_Depp", "Julia_Roberts"], "id": null, "_type": "ClassLabel"}}, "post_processed": null, "supervised_keys": null, "task_templates": [{"task": "image-classification", "image_column": "image", "label_column": "label"}], "builder_name": "imagefolder", "config_name": "default", "version": {"version_str": "0.0.0", "description": null, "major": 0, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 133156.0, "num_examples": 18, "dataset_name": "celeb-identities"}}, "download_checksums": null, "download_size": 143645, "post_processing_size": null, "dataset_size": 133156.0, "size_in_bytes": 276801.0}}
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {"default": {
2
+ "description": "",
3
+ "citation": "",
4
+ "homepage": "",
5
+ "license": "",
6
+ "features": {
7
+ "image": {
8
+ "_type": "Image"
9
+ },
10
+ "label": {
11
+ "names": [
12
+ "Brad_Pitt",
13
+ "Donald_Trump",
14
+ "Johnny_Depp",
15
+ "Kanye",
16
+ "Obama"
17
+ ],
18
+ "_type": "ClassLabel"
19
+ }
20
+ },
21
+ "task_templates": [
22
+ {
23
+ "task": "image-classification",
24
+ "label_column": "label"
25
+ }
26
+ ],
27
+ "builder_name": "imagefolder",
28
+ "config_name": "default",
29
+ "version": {
30
+ "version_str": "0.0.0",
31
+ "major": 0,
32
+ "minor": 0,
33
+ "patch": 0
34
+ },
35
+ "splits": {
36
+ "train": {
37
+ "name": "train",
38
+ "num_bytes": 370023.0,
39
+ "num_examples": 15,
40
+ "dataset_name": null
41
+ }
42
+ },
43
+ "download_size": 368139,
44
+ "dataset_size": 370023.0,
45
+ "size_in_bytes": 738162.0
46
+ }}