MichaelR207
commited on
Commit
•
4ab7dfe
1
Parent(s):
7928799
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: Terence
|
24 |
features:
|
25 |
- name: original
|
@@ -69,6 +89,14 @@ configs:
|
|
69 |
path: ASSET/validation-*
|
70 |
- split: test
|
71 |
path: ASSET/test-*
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
72 |
- config_name: Terence
|
73 |
data_files:
|
74 |
- split: train
|
|
|
20 |
num_examples: 359
|
21 |
download_size: 2901550
|
22 |
dataset_size: 4828135
|
23 |
+
- config_name: Teacher
|
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: 29726
|
34 |
+
num_examples: 136
|
35 |
+
- name: validation
|
36 |
+
num_bytes: 3822
|
37 |
+
num_examples: 17
|
38 |
+
- name: test
|
39 |
+
num_bytes: 3983
|
40 |
+
num_examples: 17
|
41 |
+
download_size: 37554
|
42 |
+
dataset_size: 37531
|
43 |
- config_name: Terence
|
44 |
features:
|
45 |
- name: original
|
|
|
89 |
path: ASSET/validation-*
|
90 |
- split: test
|
91 |
path: ASSET/test-*
|
92 |
+
- config_name: Teacher
|
93 |
+
data_files:
|
94 |
+
- split: train
|
95 |
+
path: Teacher/train-*
|
96 |
+
- split: validation
|
97 |
+
path: Teacher/validation-*
|
98 |
+
- split: test
|
99 |
+
path: Teacher/test-*
|
100 |
- config_name: Terence
|
101 |
data_files:
|
102 |
- split: train
|