Datasets:
Tasks:
Text Classification
Modalities:
Text
Formats:
parquet
Sub-tasks:
sentiment-classification
Languages:
English
Size:
100K - 1M
License:
syedarehaq
commited on
Commit
•
dd3f73e
1
Parent(s):
94a9845
Change download link from http to https
Browse filesLimitation on http access prohibits download of the dataset in cloud platforms (e.g. Google Cloud Platform).
imdb.py
CHANGED
@@ -42,7 +42,7 @@ _CITATION = """\
|
|
42 |
}
|
43 |
"""
|
44 |
|
45 |
-
_DOWNLOAD_URL = "
|
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):
|