MichaelR207
commited on
Commit
•
a400cb9
1
Parent(s):
1b5fa92
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: WikiAutoEN
|
24 |
features:
|
25 |
- name: original
|
@@ -49,6 +69,14 @@ configs:
|
|
49 |
path: ASSET/validation-*
|
50 |
- split: test
|
51 |
path: ASSET/test-*
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
52 |
- config_name: WikiAutoEN
|
53 |
data_files:
|
54 |
- split: train
|
|
|
20 |
num_examples: 359
|
21 |
download_size: 2901550
|
22 |
dataset_size: 4828135
|
23 |
+
- config_name: Terence
|
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: 168652
|
34 |
+
num_examples: 809
|
35 |
+
- name: validation
|
36 |
+
num_bytes: 20942
|
37 |
+
num_examples: 102
|
38 |
+
- name: test
|
39 |
+
num_bytes: 19918
|
40 |
+
num_examples: 101
|
41 |
+
download_size: 143538
|
42 |
+
dataset_size: 209512
|
43 |
- config_name: WikiAutoEN
|
44 |
features:
|
45 |
- name: original
|
|
|
69 |
path: ASSET/validation-*
|
70 |
- split: test
|
71 |
path: ASSET/test-*
|
72 |
+
- config_name: Terence
|
73 |
+
data_files:
|
74 |
+
- split: train
|
75 |
+
path: Terence/train-*
|
76 |
+
- split: validation
|
77 |
+
path: Terence/validation-*
|
78 |
+
- split: test
|
79 |
+
path: Terence/test-*
|
80 |
- config_name: WikiAutoEN
|
81 |
data_files:
|
82 |
- split: train
|