Update cats_vs_dogs_sample.py
Browse files- cats_vs_dogs_sample.py +2 -3
cats_vs_dogs_sample.py
CHANGED
@@ -23,14 +23,13 @@ from datasets.tasks import ImageClassification
|
|
23 |
|
24 |
logger = datasets.logging.get_logger(__name__)
|
25 |
|
26 |
-
_URL = "https://huggingface.co/datasets/hf-internal-testing/cats_vs_dogs_sample/
|
27 |
|
28 |
_HOMEPAGE = "https://www.microsoft.com/en-us/download/details.aspx?id=54765"
|
29 |
|
30 |
_DESCRIPTION = "A 50 image sample of microsoft's cats vs. dogs dataset for unit testing."
|
31 |
|
32 |
-
_CITATION = """
|
33 |
-
@Inproceedings (Conference){asirra-a-captcha-that-exploits-interest-aligned-manual-image-categorization,
|
34 |
author = {Elson, Jeremy and Douceur, John (JD) and Howell, Jon and Saul, Jared},
|
35 |
title = {Asirra: A CAPTCHA that Exploits Interest-Aligned Manual Image Categorization},
|
36 |
booktitle = {Proceedings of 14th ACM Conference on Computer and Communications Security (CCS)},
|
|
|
23 |
|
24 |
logger = datasets.logging.get_logger(__name__)
|
25 |
|
26 |
+
_URL = "https://huggingface.co/datasets/hf-internal-testing/cats_vs_dogs_sample/resolve/main/cats_and_dogs_sample.zip"
|
27 |
|
28 |
_HOMEPAGE = "https://www.microsoft.com/en-us/download/details.aspx?id=54765"
|
29 |
|
30 |
_DESCRIPTION = "A 50 image sample of microsoft's cats vs. dogs dataset for unit testing."
|
31 |
|
32 |
+
_CITATION = """\\n@Inproceedings (Conference){asirra-a-captcha-that-exploits-interest-aligned-manual-image-categorization,
|
|
|
33 |
author = {Elson, Jeremy and Douceur, John (JD) and Howell, Jon and Saul, Jared},
|
34 |
title = {Asirra: A CAPTCHA that Exploits Interest-Aligned Manual Image Categorization},
|
35 |
booktitle = {Proceedings of 14th ACM Conference on Computer and Communications Security (CCS)},
|