PiC commited on
Commit
4edbeb8
1 Parent(s): 68049d3

Update phrase_retrieval.py

Browse files
Files changed (1) hide show
  1. 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
- "question": example["question"],
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,