Bingsu commited on
Commit
227e426
·
1 Parent(s): fe79b92

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +6 -0
README.md CHANGED
@@ -60,6 +60,12 @@ DatasetDict({
60
  })
61
  })
62
  ```
 
 
 
 
 
 
63
  ### Data Size
64
 
65
  download: 2.50 GiB<br>
 
60
  })
61
  })
62
  ```
63
+ ```python
64
+ >>> dataset["train"].features
65
+ {'image': Image(decode=True, id=None),
66
+ 'label': ClassLabel(num_classes=10, names=['Among Us', 'Apex Legends', 'Fortnite', 'Forza Horizon', 'Free Fire', 'Genshin Impact', 'God of War', 'Minecraft', 'Roblox', 'Terraria'], id=None)}
67
+ ```
68
+
69
  ### Data Size
70
 
71
  download: 2.50 GiB<br>