Datasets:
frgfm
commited on
Commit
•
90acb11
1
Parent(s):
45a8c05
docs: Fixed typos in README
Browse files- README.md +1 -1
- imagenette.py +2 -2
README.md
CHANGED
@@ -20,7 +20,7 @@ task_ids:
|
|
20 |
paperswithcode_id: imagenette
|
21 |
---
|
22 |
|
23 |
-
# Dataset Card for
|
24 |
|
25 |
## Table of Contents
|
26 |
- [Table of Contents](#table-of-contents)
|
|
|
20 |
paperswithcode_id: imagenette
|
21 |
---
|
22 |
|
23 |
+
# Dataset Card for Imagenette
|
24 |
|
25 |
## Table of Contents
|
26 |
- [Table of Contents](#table-of-contents)
|
imagenette.py
CHANGED
@@ -49,10 +49,10 @@ _REPO = "https://huggingface.co/datasets/frgfm/imagenette/resolve/main/metadata"
|
|
49 |
|
50 |
|
51 |
class ImagenetteConfig(datasets.BuilderConfig):
|
52 |
-
"""BuilderConfig for
|
53 |
|
54 |
def __init__(self, data_url, metadata_urls, **kwargs):
|
55 |
-
"""BuilderConfig for
|
56 |
Args:
|
57 |
data_url: `string`, url to download the zip file from.
|
58 |
matadata_urls: dictionary with keys 'train' and 'validation' containing the archive metadata URLs
|
|
|
49 |
|
50 |
|
51 |
class ImagenetteConfig(datasets.BuilderConfig):
|
52 |
+
"""BuilderConfig for Imagette."""
|
53 |
|
54 |
def __init__(self, data_url, metadata_urls, **kwargs):
|
55 |
+
"""BuilderConfig for Imagette.
|
56 |
Args:
|
57 |
data_url: `string`, url to download the zip file from.
|
58 |
matadata_urls: dictionary with keys 'train' and 'validation' containing the archive metadata URLs
|