Change download link from http to https (#2)
- Change download link from http to https (dd3f73e25da17138d20d3bf4c41351e54870e632) Co-authored-by: Syed Haque <syedarehaq@users.noreply.huggingface.co>
This commit is contained in:
parent
94a9845cc8
commit
234e99c22b
2
imdb.py
2
imdb.py
@ -42,7 +42,7 @@ _CITATION = """\
|
||||
}
|
||||
"""
|
||||
|
||||
_DOWNLOAD_URL = "http://ai.stanford.edu/~amaas/data/sentiment/aclImdb_v1.tar.gz"
|
||||
_DOWNLOAD_URL = "https://ai.stanford.edu/~amaas/data/sentiment/aclImdb_v1.tar.gz"
|
||||
|
||||
|
||||
class IMDBReviewsConfig(datasets.BuilderConfig):
|
||||
|
||||
Loading…
Reference in New Issue
Block a user