Update testing.py
Browse files- 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['
|
218 |
-
'ideal': data['
|
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, {
|