albertvillanova HF staff commited on
Commit
76a4453
1 Parent(s): b6432f2

Update data URL in loading script

Browse files
Files changed (1) hide show
  1. 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 = "https://kdd.ics.uci.edu/databases/reuters21578/reuters21578.tar.gz"
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):