janvanlooy commited on
Commit
8605650
1 Parent(s): 20dc7be

updated toc

Browse files
Files changed (1) hide show
  1. README.md +13 -19
README.md CHANGED
@@ -23,20 +23,19 @@ size_categories:
23
  - [Dataset Structure](#dataset-structure)
24
  - [Data Instances](#data-instances)
25
  - [Data Fields](#data-fields)
 
26
  - [Dataset Creation](#dataset-creation)
27
  - [Curation Rationale](#curation-rationale)
28
  - [Source Data](#source-data)
 
29
  - [Personal and Sensitive Information](#personal-and-sensitive-information)
 
30
  - [Considerations for Using the Data](#considerations-for-using-the-data)
31
- - [Social Impact of Dataset](#social-impact-of-dataset)
32
  - [Discussion of Biases](#discussion-of-biases)
33
- - [Other Known Limitations](#other-known-limitations)
34
  - [Additional Information](#additional-information)
35
  - [Dataset Curators](#dataset-curators)
36
  - [Licensing Information](#licensing-information)
37
- - [Citation Information](#citation-information)
38
- - [Contributions](#contributions)
39
- - [Terms of Use for Dataset](#terms-of-use-for-the-dataset)
40
 
41
 
42
  ## Dataset Description
@@ -46,22 +45,22 @@ size_categories:
46
  - **Leaderboard:** N/A
47
  - **Point of Contact:** info@fondant.ai
48
 
49
- ## Changelog
50
  |Release|Description|
51
  |-|-|
52
  |v0.1| Release of the Fondant-cc-25m dataset
53
 
54
- ## Dataset Summary
55
  Fondant-cc-25m contains 25 million image URLs available under different [Creative Commons](https://creativecommons.org/)
56
  licenses collected from the [Common Crawl web corpus](https://commoncrawl.org/).
57
  The dataset was created using [Fondant](https://fondant.ai), an open source framework that aims to simplify and speed up
58
  large-scale data processing by making self-contained pipeline components reusable across pipelines, infrastructures and shareable within the community.
59
 
60
- ## Supported Tasks and Leaderboards
61
 
62
  This dataset can be used for training or fine-tuning image generation or computer vision models.
63
 
64
- ## How to use it
65
 
66
  We have prepared a sample fondant pipeline that limits the dataset to PNG files and downloads the images.
67
 
@@ -110,7 +109,7 @@ metadata. Note that images have been deduplicated only based on their URLs.
110
  - `license_location` (string): location of the license on the webpage
111
  - `sort_url` (string): sort friendly image url with top level domain as the prefix
112
 
113
- ## Data Splits
114
  We do not provide any canonical splits for fondant-cc-25m.
115
 
116
  ## Dataset Creation
@@ -125,8 +124,7 @@ This dataset is the first step towards our goal of a 500M Creative Commons image
125
  ### Source Data
126
  fondant-cc-25m is built from CommonCrawl dumps. These dumps are constructed from crawling publicly available web pages.
127
 
128
- #### Data Collection and Preprocessing
129
- ##### License detection
130
  Permissive licenses have minimal restrictions on how the image can be copied, modified, and redistributed.
131
  The full list of licenses can be found [here](https://creativecommons.org/about/cclicenses/).
132
  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
@@ -136,10 +134,6 @@ A manual test of 1032 randomly sampled images showed an accuracy of 96.32% in wh
136
  False positives could be due to parsing errors but also incorrect attributions: images indicated by the publisher to be CC which are not.
137
  More information on our approach can be found in [this blogpost](https://blog.ml6.eu/ai-image-generation-without-copyright-infringement-a9901b64541c).
138
 
139
- #### Who are the source language producers?
140
- The source language producers are users of the Internet whose webpages were included in the Common Crawl indices `CC-MAIN-2023-23`,
141
- `CC-MAIN-2023-06` and `CC-MAIN-2023-14` spanning January to April 2023.
142
-
143
  ### Personal and Sensitive Information
144
  The released dataset may contain sensitive information such as names, emails and addresses that have previously been published to the Internet.
145
  In the event that the dataset contains personal information, researchers should only use public, non-personal information in support of conducting
@@ -148,7 +142,7 @@ including sending unsolicited emails or selling of personal information. Complai
148
  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
149
  [here](https://github.com/ml6team/fondant/tree/main#-contributing).
150
 
151
- ### Opting out of Fondant-cc-25m
152
  Fondant-cc-25m is based on CommonCrawl. Their crawler honors opt-out requests in the robots.txt, see the
153
  [CC FAQ](https://commoncrawl.org/big-picture/frequently-asked-questions/) for details.
154
 
@@ -173,5 +167,5 @@ must abide by the terms of the original licenses, including attribution clauses
173
 
174
  The list of Creative Commons license types included in the dataset can be found [here](https://creativecommons.org/about/cclicenses/).
175
 
176
- ## Contact
177
- [contact us](mailto:info@fondant.ai)
 
23
  - [Dataset Structure](#dataset-structure)
24
  - [Data Instances](#data-instances)
25
  - [Data Fields](#data-fields)
26
+ - [Data Splits](#data-splits)
27
  - [Dataset Creation](#dataset-creation)
28
  - [Curation Rationale](#curation-rationale)
29
  - [Source Data](#source-data)
30
+ - [Data Collection and Preprocessing](#data-collection-and-preprocessing)
31
  - [Personal and Sensitive Information](#personal-and-sensitive-information)
32
+ - [Opting out](#opting-out)
33
  - [Considerations for Using the Data](#considerations-for-using-the-data)
 
34
  - [Discussion of Biases](#discussion-of-biases)
 
35
  - [Additional Information](#additional-information)
36
  - [Dataset Curators](#dataset-curators)
37
  - [Licensing Information](#licensing-information)
38
+ - [Contact](#contact)
 
 
39
 
40
 
41
  ## Dataset Description
 
45
  - **Leaderboard:** N/A
46
  - **Point of Contact:** info@fondant.ai
47
 
48
+ ### Changelog
49
  |Release|Description|
50
  |-|-|
51
  |v0.1| Release of the Fondant-cc-25m dataset
52
 
53
+ ### Dataset Summary
54
  Fondant-cc-25m contains 25 million image URLs available under different [Creative Commons](https://creativecommons.org/)
55
  licenses collected from the [Common Crawl web corpus](https://commoncrawl.org/).
56
  The dataset was created using [Fondant](https://fondant.ai), an open source framework that aims to simplify and speed up
57
  large-scale data processing by making self-contained pipeline components reusable across pipelines, infrastructures and shareable within the community.
58
 
59
+ ### Supported Tasks and Leaderboards
60
 
61
  This dataset can be used for training or fine-tuning image generation or computer vision models.
62
 
63
+ ### How to use it
64
 
65
  We have prepared a sample fondant pipeline that limits the dataset to PNG files and downloads the images.
66
 
 
109
  - `license_location` (string): location of the license on the webpage
110
  - `sort_url` (string): sort friendly image url with top level domain as the prefix
111
 
112
+ ### Data Splits
113
  We do not provide any canonical splits for fondant-cc-25m.
114
 
115
  ## Dataset Creation
 
124
  ### Source Data
125
  fondant-cc-25m is built from CommonCrawl dumps. These dumps are constructed from crawling publicly available web pages.
126
 
127
+ ### Data Collection and Preprocessing
 
128
  Permissive licenses have minimal restrictions on how the image can be copied, modified, and redistributed.
129
  The full list of licenses can be found [here](https://creativecommons.org/about/cclicenses/).
130
  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
 
134
  False positives could be due to parsing errors but also incorrect attributions: images indicated by the publisher to be CC which are not.
135
  More information on our approach can be found in [this blogpost](https://blog.ml6.eu/ai-image-generation-without-copyright-infringement-a9901b64541c).
136
 
 
 
 
 
137
  ### Personal and Sensitive Information
138
  The released dataset may contain sensitive information such as names, emails and addresses that have previously been published to the Internet.
139
  In the event that the dataset contains personal information, researchers should only use public, non-personal information in support of conducting
 
142
  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
143
  [here](https://github.com/ml6team/fondant/tree/main#-contributing).
144
 
145
+ ### Opting out
146
  Fondant-cc-25m is based on CommonCrawl. Their crawler honors opt-out requests in the robots.txt, see the
147
  [CC FAQ](https://commoncrawl.org/big-picture/frequently-asked-questions/) for details.
148
 
 
167
 
168
  The list of Creative Commons license types included in the dataset can be found [here](https://creativecommons.org/about/cclicenses/).
169
 
170
+ ### Contact
171
+ [info@fondant.ai](mailto:info@fondant.ai)