Update phrase_retrieval.py
Browse files- phrase_retrieval.py +1 -1
phrase_retrieval.py
CHANGED
@@ -134,7 +134,7 @@ class PhraseRetrieval(datasets.GeneratorBasedBuilder):
|
|
134 |
yield key, {
|
135 |
"title": example["title"],
|
136 |
"context": example["context"],
|
137 |
-
"
|
138 |
"id": example["id"],
|
139 |
"answers": {
|
140 |
"answer_start": answer_starts,
|
|
|
134 |
yield key, {
|
135 |
"title": example["title"],
|
136 |
"context": example["context"],
|
137 |
+
"query": example["question"],
|
138 |
"id": example["id"],
|
139 |
"answers": {
|
140 |
"answer_start": answer_starts,
|