--- license: cc task_categories: - text-to-image tags: - art size_categories: - 10M=3.8 and [Git](https://git-scm.com/) installed on your system. To ensure a successful example run, please allocate at least 8GB of RAM to your Docker environment. **Note:** For Apple M1/M2 ship users: - Make sure that Docker uses linux/amd64 platform and not arm64. In Docker Dashboard go to Settings>Features in development, make sure to uncheck `Use containerid for pulling and storing images`. - For improved execution speed, check the box that says `Use Rosetta for x86/amd64 emulation on Apple Silicon`. We have prepared a sample Fondant pipeline for downloading the dataset. 1) Install Fondant by running: ```bash pip install fondant ``` 2) Clone the [sample GitHub repository](https://github.com/ml6team/fondant-usecase-filter-creative-commons) ```bash git clone https://github.com/ml6team/fondant-usecase-filter-creative-commons.git ``` 3) Make sure that Docker is running, navigate to the `src` folder, and initiate the pipeline by executing: ```bash fondant run local pipeline ``` **Note:** For local testing purposes, the pipeline will only download the first 100 images. If you want to download the full dataset, you will need to modify the component arguments in the `pipeline.py` file, specifically the following part: ```python load_from_hf_hub = ComponentOp( component_dir="components/load_from_hf_hub", arguments={ "dataset_name": "fondant-ai/fondant-cc-25m", "column_name_mapping": load_component_column_mapping, "n_rows_to_load": }, ) ``` 4) To visually inspect the results quickly, you can use: ```bash fondant explore --base_path ./data ``` 5) You can also choose to download images to your local machine if you prefer, we have provided an [example script](https://huggingface.co/datasets/fondant-ai/fondant-cc-25m/blob/main/extract_images.py) that enabled this: To run the script, you can simply execute the following: ```bash python extract_images.py --parquet_file --save_folder ``` ### How to contribute If you want to contribute to the dataset, the best way is to help us develop pipeline components for further processing. Creating custom pipelines for specific purposes requires different building blocks. Fondant pipelines can mix reusable components and custom components. ![image/png](https://cdn-uploads.huggingface.co/production/uploads/6266919100f1a3335dbd966f/a3IM5qWNUw0mv2r8t3_oN.png) Components we are currently looking to add are the following ([GitHub issues](https://github.com/ml6team/fondant/issues?q=is%3Aissue+is%3Aopen+label%3A%22Component+Contribution%22)): - 👯 Image-based deduplication - 🖥️✎ Automatic captioning - 🎨 Visual quality / aesthetic quality estimation - 🔏 Watermark detection - 🔞 Not safe for work (NSFW) content detection - 📇 CLIP embedding generation - 😐 Face detection - 🙋🏻‍♂️ Personal Identifiable Information (PII) detection - 📝 Text detection - 🤖 AI generated image detection - 👬 Image-text CLIP similarity - 👨‍🎨 Any components that you propose to develop We are also looking for core framework contributors and users who are willing to give feedback on usability and suggest potential improvements ## Dataset Structure ### Data Instances Each data instance corresponds to one image. The URL of the image is in the `image_url` feature, and other features (`alt_text`, `webpage_url`, etc) provide some metadata. Note that images have been deduplicated only based on their URLs. ### Data Fields - `image_url` (string): image url to download the image - `alt_text` (string): alternative text of the image - `webpage_url` (string): webpage source of the image - `license_type` (string): creative commons license type of the image - `license_location` (string): location of the license on the webpage - `surt_url` (string): sort friendly image url with top level domain as the prefix ### Data Splits We do not provide any canonical splits for fondant-cc-25m. ## Dataset Creation ### Curation Rationale Current AI image generation models such as Stable Diffusion and Dall-E are trained on hundreds of millions of images from the public Internet including copyrighted work. This creates legal risks and uncertainties for users of these images and is unfair towards copyright holders who may not want their proprietary work reproduced without consent. By releasing a Creative Commons image dataset, we hope to mitigate legal risks and empower ethical AI development that respects copyright. This dataset is the first step towards our goal of a 500M Creative Commons image dataset. ### Source Data fondant-cc-25m is built from CommonCrawl dumps. These dumps are constructed from crawling publicly available web pages. ### Data Collection and Preprocessing Permissive licenses have minimal restrictions on how the image can be copied, modified, and redistributed. The full list of licenses can be found [here](https://creativecommons.org/about/cclicenses/). We examined HTML tags of the webpages for the presence of Creative Commons license URLs. A webpage was marked permissive only when a license URL was found in its footer, aside or sidebar. This was the case only in around 0.164% of a 100k random sample from Common Crawl. This suggests that image generation models trained on a random sample from the public internet may be trained on up to 99.836% copyrighted images. Subsequently, all the image URLs present on the web page were collected together with the license information. A manual check of a random sample of 1032 images showed that 96.32% were attributed the correct license whil 3.68% were not. False positives could be due to parsing errors but also incorrect attributions: images indicated by the publisher to be CC which are not. More information on our approach can be found in [this blogpost](https://blog.ml6.eu/ai-image-generation-without-copyright-infringement-a9901b64541c). ### Privacy statement It is possible that the dataset contains personal data, in that sense that we link to images with information that relates to an identified or identifiable living individual. We already take steps to reduce the processing of personal information when collecting our dataset, by, for example, (i) removing websites that aggregate large volumes of personal information and (ii) excluding websites that contain sensitive information about individuals. The data controller The data controller for the processing under the GDPR is Skyhaus BV (hereafter also referred to as “we” or “our”), a company with its registered seat in Belgium, 9000 Ghent, Esplanade Oscar Van de Voorde 1, and with the enterprise number 0502.515.626. Our Data Protection Officer can be contacted via [privacy@fondant.ai](mailto:privacy@fondant.ai). We process the personal data lawfully We base our collection of personal data that is included in the dataset on our legitimate interests according to the GDPR (article 6.1.f GDPR), for the purpose of establishing an open source framework for data preparation and fine-tuning of foundation models. Please note that we never store the personal data as such and that we never use the dataset for any other purpose. Execution of the rights of data subjects. Individuals have the right to access, correct, restrict, delete, or transfer their personal information that may be included in our dataset. You can exercise these rights by reaching out to [privacy@fondant.ai](mailto:privacy@fondant.ai). Please be aware that some rights may not be absolute and that we may decline a request if we have a lawful reason for doing so. However, we strive to prioritize the protection of personal information and comply with the GDPR or other privacy laws. If you feel we have not adequately addressed a request, you have the right to lodge a complaint with your local supervisory authority. The PII filtering pipeline for this dataset is still a work in progress. Researchers that wish to contribute to the anonymization pipeline of the project can join [here](https://github.com/ml6team/fondant/tree/main#-contributing). ### Opting out Fondant-cc-25m is based on CommonCrawl. Their crawler honors opt-out requests in the robots.txt, see the [CC FAQ](https://commoncrawl.org/big-picture/frequently-asked-questions/) for details. We are giving the public the ability to have their image removed from the dataset upon request. The process for submitting and enacting removal requests will keep evolving throughout the project as we receive feedback and build up more data governance tools. If you'd like to have your data removed from the dataset, [contact us](mailto:info@fondant.ai). ## Considerations for Using the Data ### Disclaimer Fondant is making significant efforts to respect the intellectual property rights of third parties by publishing a dataset of Creative Commons licensed images. Under no circumstances can Fondant be held liable by a third party for (i) the accuracy or correctness of the content, (ii) an alleged infringement of intellectual property rights or (iii) any other alleged claim, action, injunction or suit resulting from the publication or use of the dataset. ### Discussion of Biases As toxic or biased data is prevalent on the internet, it is possible that our dataset contains such content. ## Additional Information ### Dataset Curators 1. Sharon Grundmann, ML6, sharon.grundmann@ml6.eu 2. Matthias Richter, ML6, matthias.richter@ml6.eu 3. Robbe Sneyders, ML6, robbe.sneyders@ml6.eu ### Licensing Information Fondant-cc-25m is a collection of images with various Creative Commons and other public licenses. Any use of all or part of the images gathered in Fondant-cc-25m must abide by the terms of the original licenses, including attribution clauses when relevant. We facilitate this by providing provenance information for each data point. The list of Creative Commons license types included in the dataset can be found [here](https://creativecommons.org/about/cclicenses/). ### Contact - Email: [info@fondant.ai](mailto:info@fondant.ai) - Discord: [https://discord.gg/HnTdWhydGp](https://discord.gg/HnTdWhydGp)