Datasets:
Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
@@ -3,6 +3,32 @@ license: odc-by
|
|
3 |
task_categories:
|
4 |
- text-generation
|
5 |
dataset_info:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
6 |
- config_name: doc
|
7 |
features:
|
8 |
- name: section
|
@@ -144,6 +170,14 @@ dataset_info:
|
|
144 |
download_size: 608912009
|
145 |
dataset_size: 1429494576
|
146 |
configs:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
147 |
- config_name: doc
|
148 |
data_files:
|
149 |
- split: train
|
|
|
3 |
task_categories:
|
4 |
- text-generation
|
5 |
dataset_info:
|
6 |
+
- config_name: all
|
7 |
+
features:
|
8 |
+
- name: section
|
9 |
+
dtype: string
|
10 |
+
- name: filename
|
11 |
+
dtype: string
|
12 |
+
- name: text
|
13 |
+
dtype: string
|
14 |
+
- name: lang
|
15 |
+
struct:
|
16 |
+
- name: lang
|
17 |
+
dtype: string
|
18 |
+
- name: score
|
19 |
+
dtype: float64
|
20 |
+
splits:
|
21 |
+
- name: test
|
22 |
+
num_bytes: 193194594
|
23 |
+
num_examples: 4334
|
24 |
+
- name: validation
|
25 |
+
num_bytes: 212130344
|
26 |
+
num_examples: 4328
|
27 |
+
- name: train
|
28 |
+
num_bytes: 7447180733
|
29 |
+
num_examples: 159185
|
30 |
+
download_size: 2900856885
|
31 |
+
dataset_size: 7852505671
|
32 |
- config_name: doc
|
33 |
features:
|
34 |
- name: section
|
|
|
170 |
download_size: 608912009
|
171 |
dataset_size: 1429494576
|
172 |
configs:
|
173 |
+
- config_name: all
|
174 |
+
data_files:
|
175 |
+
- split: test
|
176 |
+
path: all/test-*
|
177 |
+
- split: validation
|
178 |
+
path: all/validation-*
|
179 |
+
- split: train
|
180 |
+
path: all/train-*
|
181 |
- config_name: doc
|
182 |
data_files:
|
183 |
- split: train
|