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