julianschnitzler
commited on
Commit
·
acccaf1
1
Parent(s):
75bce8d
update split generator
Browse files- morehopqa.py +1 -2
morehopqa.py
CHANGED
@@ -34,8 +34,7 @@ class MoreHopQA(datasets.GeneratorBasedBuilder):
|
|
34 |
return [
|
35 |
datasets.SplitGenerator(
|
36 |
name="verified",
|
37 |
-
gen_kwargs={"filepath": os.path.join("data", "with_human_verification.json")
|
38 |
-
"default": True}
|
39 |
),
|
40 |
datasets.SplitGenerator(
|
41 |
name="unverified",
|
|
|
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",
|