data.jsonl
Browse files{"image_id":"img001","label":"cat"}
{"image_id":"img002","label":"dog"}
{"image_id":"img003","label":"car"}
{"image_id":"img004","label":"person"}
{"image_id":"img005","label":"building"}
README.md
ADDED
|
@@ -0,0 +1,11 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: mit
|
| 3 |
+
task_categories:
|
| 4 |
+
- image-classification
|
| 5 |
+
language:
|
| 6 |
+
- en
|
| 7 |
+
---
|
| 8 |
+
|
| 9 |
+
# Image Classification Labels Dataset
|
| 10 |
+
|
| 11 |
+
Image ID to label mappings for image classification experiments.
|