asahi417 commited on
Commit
59c7622
1 Parent(s): f1538a8
Files changed (1) hide show
  1. 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/raw/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)],
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)],