tomaarsen HF staff commited on
Commit
0ef0ce3
1 Parent(s): 5569c13

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -51,5 +51,5 @@ Note that two captions for the same image do not strictly have the same semantic
51
  'caption2': 'A man stands on wooden supports and surveys damage.',
52
  }
53
  ```
54
- * Collection strategy: Reading the Flickr30k Captions dataset from [embedding-training-data](https://huggingface.co/datasets/sentence-transformers/embedding-training-data).
55
  * Deduplified: No
 
51
  'caption2': 'A man stands on wooden supports and surveys damage.',
52
  }
53
  ```
54
+ * Collection strategy: Reading the Flickr30k Captions dataset from [embedding-training-data](https://huggingface.co/datasets/sentence-transformers/embedding-training-data), which has lists of duplicate captions. I've considered all adjacent captions as a positive pair, plus the last and first caption. So, e.g. 5 duplicate captions results in 5 duplicate pairs.
55
  * Deduplified: No