Datasets:
Tasks:
Summarization
Modalities:
Text
Sub-tasks:
news-articles-summarization
Languages:
English
Size:
100K - 1M
ArXiv:
License:
Update xsum.py
Browse files
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 = "
|
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 |
)
|