Upload data/metadata.json with huggingface_hub
Browse files- data/metadata.json +17 -0
data/metadata.json
ADDED
|
@@ -0,0 +1,17 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"cats": {
|
| 3 |
+
"count": 4015,
|
| 4 |
+
"label": 0
|
| 5 |
+
},
|
| 6 |
+
"birds": {
|
| 7 |
+
"count": 4149,
|
| 8 |
+
"label": 1
|
| 9 |
+
},
|
| 10 |
+
"total": 8164,
|
| 11 |
+
"source": "Sijuade/Cats-Dogs-Birds",
|
| 12 |
+
"modifications": [
|
| 13 |
+
"Removed all dog images (original label 1)",
|
| 14 |
+
"Changed bird label from 2 to 1",
|
| 15 |
+
"Resized images to max 256px (longest side)"
|
| 16 |
+
]
|
| 17 |
+
}
|