tomaarsen HF staff commited on
Commit
0585d70
1 Parent(s): c159fa6

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -66,7 +66,7 @@ This dataset can be used directly with Sentence Transformers to train embedding
66
 
67
  The negative samples have been automatically mined with [all-MiniLM-L6-v2](https://huggingface.co/sentence-transformers/all-MiniLM-L6-v2) and:
68
  * `range_min`: 10, i.e. we skip the 10 most similar samples
69
- * `range_max`: 20, i.e. we only look at the top 20 most similar samples
70
  * `margin`: 0, i.e. we require negative similarity + margin < positive similarity, so negative samples can't be more similar than the known true answer
71
  * `sampling_strategy`: "random", i.e. we randomly sample from the candidate negatives rather than taking the "top" negatives
72
  * `num_negatives`: 5, i.e. we mine 5 negatives per question-answer pair
 
66
 
67
  The negative samples have been automatically mined with [all-MiniLM-L6-v2](https://huggingface.co/sentence-transformers/all-MiniLM-L6-v2) and:
68
  * `range_min`: 10, i.e. we skip the 10 most similar samples
69
+ * `range_max`: 50, i.e. we only look at the top 50 most similar samples
70
  * `margin`: 0, i.e. we require negative similarity + margin < positive similarity, so negative samples can't be more similar than the known true answer
71
  * `sampling_strategy`: "random", i.e. we randomly sample from the candidate negatives rather than taking the "top" negatives
72
  * `num_negatives`: 5, i.e. we mine 5 negatives per question-answer pair