wics commited on
Commit
22380e7
·
1 Parent(s): a4b11fd

Update strategy-qa.py

Browse files
Files changed (1) hide show
  1. strategy-qa.py +1 -0
strategy-qa.py CHANGED
@@ -79,6 +79,7 @@ class strategyQA(datasets.GeneratorBasedBuilder):
79
  def _generate_examples(self, filepath, split):
80
 
81
  with open(filepath,'r',encoding="utf-8") as f:
 
82
  data = json.loads(f.read())
83
  for article_idx,single_data in enumerate(data):
84
 
 
79
  def _generate_examples(self, filepath, split):
80
 
81
  with open(filepath,'r',encoding="utf-8") as f:
82
+ print(filepath)
83
  data = json.loads(f.read())
84
  for article_idx,single_data in enumerate(data):
85