Bingsu commited on
Commit
27bd110
·
1 Parent(s): 80fb20a

Upload dataset_infos.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. dataset_infos.json +61 -0
dataset_infos.json ADDED
@@ -0,0 +1,61 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {"Bingsu--gameplay_images": {
2
+ "description": "",
3
+ "citation": "",
4
+ "homepage": "",
5
+ "license": "",
6
+ "features": {
7
+ "image": {
8
+ "decode": true,
9
+ "id": null,
10
+ "_type": "Image"
11
+ },
12
+ "label": {
13
+ "num_classes": 10,
14
+ "names": [
15
+ "Among Us",
16
+ "Apex Legends",
17
+ "Fortnite",
18
+ "Forza Horizon",
19
+ "Free Fire",
20
+ "Genshin Impact",
21
+ "God of War",
22
+ "Minecraft",
23
+ "Roblox",
24
+ "Terraria"
25
+ ],
26
+ "id": null,
27
+ "_type": "ClassLabel"
28
+ }
29
+ },
30
+ "post_processed": null,
31
+ "supervised_keys": null,
32
+ "task_templates": [
33
+ {
34
+ "task": "image-classification",
35
+ "image_column": "image",
36
+ "label_column": "label"
37
+ }
38
+ ],
39
+ "builder_name": "imagefolder",
40
+ "config_name": "default",
41
+ "version": {
42
+ "version_str": "0.0.0",
43
+ "description": null,
44
+ "major": 0,
45
+ "minor": 0,
46
+ "patch": 0
47
+ },
48
+ "splits": {
49
+ "train": {
50
+ "name": "train",
51
+ "num_bytes": 1807126788.0,
52
+ "num_examples": 10000,
53
+ "dataset_name": "gameplay_images"
54
+ }
55
+ },
56
+ "download_checksums": null,
57
+ "download_size": 2688811729,
58
+ "post_processing_size": null,
59
+ "dataset_size": 1807126788.0,
60
+ "size_in_bytes": 4495938517.0
61
+ }}