Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,33 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
# C4, T5 tokenized, in ragged array format
|
2 |
|
3 |
Processed distribution of Google's [C4](https://www.tensorflow.org/datasets/catalog/c4) dataset: a colossal, cleaned version of [Common Crawl](https://commoncrawl.org)'s web crawl corpus.
|
|
|
1 |
+
---
|
2 |
+
pretty_name: C4
|
3 |
+
annotations_creators:
|
4 |
+
- no-annotation
|
5 |
+
language_creators:
|
6 |
+
- found
|
7 |
+
language:
|
8 |
+
- en
|
9 |
+
license:
|
10 |
+
- odc-by
|
11 |
+
size_categories:
|
12 |
+
- n<1K
|
13 |
+
- 1K<n<10K
|
14 |
+
- 10K<n<100K
|
15 |
+
- 100K<n<1M
|
16 |
+
- 1M<n<10M
|
17 |
+
- 10M<n<100M
|
18 |
+
- 100M<n<1B
|
19 |
+
- 1B<n<10B
|
20 |
+
source_datasets:
|
21 |
+
- original
|
22 |
+
task_categories:
|
23 |
+
- text-generation
|
24 |
+
- fill-mask
|
25 |
+
task_ids:
|
26 |
+
- language-modeling
|
27 |
+
- masked-language-modeling
|
28 |
+
paperswithcode_id: c4
|
29 |
+
---
|
30 |
+
|
31 |
# C4, T5 tokenized, in ragged array format
|
32 |
|
33 |
Processed distribution of Google's [C4](https://www.tensorflow.org/datasets/catalog/c4) dataset: a colossal, cleaned version of [Common Crawl](https://commoncrawl.org)'s web crawl corpus.
|