maxisawesome commited on
Commit
b71c950
1 Parent(s): 56b79a0
Files changed (1) hide show
  1. test_dataset.py +1 -1
test_dataset.py CHANGED
@@ -87,7 +87,7 @@ class TestDatasetEvals(datasets.GeneratorBasedBuilder):
87
  ]
88
 
89
  def construct_filepath(self):
90
- return self.hero + '/' + self.config.data_dir + '/data.jsonl'
91
 
92
  def _generate_examples(self, data_file):
93
  with open(data_file, encoding="utf8") as f:
 
87
  ]
88
 
89
  def construct_filepath(self):
90
+ return self.config.hero + '/' + self.config.data_dir + '/data.jsonl'
91
 
92
  def _generate_examples(self, data_file):
93
  with open(data_file, encoding="utf8") as f: