tomaarsen HF staff commited on
Commit
9af6367
1 Parent(s): fb86357

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -45,7 +45,7 @@ This dataset contains duplicate questions from the [WikiAnswers Corpus](https://
45
  ```python
46
  {
47
  'anchor': 'How many calories is in a handful of strawberries?',
48
- 'positive': How many calories are in a strawberry popsickles?,
49
  }
50
  ```
51
  * Collection strategy: Reading the WikiAnswers dataset from [embedding-training-data](https://huggingface.co/datasets/sentence-transformers/embedding-training-data), which has lists of duplicate questions. I've considered all adjacent questions as a positive pair, plus the last and first caption. So, e.g. 5 duplicate questions results in 5 duplicate pairs.
 
45
  ```python
46
  {
47
  'anchor': 'How many calories is in a handful of strawberries?',
48
+ 'positive': 'How many calories are in a strawberry popsickles?',
49
  }
50
  ```
51
  * Collection strategy: Reading the WikiAnswers dataset from [embedding-training-data](https://huggingface.co/datasets/sentence-transformers/embedding-training-data), which has lists of duplicate questions. I've considered all adjacent questions as a positive pair, plus the last and first caption. So, e.g. 5 duplicate questions results in 5 duplicate pairs.