Datasets:
Languages:
English
Size:
10K<n<100K
jamescalam
commited on
Commit
•
8d72b47
1
Parent(s):
d583a77
Update unsplash-25k-photos.py
Browse files- unsplash-25k-photos.py +4 -4
unsplash-25k-photos.py
CHANGED
@@ -11,14 +11,14 @@ year={2022}
|
|
11 |
_DESCRIPTION = """\
|
12 |
This is a dataset that streams photos data from the Unsplash 25K servers.
|
13 |
"""
|
14 |
-
_HOMEPAGE = "https://
|
15 |
|
16 |
_LICENSE = ""
|
17 |
|
18 |
-
_URL = "https://
|
19 |
|
20 |
-
class
|
21 |
-
"""The
|
22 |
|
23 |
def _info(self):
|
24 |
return datasets.DatasetInfo(
|
|
|
11 |
_DESCRIPTION = """\
|
12 |
This is a dataset that streams photos data from the Unsplash 25K servers.
|
13 |
"""
|
14 |
+
_HOMEPAGE = "https://github.com/unsplash/datasets/"
|
15 |
|
16 |
_LICENSE = ""
|
17 |
|
18 |
+
_URL = "https://unsplash.com/data/lite/latest"
|
19 |
|
20 |
+
class Unsplash(datasets.GeneratorBasedBuilder):
|
21 |
+
"""The Unsplash 25K dataset for photos"""
|
22 |
|
23 |
def _info(self):
|
24 |
return datasets.DatasetInfo(
|