Update discevalmt.py
Browse files- discevalmt.py +1 -1
discevalmt.py
CHANGED
@@ -68,6 +68,6 @@ class DiscEvalMT(datasets.GeneratorBasedBuilder):
|
|
68 |
downloaded_files = dl_manager.download_and_extract(_URLS)
|
69 |
|
70 |
print(self.config.filename)
|
71 |
-
return datasets.SplitGenerator(name="
|
72 |
|
73 |
|
|
|
68 |
downloaded_files = dl_manager.download_and_extract(_URLS)
|
69 |
|
70 |
print(self.config.filename)
|
71 |
+
return datasets.SplitGenerator(name="test", gen_kwargs={'filepath': downloaded_files['lexical_choice/eval.json']}),
|
72 |
|
73 |
|