Datasets:

Languages:
English
ArXiv:
License:
julianschnitzler commited on
Commit
ee25399
·
1 Parent(s): 93b6495

remove split

Browse files
Files changed (1) hide show
  1. morehopqa.py +1 -6
morehopqa.py CHANGED
@@ -33,12 +33,7 @@ class MoreHopQA(datasets.GeneratorBasedBuilder):
33
  """Returns SplitGenerators."""
34
  return [
35
  datasets.SplitGenerator(
36
- name="verified",
37
- gen_kwargs={"filepath": os.path.join("data", "with_human_verification.json")}
38
- ),
39
- datasets.SplitGenerator(
40
- name="unverified",
41
- gen_kwargs={"filepath": os.path.join("data", "without_human_verification.json")}
42
  )
43
  ]
44
 
 
33
  """Returns SplitGenerators."""
34
  return [
35
  datasets.SplitGenerator(
36
+ name=datasets.Split.TEST,
 
 
 
 
 
37
  )
38
  ]
39