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:
Albert Villanova 2023-02-16 15:28:09 +00:00 committed by system
parent 94a9845cc8
commit 234e99c22b

@ -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): class IMDBReviewsConfig(datasets.BuilderConfig):