vishaal27 commited on
Commit
0ea4924
·
1 Parent(s): 83d460f

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +9 -1
README.md CHANGED
@@ -8,4 +8,12 @@ language:
8
  pretty_name: yfcc15m
9
  size_categories:
10
  - 10M<n<100M
11
- ---
 
 
 
 
 
 
 
 
 
8
  pretty_name: yfcc15m
9
  size_categories:
10
  - 10M<n<100M
11
+ ---
12
+
13
+ ## YFCC15M subset used for VLMs
14
+
15
+ This dataset contains the subset of YFCC100M used for training the models in the paper [Quality Not Quantity: On the Interaction between Dataset Design and Robustness of CLIP](https://arxiv.org/abs/2208.05516). The metadata provided in this repo contains both the pageurls and downloadurls for downloading the dataset.
16
+ This dataset can be easily downloaded with [img2dataset](https://github.com/rom1504/img2dataset):
17
+ ```bash
18
+ img2dataset --url_list yfcc15m_final_split_pageandimageurls.csv --input_format "csv" --output_format webdataset --output_folder images --processes_count 2 --thread_count 8 --resize_mode no --enable_wandb True
19
+ ```