sumuks commited on
Commit
838d049
·
verified ·
1 Parent(s): 1c11dca

Upload dataset

Browse files
Files changed (1) hide show
  1. README.md +299 -0
README.md ADDED
@@ -0,0 +1,299 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ configs:
3
+ - config_name: default
4
+ data_files:
5
+ - split: train
6
+ path: data/train-*
7
+ dataset_info:
8
+ features:
9
+ - name: id
10
+ dtype: int64
11
+ - name: text
12
+ dtype: string
13
+ - name: metadata
14
+ struct:
15
+ - name: url
16
+ dtype: string
17
+ - name: source_domain
18
+ dtype: string
19
+ - name: snapshot_id
20
+ dtype: string
21
+ - name: warc_metadata
22
+ struct:
23
+ - name: Content-Length
24
+ dtype: string
25
+ - name: Content-Type
26
+ dtype: string
27
+ - name: WARC-Block-Digest
28
+ dtype: string
29
+ - name: WARC-Concurrent-To
30
+ dtype: string
31
+ - name: WARC-Date
32
+ dtype: timestamp[s]
33
+ - name: WARC-IP-Address
34
+ dtype: string
35
+ - name: WARC-Identified-Payload-Type
36
+ dtype: string
37
+ - name: WARC-Payload-Digest
38
+ dtype: string
39
+ - name: WARC-Record-ID
40
+ dtype: string
41
+ - name: WARC-Target-URI
42
+ dtype: string
43
+ - name: WARC-Truncated
44
+ dtype: string
45
+ - name: WARC-Type
46
+ dtype: string
47
+ - name: WARC-Warcinfo-ID
48
+ dtype: string
49
+ - name: warc_info
50
+ dtype: string
51
+ - name: line_start_n_end_idx
52
+ struct:
53
+ - name: line_start_idx
54
+ list: int64
55
+ - name: line_end_idx
56
+ list: int64
57
+ - name: quality_signals
58
+ struct:
59
+ - name: red_pajama_v2
60
+ struct:
61
+ - name: ccnet_original_length
62
+ dtype: float64
63
+ - name: ccnet_original_nlines
64
+ dtype: float64
65
+ - name: rps_doc_curly_bracket
66
+ dtype: float64
67
+ - name: rps_doc_ldnoobw_words
68
+ dtype: float64
69
+ - name: rps_doc_lorem_ipsum
70
+ dtype: float64
71
+ - name: rps_doc_stop_word_fraction
72
+ dtype: float64
73
+ - name: rps_doc_ut1_blacklist
74
+ dtype: float64
75
+ - name: rps_doc_frac_all_caps_words
76
+ dtype: float64
77
+ - name: rps_doc_frac_lines_end_with_ellipsis
78
+ dtype: float64
79
+ - name: rps_doc_frac_no_alph_words
80
+ dtype: float64
81
+ - name: rps_doc_frac_unique_words
82
+ dtype: float64
83
+ - name: rps_doc_mean_word_length
84
+ dtype: float64
85
+ - name: rps_doc_num_sentences
86
+ dtype: float64
87
+ - name: rps_doc_symbol_to_word_ratio
88
+ dtype: float64
89
+ - name: rps_doc_unigram_entropy
90
+ dtype: float64
91
+ - name: rps_doc_word_count
92
+ dtype: float64
93
+ - name: rps_doc_frac_chars_dupe_10grams
94
+ dtype: float64
95
+ - name: rps_doc_frac_chars_dupe_5grams
96
+ dtype: float64
97
+ - name: rps_doc_frac_chars_dupe_6grams
98
+ dtype: float64
99
+ - name: rps_doc_frac_chars_dupe_7grams
100
+ dtype: float64
101
+ - name: rps_doc_frac_chars_dupe_8grams
102
+ dtype: float64
103
+ - name: rps_doc_frac_chars_dupe_9grams
104
+ dtype: float64
105
+ - name: rps_doc_frac_chars_top_2gram
106
+ dtype: float64
107
+ - name: rps_doc_frac_chars_top_3gram
108
+ dtype: float64
109
+ - name: rps_doc_frac_chars_top_4gram
110
+ dtype: float64
111
+ - name: rps_doc_books_importance
112
+ dtype: float64
113
+ - name: rps_doc_books_importance_length_correction
114
+ dtype: float64
115
+ - name: rps_doc_openwebtext_importance
116
+ dtype: float64
117
+ - name: rps_doc_openwebtext_importance_length_correction
118
+ dtype: float64
119
+ - name: rps_doc_wikipedia_importance
120
+ dtype: float64
121
+ - name: rps_doc_wikipedia_importance_length_correction
122
+ dtype: float64
123
+ - name: fasttext
124
+ struct:
125
+ - name: dclm
126
+ dtype: float64
127
+ - name: english
128
+ dtype: float64
129
+ - name: fineweb_edu_approx
130
+ dtype: float64
131
+ - name: eai_general_math
132
+ dtype: float64
133
+ - name: eai_open_web_math
134
+ dtype: float64
135
+ - name: eai_web_code
136
+ dtype: float64
137
+ - name: eai_taxonomy
138
+ struct:
139
+ - name: free_decimal_correspondence
140
+ struct:
141
+ - name: primary
142
+ struct:
143
+ - name: code
144
+ dtype: string
145
+ - name: labels
146
+ struct:
147
+ - name: level_1
148
+ dtype: string
149
+ - name: level_2
150
+ dtype: string
151
+ - name: level_3
152
+ dtype: string
153
+ - name: secondary
154
+ struct:
155
+ - name: code
156
+ dtype: string
157
+ - name: labels
158
+ struct:
159
+ - name: level_1
160
+ dtype: string
161
+ - name: level_2
162
+ dtype: string
163
+ - name: level_3
164
+ dtype: string
165
+ - name: bloom_cognitive_process
166
+ struct:
167
+ - name: primary
168
+ struct:
169
+ - name: code
170
+ dtype: string
171
+ - name: label
172
+ dtype: string
173
+ - name: secondary
174
+ struct:
175
+ - name: code
176
+ dtype: string
177
+ - name: label
178
+ dtype: string
179
+ - name: bloom_knowledge_domain
180
+ struct:
181
+ - name: primary
182
+ struct:
183
+ - name: code
184
+ dtype: string
185
+ - name: label
186
+ dtype: string
187
+ - name: secondary
188
+ struct:
189
+ - name: code
190
+ dtype: string
191
+ - name: label
192
+ dtype: string
193
+ - name: document_type_v1
194
+ struct:
195
+ - name: primary
196
+ struct:
197
+ - name: code
198
+ dtype: string
199
+ - name: label
200
+ dtype: string
201
+ - name: secondary
202
+ struct:
203
+ - name: code
204
+ dtype: string
205
+ - name: label
206
+ dtype: string
207
+ - name: extraction_artifacts
208
+ struct:
209
+ - name: primary
210
+ struct:
211
+ - name: code
212
+ dtype: string
213
+ - name: label
214
+ dtype: string
215
+ - name: secondary
216
+ struct:
217
+ - name: code
218
+ dtype: string
219
+ - name: label
220
+ dtype: string
221
+ - name: missing_content
222
+ struct:
223
+ - name: primary
224
+ struct:
225
+ - name: code
226
+ dtype: string
227
+ - name: label
228
+ dtype: string
229
+ - name: secondary
230
+ struct:
231
+ - name: code
232
+ dtype: string
233
+ - name: label
234
+ dtype: string
235
+ - name: document_type_v2
236
+ struct:
237
+ - name: primary
238
+ struct:
239
+ - name: code
240
+ dtype: string
241
+ - name: label
242
+ dtype: string
243
+ - name: secondary
244
+ struct:
245
+ - name: code
246
+ dtype: string
247
+ - name: label
248
+ dtype: string
249
+ - name: reasoning_depth
250
+ struct:
251
+ - name: primary
252
+ struct:
253
+ - name: code
254
+ dtype: string
255
+ - name: label
256
+ dtype: string
257
+ - name: secondary
258
+ struct:
259
+ - name: code
260
+ dtype: string
261
+ - name: label
262
+ dtype: string
263
+ - name: technical_correctness
264
+ struct:
265
+ - name: primary
266
+ struct:
267
+ - name: code
268
+ dtype: string
269
+ - name: label
270
+ dtype: string
271
+ - name: secondary
272
+ struct:
273
+ - name: code
274
+ dtype: string
275
+ - name: label
276
+ dtype: string
277
+ - name: education_level
278
+ struct:
279
+ - name: primary
280
+ struct:
281
+ - name: code
282
+ dtype: string
283
+ - name: label
284
+ dtype: string
285
+ - name: secondary
286
+ struct:
287
+ - name: code
288
+ dtype: string
289
+ - name: label
290
+ dtype: string
291
+ - name: pid
292
+ dtype: string
293
+ splits:
294
+ - name: train
295
+ num_bytes: 60373315099
296
+ num_examples: 4070210
297
+ download_size: 29693050106
298
+ dataset_size: 60373315099
299
+ ---