Mehdi Cherti commited on
Commit
e7fb26f
·
1 Parent(s): 9e9e706

update README and add building script

Browse files
Files changed (1) hide show
  1. README.md +4 -0
README.md CHANGED
@@ -1,3 +1,7 @@
1
  ---
2
  license: cc
3
  ---
 
 
 
 
 
1
  ---
2
  license: cc
3
  ---
4
+
5
+ YFCC15m dataset from <https://github.com/openai/CLIP/blob/main/data/yfcc100m.md>.
6
+ The subset is obtained by filtering the original YFCC100m (yfcc100m_dataset.sql) usin the photo ids from <https://github.com/openai/CLIP/blob/main/data/yfcc100m.md>.
7
+ The script to rebuild the data from the original YFCC100m is provided at [build_yfcc15m.py](build_yfcc15m.py).