Update data URL in loading script
Browse files- reuters21578.py +1 -1
reuters21578.py
CHANGED
@@ -179,7 +179,7 @@ The Reuters-21578 dataset is one of the most widely used data collections for t
|
|
179 |
categorization research. It is collected from the Reuters financial newswire service in 1987.
|
180 |
"""
|
181 |
|
182 |
-
_DATA_URL = "
|
183 |
|
184 |
|
185 |
class Reuters21578Config(datasets.BuilderConfig):
|
|
|
179 |
categorization research. It is collected from the Reuters financial newswire service in 1987.
|
180 |
"""
|
181 |
|
182 |
+
_DATA_URL = "data/reuters21578.tar.gz"
|
183 |
|
184 |
|
185 |
class Reuters21578Config(datasets.BuilderConfig):
|