Cyrile commited on
Commit
ad94f78
·
verified ·
1 Parent(s): a7b92e2

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -25,7 +25,7 @@ we have included [SQuAD](https://huggingface.co/datasets/rajpurkar/squad) data f
25
  negative data for SQuAD, we considered contexts from the same theme as the query but from a different set of queries. Hence, the negative observations address the same
26
  themes as the queries but presumably do not contain the answer to the question.
27
 
28
- Finally, the triplets are flattened to obtain pairs of query/context sentences with a label of 1 if query/positive and a label 0 if query/negative. In each element of the
29
  pair (query/context), the language, French or English, is randomly and uniformly chosen.
30
 
31
  ## Evaluation
 
25
  negative data for SQuAD, we considered contexts from the same theme as the query but from a different set of queries. Hence, the negative observations address the same
26
  themes as the queries but presumably do not contain the answer to the question.
27
 
28
+ Finally, the triplets are flattened to obtain pairs of query/context sentences with a label 1 if query/positive and a label 0 if query/negative. In each element of the
29
  pair (query/context), the language, French or English, is randomly and uniformly chosen.
30
 
31
  ## Evaluation