baber commited on
Commit
5a3324c
1 Parent(s): 9abde86

Update testing.py

Browse files
Files changed (1) hide show
  1. testing.py +2 -2
testing.py CHANGED
@@ -214,8 +214,8 @@ class LogiQA2(datasets.GeneratorBasedBuilder):
214
  elif self.config.name == "logieval":
215
  print(data)
216
  yield key, {
217
- 'content': data['content'],
218
- 'ideal': data['ideal']
219
  }
220
  else:
221
  yield key, {
 
214
  elif self.config.name == "logieval":
215
  print(data)
216
  yield key, {
217
+ 'content': data['input'],
218
+ 'ideal': data['input']
219
  }
220
  else:
221
  yield key, {