Datasets:

Languages:
English
Multilinguality:
monolingual
Size Categories:
100K<n<1M
Language Creators:
found
Annotations Creators:
found
Source Datasets:
original
ArXiv:
Tags:
License:
lhoestq HF staff commited on
Commit
bd6600f
1 Parent(s): c3b0cf7

Update xsum.py

Browse files
Files changed (1) hide show
  1. xsum.py +1 -1
xsum.py CHANGED
@@ -44,7 +44,7 @@ There are three features:
44
  """
45
 
46
  # From https://github.com/EdinburghNLP/XSum/issues/12
47
- _URL_DATA = "http://bollin.inf.ed.ac.uk/public/direct/XSUM-EMNLP18-Summary-Data-Original.tar.gz"
48
  _URL_SPLITS = (
49
  "https://raw.githubusercontent.com/EdinburghNLP/XSum/master/XSum-Dataset/XSum-TRAINING-DEV-TEST-SPLIT-90-5-5.json"
50
  )
44
  """
45
 
46
  # From https://github.com/EdinburghNLP/XSum/issues/12
47
+ _URL_DATA = "data/XSUM-EMNLP18-Summary-Data-Original.tar.gz"
48
  _URL_SPLITS = (
49
  "https://raw.githubusercontent.com/EdinburghNLP/XSum/master/XSum-Dataset/XSum-TRAINING-DEV-TEST-SPLIT-90-5-5.json"
50
  )