Datasets:
Tasks:
Text Generation
Modalities:
Text
Sub-tasks:
language-modeling
Languages:
Japanese
Size:
10K - 100K
ArXiv:
Tags:
question-generation
License:
update
Browse files- qg_jaquad.py +1 -1
qg_jaquad.py
CHANGED
@@ -21,7 +21,7 @@ _DESCRIPTION = """
|
|
21 |
[JaQuAD](https://github.com/SkelterLabsInc/JaQuAD) dataset for question generation (QG) task. The test set of the original
|
22 |
data is not publicly released, so we randomly sampled test questions from the training set.
|
23 |
"""
|
24 |
-
_URL = 'https://huggingface.co/datasets/lmqg/qg_jaquad/
|
25 |
_URLS = {
|
26 |
'train': ['{}/train{:02d}.jsonl'.format(_URL, i) for i in range(28)],
|
27 |
'test': ['{}/test{:02d}.jsonl'.format(_URL, i) for i in range(4)],
|
|
|
21 |
[JaQuAD](https://github.com/SkelterLabsInc/JaQuAD) dataset for question generation (QG) task. The test set of the original
|
22 |
data is not publicly released, so we randomly sampled test questions from the training set.
|
23 |
"""
|
24 |
+
_URL = 'https://huggingface.co/datasets/lmqg/qg_jaquad/resolve/main/data/processed'
|
25 |
_URLS = {
|
26 |
'train': ['{}/train{:02d}.jsonl'.format(_URL, i) for i in range(28)],
|
27 |
'test': ['{}/test{:02d}.jsonl'.format(_URL, i) for i in range(4)],
|