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

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -1,11 +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.
 
1
  # Datacomp200m
2
 
3
+ This is a smaller version of the [datacomp_1b](https://huggingface.co/datasets/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. There are two ways to access metadata, either in .parquet files in the `./metadata` directory, or the `./index/metadata.hdf5` hdf5 file.
10
 
11
  I would suggest using [embedding-reader](https://github.com/rom1504/embedding-reader) to load the text and image embeddings.