jamescalam commited on
Commit
8d72b47
1 Parent(s): d583a77

Update unsplash-25k-photos.py

Browse files
Files changed (1) hide show
  1. 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://grouplens.org/datasets/movielens/"
15
 
16
  _LICENSE = ""
17
 
18
- _URL = "https://files.grouplens.org/datasets/movielens/ml-25m.zip"
19
 
20
- class MovieLens(datasets.GeneratorBasedBuilder):
21
- """The MovieLens 25M dataset for ratings"""
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(