Datasets:
Tasks:
Text Classification
Modalities:
Text
Formats:
parquet
Sub-tasks:
sentiment-classification
Languages:
English
Size:
100K - 1M
License:
Commit
·
234e99c
1
Parent(s):
94a9845
Change download link from http to https (#2)
Browse files- Change download link from http to https (dd3f73e25da17138d20d3bf4c41351e54870e632)
Co-authored-by: Syed Haque <[email protected]>
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):
|