ok
Browse files- mfaq_light.py +1 -1
mfaq_light.py
CHANGED
@@ -108,6 +108,6 @@ class MFAQLight(datasets.GeneratorBasedBuilder):
|
|
108 |
"domain": question["domain"],
|
109 |
"domain_index": question["domain_index"],
|
110 |
"id": question["id"],
|
111 |
-
"negative": question.get("
|
112 |
"candidates": question.get("candidates", [])
|
113 |
}
|
|
|
108 |
"domain": question["domain"],
|
109 |
"domain_index": question["domain_index"],
|
110 |
"id": question["id"],
|
111 |
+
"negative": question.get("negative", ""),
|
112 |
"candidates": question.get("candidates", [])
|
113 |
}
|