BramVanroy commited on
Commit
d80bf6d
·
verified ·
1 Parent(s): f360b20

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -4
README.md CHANGED
@@ -4,7 +4,7 @@ task_categories:
4
  - text-generation
5
  task_ids:
6
  - language-modeling
7
- pretty_name: Common Crawl Creative Commons Corpus Recommended (C5r)
8
  language:
9
  - afr
10
  - deu
@@ -171,7 +171,7 @@ dataset_info:
171
  dataset_size: 35049867677
172
  ---
173
 
174
- # Common Crawl Creative Commons Corpus Recommended (C5r)
175
 
176
  A filtered version of the [Common Crawl Creative Commons Corpus](https://huggingface.co/datasets/BramVanroy/CommonCrawl-CreativeCommons) (C5), only retaining samples that:
177
 
@@ -215,11 +215,11 @@ The following languages are included. This is a limited set due to computational
215
 
216
  ## Quantity
217
 
218
- Counts for the `recommended` 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-recommended/blob/main/counts.json) file.
219
 
220
  **Note**: when comparing the original with this version, understand that: i. this version does not include crawl 2025-05 because FineWeb(-2) did not include it; ii. both 2024-46 and 2024-51 only contain English because FineWeb-2 did not include those crawls. So calculating quantity reduction after filtering should take this information into account.
221
 
222
- | Language | No. Docs (original) | **No. Docs (rec.)** | No. Tokens (original)| **No. Tokens (rec.)** |
223
  | --------- | -------------------:| -------------------:| --------------------:| ---------------------:|
224
  | afr | 312,262 | 350 | 358,873,448 | 913,178 |
225
  | deu | 9,530,746 | 89,340 | 11,362,859,534 | 84,408,955 |
 
4
  - text-generation
5
  task_ids:
6
  - language-modeling
7
+ pretty_name: Common Crawl Creative Commons Corpus Strict (C5s)
8
  language:
9
  - afr
10
  - deu
 
171
  dataset_size: 35049867677
172
  ---
173
 
174
+ # Common Crawl Creative Commons Corpus Strict (C5s)
175
 
176
  A filtered version of the [Common Crawl Creative Commons Corpus](https://huggingface.co/datasets/BramVanroy/CommonCrawl-CreativeCommons) (C5), only retaining samples that:
177
 
 
215
 
216
  ## Quantity
217
 
218
+ Counts for the `strict` 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-strict/blob/main/counts.json) file.
219
 
220
  **Note**: when comparing the original with this version, understand that: i. this version does not include crawl 2025-05 because FineWeb(-2) did not include it; ii. both 2024-46 and 2024-51 only contain English because FineWeb-2 did not include those crawls. So calculating quantity reduction after filtering should take this information into account.
221
 
222
+ | Language | No. Docs (original) | **No. Docs (C5s)** | No. Tokens (original)| **No. Tokens (C5s)** |
223
  | --------- | -------------------:| -------------------:| --------------------:| ---------------------:|
224
  | afr | 312,262 | 350 | 358,873,448 | 913,178 |
225
  | deu | 9,530,746 | 89,340 | 11,362,859,534 | 84,408,955 |