system HF staff commited on
Commit
34ca7b8
1 Parent(s): 2440e38

Update files from the datasets library (from 1.7.0)

Browse files

Release notes: https://github.com/huggingface/datasets/releases/tag/1.7.0

Files changed (1) hide show
  1. README.md +140 -1
README.md CHANGED
@@ -1,4 +1,143 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
 
2
  ### Contributions
3
 
4
- Thanks to [@thomwolf](https://github.com/thomwolf), [@Narsil](https://github.com/Narsil), [@patrickvonplaten](https://github.com/patrickvonplaten), [@lhoestq](https://github.com/lhoestq), [@lewtun](https://github.com/lewtun) for adding this dataset.
 
 
1
+ ---
2
+ paperswithcode_id: c4
3
+ ---
4
+
5
+ # Dataset Card for C4
6
+
7
+ ## Table of Contents
8
+ - [Dataset Card for [Dataset Name]](#dataset-card-for-dataset-name)
9
+ - [Table of Contents](#table-of-contents)
10
+ - [Dataset Description](#dataset-description)
11
+ - [Dataset Summary](#dataset-summary)
12
+ - [Supported Tasks and Leaderboards](#supported-tasks-and-leaderboards)
13
+ - [Languages](#languages)
14
+ - [Dataset Structure](#dataset-structure)
15
+ - [Data Instances](#data-instances)
16
+ - [Data Fields](#data-fields)
17
+ - [Data Splits](#data-splits)
18
+ - [Dataset Creation](#dataset-creation)
19
+ - [Curation Rationale](#curation-rationale)
20
+ - [Source Data](#source-data)
21
+ - [Initial Data Collection and Normalization](#initial-data-collection-and-normalization)
22
+ - [Who are the source language producers?](#who-are-the-source-language-producers)
23
+ - [Annotations](#annotations)
24
+ - [Annotation process](#annotation-process)
25
+ - [Who are the annotators?](#who-are-the-annotators)
26
+ - [Personal and Sensitive Information](#personal-and-sensitive-information)
27
+ - [Considerations for Using the Data](#considerations-for-using-the-data)
28
+ - [Social Impact of Dataset](#social-impact-of-dataset)
29
+ - [Discussion of Biases](#discussion-of-biases)
30
+ - [Other Known Limitations](#other-known-limitations)
31
+ - [Additional Information](#additional-information)
32
+ - [Dataset Curators](#dataset-curators)
33
+ - [Licensing Information](#licensing-information)
34
+ - [Citation Information](#citation-information)
35
+ - [Contributions](#contributions)
36
+
37
+ ## Dataset Description
38
+
39
+ - **Homepage:**
40
+ - **Repository:**
41
+ - **Paper:**
42
+ - **Leaderboard:**
43
+ - **Point of Contact:**
44
+
45
+ ### Dataset Summary
46
+
47
+ A colossal, cleaned version of Common Crawl's web crawl corpus. Based on Common Crawl dataset: "https://commoncrawl.org"
48
+ Due to the overhead of cleaning the dataset, it is recommend you prepare it with a distributed service like Cloud Dataflow. More info at https://www.tensorflow.org/datasets/beam_datasets.
49
+
50
+ ### Supported Tasks and Leaderboards
51
+
52
+ [More Information Needed]
53
+
54
+ ### Languages
55
+
56
+ [More Information Needed]
57
+
58
+ ## Dataset Structure
59
+
60
+ ### Data Instances
61
+
62
+ [More Information Needed]
63
+
64
+ ### Data Fields
65
+
66
+ [More Information Needed]
67
+
68
+ ### Data Splits
69
+
70
+ [More Information Needed]
71
+
72
+ ## Dataset Creation
73
+
74
+ ### Curation Rationale
75
+
76
+ [More Information Needed]
77
+
78
+ ### Source Data
79
+
80
+ #### Initial Data Collection and Normalization
81
+
82
+ [More Information Needed]
83
+
84
+ #### Who are the source language producers?
85
+
86
+ [More Information Needed]
87
+
88
+ ### Annotations
89
+
90
+ #### Annotation process
91
+
92
+ [More Information Needed]
93
+
94
+ #### Who are the annotators?
95
+
96
+ [More Information Needed]
97
+
98
+ ### Personal and Sensitive Information
99
+
100
+ [More Information Needed]
101
+
102
+ ## Considerations for Using the Data
103
+
104
+ ### Social Impact of Dataset
105
+
106
+ [More Information Needed]
107
+
108
+ ### Discussion of Biases
109
+
110
+ [More Information Needed]
111
+
112
+ ### Other Known Limitations
113
+
114
+ [More Information Needed]
115
+
116
+ ## Additional Information
117
+
118
+ ### Dataset Curators
119
+
120
+ [More Information Needed]
121
+
122
+ ### Licensing Information
123
+
124
+ [More Information Needed]
125
+
126
+ ### Citation Information
127
+
128
+ ```
129
+ @article{2019t5,
130
+ 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},
131
+ title = {Exploring the Limits of Transfer Learning with a Unified Text-to-Text Transformer},
132
+ journal = {arXiv e-prints},
133
+ year = {2019},
134
+ archivePrefix = {arXiv},
135
+ eprint = {1910.10683},
136
+ }
137
+ ```
138
 
139
  ### Contributions
140
 
141
+ Thanks to [@github-username](https://github.com/<github-username>) for adding this dataset.
142
+
143
+ Thanks to @thomwolf, @Narsil, @patrickvonplaten, @lhoestq, @lewtun for adding this dataset.