Datasets:
Update README.md
Browse files
README.md
CHANGED
@@ -203,9 +203,7 @@ Based on these criteria, the "best guessed" license is picked as the one in the
|
|
203 |
|
204 |
## Progress
|
205 |
|
206 |
-
|
207 |
-
|
208 |
-
Done:
|
209 |
|
210 |
- CC-MAIN-2019-30
|
211 |
- CC-MAIN-2020-05
|
@@ -213,12 +211,10 @@ Done:
|
|
213 |
- CC-MAIN-2024-51
|
214 |
- CC-MAIN-2024-46
|
215 |
- CC-MAIN-2025-05
|
216 |
-
|
217 |
-
Running:
|
218 |
-
|
219 |
-
- CC-MAIN-2021-04
|
220 |
- CC-MAIN-2022-05
|
221 |
|
|
|
|
|
222 |
## Languages
|
223 |
|
224 |
The following languages are included.
|
@@ -263,6 +259,11 @@ ds = ds.filter(
|
|
263 |
)
|
264 |
```
|
265 |
|
|
|
|
|
|
|
|
|
|
|
266 |
|
267 |
## Citation
|
268 |
|
|
|
203 |
|
204 |
## Progress
|
205 |
|
206 |
+
In the v1 release, the following crawls are included
|
|
|
|
|
207 |
|
208 |
- CC-MAIN-2019-30
|
209 |
- CC-MAIN-2020-05
|
|
|
211 |
- CC-MAIN-2024-51
|
212 |
- CC-MAIN-2024-46
|
213 |
- CC-MAIN-2025-05
|
|
|
|
|
|
|
|
|
214 |
- CC-MAIN-2022-05
|
215 |
|
216 |
+
Other crawls are continuously added, though.
|
217 |
+
|
218 |
## Languages
|
219 |
|
220 |
The following languages are included.
|
|
|
259 |
)
|
260 |
```
|
261 |
|
262 |
+
## Personal and Sensitive Information
|
263 |
+
|
264 |
+
This dataset is a heavily filtered version of the Common Crawl dataset. CommonCrawl respects robots.txt and will not include websites if their robots.txt say so. Even so, if you find that your website was included you can submit a [removal request](https://docs.google.com/forms/d/e/1FAIpQLSddAIuUui5xnAzBqft6MnzPYihr-AaS-Nj8x01Y6AM8NQ0YLQ/viewform?usp=sharing) indicating that you are the owner of the website.
|
265 |
+
|
266 |
+
In this dataset, measures are taken to anonymise email addresses and public IP addresses following the [FineWeb-2 approach](https://huggingface.co/datasets/HuggingFaceFW/fineweb-2#personal-and-sensitive-information-and-opt-out). Email addresses matching a regular expression are replaced with `firstname.lastname@example.org`. Similarly, IP addresses allocated for [public networks](https://www.iana.org/assignments/iana-ipv4-special-registry/iana-ipv4-special-registry.xhtml) are replaced by unused IP addresses. Despite these best efforts on such large volumes of text, you may still encounter that your personal information is present in the dataset. In that case you can submit a [removal request](https://docs.google.com/forms/d/e/1FAIpQLSddAIuUui5xnAzBqft6MnzPYihr-AaS-Nj8x01Y6AM8NQ0YLQ/viewform?usp=sharing).
|
267 |
|
268 |
## Citation
|
269 |
|