Update phrase_retrieval.py
Browse files- phrase_retrieval.py +1 -1
phrase_retrieval.py
CHANGED
|
@@ -89,7 +89,7 @@ class PhraseRetrieval(datasets.GeneratorBasedBuilder):
|
|
| 89 |
{
|
| 90 |
"text": datasets.Value("string"),
|
| 91 |
"answer_start": datasets.Value("int32"),
|
| 92 |
-
}
|
| 93 |
),
|
| 94 |
}
|
| 95 |
),
|
|
|
|
| 89 |
{
|
| 90 |
"text": datasets.Value("string"),
|
| 91 |
"answer_start": datasets.Value("int32"),
|
| 92 |
+
}
|
| 93 |
),
|
| 94 |
}
|
| 95 |
),
|