MichaelR207
commited on
Commit
•
45bb358
1
Parent(s):
2d4485e
Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
@@ -20,6 +20,26 @@ dataset_info:
|
|
20 |
num_examples: 359
|
21 |
download_size: 2901550
|
22 |
dataset_size: 4828135
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
23 |
- config_name: SimpitikiWiki
|
24 |
features:
|
25 |
- name: original
|
@@ -109,6 +129,14 @@ configs:
|
|
109 |
path: ASSET/validation-*
|
110 |
- split: test
|
111 |
path: ASSET/test-*
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
112 |
- config_name: SimpitikiWiki
|
113 |
data_files:
|
114 |
- split: train
|
|
|
20 |
num_examples: 359
|
21 |
download_size: 2901550
|
22 |
dataset_size: 4828135
|
23 |
+
- config_name: AdminIt
|
24 |
+
features:
|
25 |
+
- name: original
|
26 |
+
dtype: string
|
27 |
+
- name: simple
|
28 |
+
sequence:
|
29 |
+
- name: simplifications
|
30 |
+
dtype: string
|
31 |
+
splits:
|
32 |
+
- name: train
|
33 |
+
num_bytes: 287476
|
34 |
+
num_examples: 588
|
35 |
+
- name: validation
|
36 |
+
num_bytes: 31917
|
37 |
+
num_examples: 48
|
38 |
+
- name: test
|
39 |
+
num_bytes: 31142
|
40 |
+
num_examples: 49
|
41 |
+
download_size: 144346
|
42 |
+
dataset_size: 350535
|
43 |
- config_name: SimpitikiWiki
|
44 |
features:
|
45 |
- name: original
|
|
|
129 |
path: ASSET/validation-*
|
130 |
- split: test
|
131 |
path: ASSET/test-*
|
132 |
+
- config_name: AdminIt
|
133 |
+
data_files:
|
134 |
+
- split: train
|
135 |
+
path: AdminIt/train-*
|
136 |
+
- split: validation
|
137 |
+
path: AdminIt/validation-*
|
138 |
+
- split: test
|
139 |
+
path: AdminIt/test-*
|
140 |
- config_name: SimpitikiWiki
|
141 |
data_files:
|
142 |
- split: train
|