maximedb commited on
Commit
d451424
·
1 Parent(s): 343756c
Files changed (1) hide show
  1. 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("negative_example", ""),
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
  }