BramVanroy commited on
Commit
d0858b4
·
verified ·
1 Parent(s): 4768d36

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +43 -1
README.md CHANGED
@@ -154,4 +154,46 @@ configs:
154
 
155
  A filtered version of the [Common Crawl Creative Commons Corpus](https://huggingface.co/datasets/BramVanroy/CommonCrawl-CreativeCommons) (C5), only retaining samples that are also present in the [FineWeb](https://huggingface.co/datasets/HuggingFaceFW/fineweb) or [FineWeb-2](https://huggingface.co/datasets/HuggingFaceFW/fineweb-2) datasets. As such, this dataset contains a high-quality subset of C5.
156
 
157
- For more information, see [C5](https://huggingface.co/datasets/BramVanroy/CommonCrawl-CreativeCommons).
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
154
 
155
  A filtered version of the [Common Crawl Creative Commons Corpus](https://huggingface.co/datasets/BramVanroy/CommonCrawl-CreativeCommons) (C5), only retaining samples that are also present in the [FineWeb](https://huggingface.co/datasets/HuggingFaceFW/fineweb) or [FineWeb-2](https://huggingface.co/datasets/HuggingFaceFW/fineweb-2) datasets. As such, this dataset contains a high-quality subset of C5.
156
 
157
+ For more information, see [C5](https://huggingface.co/datasets/BramVanroy/CommonCrawl-CreativeCommons).
158
+
159
+ ## Progress
160
+
161
+ In the `v1` release, the following crawls are included
162
+
163
+ - CC-MAIN-2019-30
164
+ - CC-MAIN-2020-05
165
+ - CC-MAIN-2023-06
166
+ - CC-MAIN-2024-51
167
+ - CC-MAIN-2024-46
168
+ - CC-MAIN-2025-05
169
+ - CC-MAIN-2022-05
170
+
171
+
172
+ ## Languages
173
+
174
+ The following languages are included. This is a limited set due to computational and storage limitations.
175
+
176
+ - Afrikaans: afr
177
+ - German: deu
178
+ - English: eng
179
+ - French: fra
180
+ - Frysian: fry
181
+ - Italian: ita
182
+ - Dutch: nld
183
+ - Spanish: spa
184
+
185
+ ## Quantity
186
+
187
+ Counts for the `fine` release. Detailed number of tokens (Llama 3.3 tokenizer) and number of documents are given in the [counts.json](https://huggingface.co/datasets/BramVanroy/CommonCrawl-CreativeCommons/blob/main/counts.json) file.
188
+
189
+ | Language | No. Docs (original) | **No. Docs (fine)** | No. Tokens (original)| **No. Tokens (fine)** |
190
+ | --------- | ------------------- | ------------------- | -------------------- | --------------------- |
191
+ | afr | 312,262 | 5,753 | 358,873,448 | 8,214,345 |
192
+ | deu | 9,530,746 | 224,789 | 11,362,859,534 | 258,945,770 |
193
+ | eng | 92,635,372 | 17,528,954 | 87,537,859,958 | 16,629,260,476 |
194
+ | fra | 9,234,900 | 136,349 | 12,366,480,025 | 176,835,571 |
195
+ | fry | 230,910 | 3,240 | 197,430,774 | 3,879,970 |
196
+ | ita | 10,734,597 | 301,315 | 11,913,669,333 | 334,812,841 |
197
+ | nld | 2,827,636 | 60,572 | 2,757,074,705 | 60,488,015 |
198
+ | spa | 22,226,944 | 502,896 | 22,515,709,432 | 496,644,788 |
199
+ | **Total** | 147,733,367 | **18,763,868** | 149,009,957,209 | **17,969,081,776** |