Datasets:
Update README.md
Browse files
README.md
CHANGED
@@ -12,7 +12,7 @@ size_categories:
|
|
12 |
|
13 |
## YFCC15M subset used for VLMs
|
14 |
|
15 |
-
This dataset contains the ~15M 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
|
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
|
|
|
12 |
|
13 |
## YFCC15M subset used for VLMs
|
14 |
|
15 |
+
This dataset contains the ~15M 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 page-urls and image-download-urls 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
|