Datasets:
Tasks:
Image Classification
Formats:
parquet
Sub-tasks:
multi-class-image-classification
Languages:
English
Size:
10K - 100K
License:
Initial dataset upload
Browse files
README.md
CHANGED
@@ -1,5 +1,4 @@
|
|
1 |
---
|
2 |
-
# Cats and Dogs Dataset
|
3 |
language:
|
4 |
- en
|
5 |
license: mit
|
@@ -12,18 +11,36 @@ task_ids:
|
|
12 |
- multi-class-image-classification
|
13 |
dataset_info:
|
14 |
features:
|
15 |
-
|
16 |
-
|
17 |
-
|
18 |
-
|
19 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
20 |
splits:
|
21 |
-
|
22 |
-
|
23 |
-
|
24 |
-
|
25 |
-
|
26 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
27 |
---
|
28 |
|
29 |
# Cats and Dogs Image Classification Dataset
|
|
|
1 |
---
|
|
|
2 |
language:
|
3 |
- en
|
4 |
license: mit
|
|
|
11 |
- multi-class-image-classification
|
12 |
dataset_info:
|
13 |
features:
|
14 |
+
- name: image
|
15 |
+
dtype:
|
16 |
+
array3_d:
|
17 |
+
shape:
|
18 |
+
- 128
|
19 |
+
- 128
|
20 |
+
- 3
|
21 |
+
dtype: uint8
|
22 |
+
- name: label
|
23 |
+
dtype:
|
24 |
+
class_label:
|
25 |
+
names:
|
26 |
+
'0': cats
|
27 |
+
'1': dogs
|
28 |
splits:
|
29 |
+
- name: train
|
30 |
+
num_bytes: 921696000
|
31 |
+
num_examples: 8000
|
32 |
+
- name: test
|
33 |
+
num_bytes: 230424000
|
34 |
+
num_examples: 2000
|
35 |
+
download_size: 487392383
|
36 |
+
dataset_size: 1152120000
|
37 |
+
configs:
|
38 |
+
- config_name: default
|
39 |
+
data_files:
|
40 |
+
- split: train
|
41 |
+
path: data/train-*
|
42 |
+
- split: test
|
43 |
+
path: data/test-*
|
44 |
---
|
45 |
|
46 |
# Cats and Dogs Image Classification Dataset
|