Datasets:
Tasks:
Image Classification
Modalities:
Image
Formats:
parquet
Sub-tasks:
multi-class-image-classification
Languages:
English
Size:
10K - 100K
License:
Commit
•
3f09f82
1
Parent(s):
6a80f93
Delete legacy dataset_infos.json (#6)
Browse files- Delete legacy dataset_infos.json (76a9401c416ebef53ac85c5ba8e37ea73abfebaf)
- Update dataset card (219d0b5954ae7ca4f28f32f82473a1274655bfd7)
- README.md +2 -2
- dataset_infos.json +0 -1
README.md
CHANGED
@@ -31,10 +31,10 @@ dataset_info:
|
|
31 |
'1': dog
|
32 |
splits:
|
33 |
- name: train
|
34 |
-
num_bytes:
|
35 |
num_examples: 23410
|
36 |
download_size: 824887076
|
37 |
-
dataset_size:
|
38 |
---
|
39 |
|
40 |
# Dataset Card for Cats Vs. Dogs
|
|
|
31 |
'1': dog
|
32 |
splits:
|
33 |
- name: train
|
34 |
+
num_bytes: 3844792
|
35 |
num_examples: 23410
|
36 |
download_size: 824887076
|
37 |
+
dataset_size: 3844792
|
38 |
---
|
39 |
|
40 |
# Dataset Card for Cats Vs. Dogs
|
dataset_infos.json
DELETED
@@ -1 +0,0 @@
|
|
1 |
-
{"default": {"description": "A large set of images of cats and dogs. There are 1738 corrupted images that are dropped.", "citation": "@Inproceedings (Conference){asirra-a-captcha-that-exploits-interest-aligned-manual-image-categorization,\n author = {Elson, Jeremy and Douceur, John (JD) and Howell, Jon and Saul, Jared},\n title = {Asirra: A CAPTCHA that Exploits Interest-Aligned Manual Image Categorization},\n booktitle = {Proceedings of 14th ACM Conference on Computer and Communications Security (CCS)},\n year = {2007},\n month = {October},\n publisher = {Association for Computing Machinery, Inc.},\n url = {https://www.microsoft.com/en-us/research/publication/asirra-a-captcha-that-exploits-interest-aligned-manual-image-categorization/},\n edition = {Proceedings of 14th ACM Conference on Computer and Communications Security (CCS)},\n}\n", "homepage": "https://www.microsoft.com/en-us/download/details.aspx?id=54765", "license": "", "features": {"image": {"decode": true, "id": null, "_type": "Image"}, "labels": {"num_classes": 2, "names": ["cat", "dog"], "id": null, "_type": "ClassLabel"}}, "post_processed": null, "supervised_keys": {"input": "image", "output": "labels"}, "task_templates": [{"task": "image-classification", "image_column": "image", "label_column": "labels"}], "builder_name": "cats_vs_dogs", "config_name": "default", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 4219400, "num_examples": 23410, "dataset_name": "cats_vs_dogs"}}, "download_checksums": {"https://download.microsoft.com/download/3/E/1/3E1C3F21-ECDB-4869-8368-6DEBA77B919F/kagglecatsanddogs_5340.zip": {"num_bytes": 824887076, "checksum": "b7974bd00a84a99921f36ee4403f089853777b5ae8d151c76a86e64900334af9"}}, "download_size": 824887076, "post_processing_size": null, "dataset_size": 4219400, "size_in_bytes": 829106476}}
|
|
|
|