Datasets:

Languages:
English
Multilinguality:
monolingual
Size Categories:
10K<n<100K
Language Creators:
expert-generated
Annotations Creators:
expert-generated
Source Datasets:
original
Tags:
License:
syedarehaq commited on
Commit
dd3f73e
1 Parent(s): 94a9845

Change download link from http to https

Browse files

Limitation on http access prohibits download of the dataset in cloud platforms (e.g. Google Cloud Platform).

Files changed (1) hide show
  1. imdb.py +1 -1
imdb.py CHANGED
@@ -42,7 +42,7 @@ _CITATION = """\
42
  }
43
  """
44
 
45
- _DOWNLOAD_URL = "http://ai.stanford.edu/~amaas/data/sentiment/aclImdb_v1.tar.gz"
46
 
47
 
48
  class IMDBReviewsConfig(datasets.BuilderConfig):
 
42
  }
43
  """
44
 
45
+ _DOWNLOAD_URL = "https://ai.stanford.edu/~amaas/data/sentiment/aclImdb_v1.tar.gz"
46
 
47
 
48
  class IMDBReviewsConfig(datasets.BuilderConfig):