Datasets:

Languages:
English
Multilinguality:
multilingual
Size Categories:
100M<n<1B
Language Creators:
found
Annotations Creators:
no-annotation
Source Datasets:
original
ArXiv:
License:
lhoestq HF staff commited on
Commit
920e153
1 Parent(s): a354dc9

add dataset_info in dataset metadata

Browse files
Files changed (1) hide show
  1. README.md +70 -1
README.md CHANGED
@@ -21,6 +21,75 @@ task_ids:
21
  - language-modeling
22
  - masked-language-modeling
23
  paperswithcode_id: c4
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
24
  ---
25
 
26
  # Dataset Card for C4
@@ -186,4 +255,4 @@ AllenAI are releasing this dataset under the terms of ODC-BY. By using this, you
186
 
187
  ### Contributions
188
 
189
- Thanks to [@dirkgr](https://github.com/dirkgr) and [@lhoestq](https://github.com/lhoestq) for adding this dataset.
 
21
  - language-modeling
22
  - masked-language-modeling
23
  paperswithcode_id: c4
24
+ dataset_info:
25
+ - config_name: en
26
+ features:
27
+ - name: text
28
+ dtype: string
29
+ - name: timestamp
30
+ dtype: string
31
+ - name: url
32
+ dtype: string
33
+ splits:
34
+ - name: train
35
+ num_bytes: 828589180707
36
+ num_examples: 364868892
37
+ - name: validation
38
+ num_bytes: 825767266
39
+ num_examples: 364608
40
+ download_size: 326778635540
41
+ dataset_size: 1657178361414
42
+ - config_name: en.noblocklist
43
+ features:
44
+ - name: text
45
+ dtype: string
46
+ - name: timestamp
47
+ dtype: string
48
+ - name: url
49
+ dtype: string
50
+ splits:
51
+ - name: train
52
+ num_bytes: 1029628201361
53
+ num_examples: 393391519
54
+ - name: validation
55
+ num_bytes: 1025606012
56
+ num_examples: 393226
57
+ download_size: 406611392434
58
+ dataset_size: 2059256402722
59
+ - config_name: realnewslike
60
+ features:
61
+ - name: text
62
+ dtype: string
63
+ - name: timestamp
64
+ dtype: string
65
+ - name: url
66
+ dtype: string
67
+ splits:
68
+ - name: train
69
+ num_bytes: 38165657946
70
+ num_examples: 13799838
71
+ - name: validation
72
+ num_bytes: 37875873
73
+ num_examples: 13863
74
+ download_size: 15419740744
75
+ dataset_size: 76331315892
76
+ - config_name: en.noclean
77
+ features:
78
+ - name: text
79
+ dtype: string
80
+ - name: timestamp
81
+ dtype: string
82
+ - name: url
83
+ dtype: string
84
+ splits:
85
+ - name: train
86
+ num_bytes: 6715509699938
87
+ num_examples: 1063805381
88
+ - name: validation
89
+ num_bytes: 6706356913
90
+ num_examples: 1065029
91
+ download_size: 2430376268625
92
+ dataset_size: 6722216056851
93
  ---
94
 
95
  # Dataset Card for C4
 
255
 
256
  ### Contributions
257
 
258
+ Thanks to [@dirkgr](https://github.com/dirkgr) and [@lhoestq](https://github.com/lhoestq) for adding this dataset.