Update link
Browse files
README.md
CHANGED
|
@@ -32,4 +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.
|
| 35 |
-
The script used is [filter_wit.py](filtered-wit/filter_wit.py)
|
|
|
|
| 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](https://huggingface.co/datasets/laion/filtered-wit/blob/main/filter_wit.py)
|