Datasets:
Tasks:
Image Classification
Modalities:
Image
Formats:
parquet
Sub-tasks:
multi-class-image-classification
Languages:
English
Size:
10K - 100K
License:
add dataset_info in dataset metadata
Browse files
README.md
CHANGED
@@ -19,6 +19,22 @@ task_categories:
|
|
19 |
task_ids:
|
20 |
- multi-class-image-classification
|
21 |
paperswithcode_id: cats-vs-dogs
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
22 |
---
|
23 |
|
24 |
# Dataset Card for Cats Vs. Dogs
|
@@ -198,4 +214,4 @@ edition = {Proceedings of 14th ACM Conference on Computer and Communications Sec
|
|
198 |
|
199 |
### Contributions
|
200 |
|
201 |
-
Thanks to [@nateraw](https://github.com/nateraw) for adding this dataset.
|
|
|
19 |
task_ids:
|
20 |
- multi-class-image-classification
|
21 |
paperswithcode_id: cats-vs-dogs
|
22 |
+
dataset_info:
|
23 |
+
features:
|
24 |
+
- name: image
|
25 |
+
dtype: image
|
26 |
+
- name: labels
|
27 |
+
dtype:
|
28 |
+
class_label:
|
29 |
+
names:
|
30 |
+
0: cat
|
31 |
+
1: dog
|
32 |
+
splits:
|
33 |
+
- name: train
|
34 |
+
num_bytes: 4219400
|
35 |
+
num_examples: 23410
|
36 |
+
download_size: 824887076
|
37 |
+
dataset_size: 4219400
|
38 |
---
|
39 |
|
40 |
# Dataset Card for Cats Vs. Dogs
|
|
|
214 |
|
215 |
### Contributions
|
216 |
|
217 |
+
Thanks to [@nateraw](https://github.com/nateraw) for adding this dataset.
|