Datasets:
Tasks:
Image Classification
Modalities:
Image
Formats:
parquet
Sub-tasks:
multi-class-image-classification
Languages:
English
Size:
1K - 10K
License:
Update README.md
Browse files
README.md
CHANGED
@@ -57,9 +57,9 @@ task_ids:
|
|
57 |
|
58 |
### Dataset Summary
|
59 |
|
60 |
-
This is a dataset for
|
61 |
|
62 |
-
The 'dog' class contains images of dogs that look like fried chicken and some that look like images of muffins,
|
63 |
|
64 |
### Supported Tasks and Leaderboards
|
65 |
|
@@ -67,7 +67,7 @@ TBC
|
|
67 |
|
68 |
### Languages
|
69 |
|
70 |
-
The labels are in English (['dog', '
|
71 |
|
72 |
## Dataset Structure
|
73 |
|
@@ -104,7 +104,7 @@ N/A
|
|
104 |
|
105 |
#### Initial Data Collection and Normalization
|
106 |
|
107 |
-
This dataset was taken from the [qw2243c/Image-Recognition-Dogs-Fried-Chicken-or-Blueberry-Muffins?](https://github.com/qw2243c/Image-Recognition-Dogs-Fried-Chicken-or-Blueberry-Muffins-) Github repository
|
108 |
|
109 |
### Annotations
|
110 |
|
@@ -125,7 +125,7 @@ N/A
|
|
125 |
|
126 |
### Discussion of Biases
|
127 |
|
128 |
-
This dataset is
|
129 |
|
130 |
### Other Known Limitations
|
131 |
|
|
|
57 |
|
58 |
### Dataset Summary
|
59 |
|
60 |
+
This is a dataset for multiclass image classification, between 'dog', 'chicken', and 'muffin' classes.
|
61 |
|
62 |
+
The 'dog' class contains images of dogs that look like fried chicken and some that look like images of muffins, while the 'chicken' and 'muffin' classes contains images of (you guessed it) fried chicken and muffins ๐
|
63 |
|
64 |
### Supported Tasks and Leaderboards
|
65 |
|
|
|
67 |
|
68 |
### Languages
|
69 |
|
70 |
+
The labels are in English (['dog', 'chicken', 'muffin'])
|
71 |
|
72 |
## Dataset Structure
|
73 |
|
|
|
104 |
|
105 |
#### Initial Data Collection and Normalization
|
106 |
|
107 |
+
This dataset was taken from the [qw2243c/Image-Recognition-Dogs-Fried-Chicken-or-Blueberry-Muffins?](https://github.com/qw2243c/Image-Recognition-Dogs-Fried-Chicken-or-Blueberry-Muffins-) Github repository and randomly splitting 25% of the data for validation.
|
108 |
|
109 |
### Annotations
|
110 |
|
|
|
125 |
|
126 |
### Discussion of Biases
|
127 |
|
128 |
+
This dataset is balanced -- it has an equal number of images of dogs (1000) compared to chicken (1000 and muffin (1000). This should be taken into account when evaluating models.
|
129 |
|
130 |
### Other Known Limitations
|
131 |
|