ARKseal commited on
Commit
061626d
1 Parent(s): ce42599

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -0
README.md CHANGED
@@ -32,3 +32,4 @@ The text was encoded using [multilingual CLIP text encoder](https://huggingface.
32
  Each possible caption was compared to the encoded image using Cosine Similarity
33
  and kept if the sim was greater than `0.26`
34
  Then the new caption was the filtered captions concatenated, and samples with no filtered caption were dropped.
 
 
32
  Each possible caption was compared to the encoded image using Cosine Similarity
33
  and kept if the sim was greater than `0.26`
34
  Then the new caption was the filtered captions concatenated, and samples with no filtered caption were dropped.
35
+ The script used is [filter_wit.py](filter_wit.py)