README.md 1.7 KB
Newer Older
Yufeng Xu's avatar
Yufeng Xu committed
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# Colossal Clean Crawled Corpus(C4)

### Paper

[Exploring the Limits of Transfer Learning with a Unified Text-to-Text Transformer](https://arxiv.org/abs/1910.10683)

A colossal, cleaned version of Common Crawl's web crawl corpus. Based on [Common Crawl dataset](https://commoncrawl.org).

This is the processed version of Google's C4 dataset.

[Homepage](https://huggingface.co/datasets/allenai/c4)

### Citation

```text
@misc{raffel2023exploringlimitstransferlearning,
17
      title={Exploring the Limits of Transfer Learning with a Unified Text-to-Text Transformer},
Yufeng Xu's avatar
Yufeng Xu committed
18
19
20
21
22
      author={Colin Raffel and Noam Shazeer and Adam Roberts and Katherine Lee and Sharan Narang and Michael Matena and Yanqi Zhou and Wei Li and Peter J. Liu},
      year={2023},
      eprint={1910.10683},
      archivePrefix={arXiv},
      primaryClass={cs.LG},
23
      url={https://arxiv.org/abs/1910.10683},
Yufeng Xu's avatar
Yufeng Xu committed
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
}
```

### Groups, Tags, and Tasks

#### Groups

* Not part of a group yet.

#### Tasks

* `c4`: measure perplexity on the C4 dataset, via rolling loglikelihoods.

### Checklist

For adding novel benchmarks/datasets to the library:

* [x] Is the task an existing benchmark in the literature?
  * [x] Have you referenced the original paper that introduced the task?
  * [x] If yes, does the original paper provide a reference implementation? If so, have you checked against the reference implementation and documented how to run such a test?

If other tasks on this dataset are already supported:

* [ ] Is the "Main" variant of this task clearly denoted?
* [ ] Have you provided a short sentence in a README on what each new variant adds / evaluates?
* [ ] Have you noted which, if any, published evaluation setups are matched by this variant?

### Changelog