Datasets:
Tasks:
Image Classification
Modalities:
Image
Formats:
parquet
Languages:
English
Size:
10K - 100K
License:
Update README.md
Browse files
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>
|