Datasets:
Tasks:
Question Answering
Modalities:
Text
Formats:
parquet
Sub-tasks:
extractive-qa
Size:
100K - 1M
License:
Fix typo (#1)
Browse files- Fix typo (bb62de4ce5708ee3ed99095b0119593b19665f43)
Co-authored-by: Daniel Hershcovich <danielh@users.noreply.huggingface.co>
README.md
CHANGED
@@ -88,7 +88,7 @@ Description of the dataset columns:
|
|
88 |
|
89 |
**Notice:** If the question is *answerable*, annotations["answer_start"] and annotations["answer_text"] contain a list of length 1
|
90 |
(In some variations of the dataset the lists might be longer, e.g. if more than one person annotated the instance, but not in our case).
|
91 |
-
If the question is *unanswerable*, annotations["answer_start"] will have "-1", while annotations["answer_text"] contain a list with an empty
|
92 |
|
93 |
|
94 |
## Useful stuff
|
|
|
88 |
|
89 |
**Notice:** If the question is *answerable*, annotations["answer_start"] and annotations["answer_text"] contain a list of length 1
|
90 |
(In some variations of the dataset the lists might be longer, e.g. if more than one person annotated the instance, but not in our case).
|
91 |
+
If the question is *unanswerable*, annotations["answer_start"] will have "-1", while annotations["answer_text"] contain a list with an empty string.
|
92 |
|
93 |
|
94 |
## Useful stuff
|