Update testing.py
Browse files- testing.py +1 -0
testing.py
CHANGED
|
@@ -212,6 +212,7 @@ class LogiQA2(datasets.GeneratorBasedBuilder):
|
|
| 212 |
"conclusion": data["conclusion"],
|
| 213 |
}
|
| 214 |
elif self.config.name == "logieval":
|
|
|
|
| 215 |
yield key, {
|
| 216 |
'content': data['content'],
|
| 217 |
'ideal': data['ideal']
|
|
|
|
| 212 |
"conclusion": data["conclusion"],
|
| 213 |
}
|
| 214 |
elif self.config.name == "logieval":
|
| 215 |
+
print(data)
|
| 216 |
yield key, {
|
| 217 |
'content': data['content'],
|
| 218 |
'ideal': data['ideal']
|