Datasets:
Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
@@ -45,6 +45,26 @@ dataset_info:
|
|
45 |
num_examples: 129653
|
46 |
download_size: 2428198753
|
47 |
dataset_size: 6349120558.153602
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
48 |
- config_name: doc
|
49 |
features:
|
50 |
- name: section
|
@@ -202,6 +222,14 @@ configs:
|
|
202 |
path: all-filtered/validation-*
|
203 |
- split: train
|
204 |
path: all-filtered/train-*
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
205 |
- config_name: doc
|
206 |
data_files:
|
207 |
- split: train
|
|
|
45 |
num_examples: 129653
|
46 |
download_size: 2428198753
|
47 |
dataset_size: 6349120558.153602
|
48 |
+
- config_name: all-filtered-deduped
|
49 |
+
features:
|
50 |
+
- name: filename
|
51 |
+
dtype: string
|
52 |
+
- name: text
|
53 |
+
dtype: string
|
54 |
+
- name: flesch_reading_ease
|
55 |
+
dtype: float64
|
56 |
+
splits:
|
57 |
+
- name: train
|
58 |
+
num_bytes: 5811204134
|
59 |
+
num_examples: 125834
|
60 |
+
- name: validation
|
61 |
+
num_bytes: 175468663
|
62 |
+
num_examples: 3537
|
63 |
+
- name: test
|
64 |
+
num_bytes: 146571131
|
65 |
+
num_examples: 3544
|
66 |
+
download_size: 2340418264
|
67 |
+
dataset_size: 6133243928
|
68 |
- config_name: doc
|
69 |
features:
|
70 |
- name: section
|
|
|
222 |
path: all-filtered/validation-*
|
223 |
- split: train
|
224 |
path: all-filtered/train-*
|
225 |
+
- config_name: all-filtered-deduped
|
226 |
+
data_files:
|
227 |
+
- split: train
|
228 |
+
path: all-filtered-deduped/train-*
|
229 |
+
- split: validation
|
230 |
+
path: all-filtered-deduped/validation-*
|
231 |
+
- split: test
|
232 |
+
path: all-filtered-deduped/test-*
|
233 |
- config_name: doc
|
234 |
data_files:
|
235 |
- split: train
|