kera7 danielh commited on
Commit
4413588
1 Parent(s): 36c3eb6

Fix typo (#1)

Browse files

- Fix typo (bb62de4ce5708ee3ed99095b0119593b19665f43)


Co-authored-by: Daniel Hershcovich <danielh@users.noreply.huggingface.co>

Files changed (1) hide show
  1. README.md +1 -1
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 sring.
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