Datasets:
Tasks:
Text Generation
Modalities:
Text
Sub-tasks:
language-modeling
Languages:
English
Size:
10K - 100K
ArXiv:
Tags:
question-generation
License:
update
Browse files- qg_squad.py +1 -1
qg_squad.py
CHANGED
@@ -22,7 +22,7 @@ _DESCRIPTION = """
|
|
22 |
of test and development set follows the ["Neural Question Generation"](https://arxiv.org/abs/1705.00106) work and is
|
23 |
compatible with the [leader board](https://paperswithcode.com/sota/question-generation-on-squad11).
|
24 |
"""
|
25 |
-
_URL = 'https://huggingface.co/datasets/lmqg/qg_squad/
|
26 |
_URLS = {
|
27 |
'train': ['{}/train{:02d}.jsonl'.format(_URL, i) for i in range(23)],
|
28 |
'test': ['{}/test{:02d}.jsonl'.format(_URL, i) for i in range(4)],
|
|
|
22 |
of test and development set follows the ["Neural Question Generation"](https://arxiv.org/abs/1705.00106) work and is
|
23 |
compatible with the [leader board](https://paperswithcode.com/sota/question-generation-on-squad11).
|
24 |
"""
|
25 |
+
_URL = 'https://huggingface.co/datasets/lmqg/qg_squad/resolve/main/data/processed'
|
26 |
_URLS = {
|
27 |
'train': ['{}/train{:02d}.jsonl'.format(_URL, i) for i in range(23)],
|
28 |
'test': ['{}/test{:02d}.jsonl'.format(_URL, i) for i in range(4)],
|