iarfmoose commited on
Commit
107f938
1 Parent(s): 4649e9d

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -1,7 +1,7 @@
1
  This dataset is made up of data taken from SQuAD v2.0, RACE, CoQA, and MSMARCO. Some examples have been filtered out of the original datasets and others have been modified.
2
 
3
  There are two fields; question and text. The question field contains the question, and the text field contains both the answer and the context in the following format:
4
- "<answer> (answer text) <context> (context text)"
5
 
6
  The <answer> and <context> are included as special tokens in the question generator's tokenizer.
7
 
 
1
  This dataset is made up of data taken from SQuAD v2.0, RACE, CoQA, and MSMARCO. Some examples have been filtered out of the original datasets and others have been modified.
2
 
3
  There are two fields; question and text. The question field contains the question, and the text field contains both the answer and the context in the following format:
4
+ "\<answer> (answer text) \<context> (context text)"
5
 
6
  The <answer> and <context> are included as special tokens in the question generator's tokenizer.
7