adams-story commited on
Commit
8710a3d
1 Parent(s): b880216

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +11 -0
README.md ADDED
@@ -0,0 +1,11 @@
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Datacomp200m
2
+
3
+ This is a smaller version of the [datacomp1b](mlfoundations/datacomp_1b) dataset.
4
+
5
+ Filtering was done by taking all rows that had self similarity (inner product) above 0.32. This resulted in 213009083 (213 million) rows.
6
+
7
+ The results of the datacomp paper suggest that filtering by CLIP score is better than random sampling.
8
+
9
+ Included in this repo are search indices created using autofaiss, over the text and image embeddings.
10
+
11
+ I would suggest using [embedding-reader](https://github.com/rom1504/embedding-reader) to load the text and image embeddings.