Datasets:
Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
@@ -25,6 +25,26 @@ dataset_info:
|
|
25 |
num_examples: 159185
|
26 |
download_size: 2899594863
|
27 |
dataset_size: 7851162895
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
28 |
- config_name: doc
|
29 |
features:
|
30 |
- name: section
|
@@ -174,6 +194,14 @@ configs:
|
|
174 |
path: all/validation-*
|
175 |
- split: train
|
176 |
path: all/train-*
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
177 |
- config_name: doc
|
178 |
data_files:
|
179 |
- split: train
|
|
|
25 |
num_examples: 159185
|
26 |
download_size: 2899594863
|
27 |
dataset_size: 7851162895
|
28 |
+
- config_name: all-filtered
|
29 |
+
features:
|
30 |
+
- name: filename
|
31 |
+
dtype: string
|
32 |
+
- name: text
|
33 |
+
dtype: string
|
34 |
+
- name: flesch_reading_ease
|
35 |
+
dtype: float64
|
36 |
+
splits:
|
37 |
+
- name: test
|
38 |
+
num_bytes: 157823888.30671677
|
39 |
+
num_examples: 3549
|
40 |
+
- name: validation
|
41 |
+
num_bytes: 173010266.388928
|
42 |
+
num_examples: 3541
|
43 |
+
- name: train
|
44 |
+
num_bytes: 6018286403.457957
|
45 |
+
num_examples: 129653
|
46 |
+
download_size: 2428198753
|
47 |
+
dataset_size: 6349120558.153602
|
48 |
- config_name: doc
|
49 |
features:
|
50 |
- name: section
|
|
|
194 |
path: all/validation-*
|
195 |
- split: train
|
196 |
path: all/train-*
|
197 |
+
- config_name: all-filtered
|
198 |
+
data_files:
|
199 |
+
- split: test
|
200 |
+
path: all-filtered/test-*
|
201 |
+
- split: validation
|
202 |
+
path: all-filtered/validation-*
|
203 |
+
- split: train
|
204 |
+
path: all-filtered/train-*
|
205 |
- config_name: doc
|
206 |
data_files:
|
207 |
- split: train
|