Datasets:
Convert top_constituents to Parquet
Browse files
README.md
CHANGED
|
@@ -117,6 +117,48 @@ dataset_info:
|
|
| 117 |
num_examples: 8149
|
| 118 |
download_size: 6595879
|
| 119 |
dataset_size: 9899465
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 120 |
- config_name: word_content
|
| 121 |
features:
|
| 122 |
- name: sentence
|
|
@@ -1172,6 +1214,14 @@ configs:
|
|
| 1172 |
path: subj_number/validation-*
|
| 1173 |
- split: test
|
| 1174 |
path: subj_number/test-*
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1175 |
- config_name: word_content
|
| 1176 |
data_files:
|
| 1177 |
- split: train
|
|
|
|
| 117 |
num_examples: 8149
|
| 118 |
download_size: 6595879
|
| 119 |
dataset_size: 9899465
|
| 120 |
+
- config_name: top_constituents
|
| 121 |
+
features:
|
| 122 |
+
- name: sentence
|
| 123 |
+
dtype: string
|
| 124 |
+
- name: label
|
| 125 |
+
dtype:
|
| 126 |
+
class_label:
|
| 127 |
+
names:
|
| 128 |
+
'0': ADVP_NP_VP_.
|
| 129 |
+
'1': CC_ADVP_NP_VP_.
|
| 130 |
+
'2': CC_NP_VP_.
|
| 131 |
+
'3': IN_NP_VP_.
|
| 132 |
+
'4': NP_ADVP_VP_.
|
| 133 |
+
'5': NP_NP_VP_.
|
| 134 |
+
'6': NP_PP_.
|
| 135 |
+
'7': NP_VP_.
|
| 136 |
+
'8': OTHER
|
| 137 |
+
'9': PP_NP_VP_.
|
| 138 |
+
'10': RB_NP_VP_.
|
| 139 |
+
'11': SBAR_NP_VP_.
|
| 140 |
+
'12': SBAR_VP_.
|
| 141 |
+
'13': S_CC_S_.
|
| 142 |
+
'14': S_NP_VP_.
|
| 143 |
+
'15': S_VP_.
|
| 144 |
+
'16': VBD_NP_VP_.
|
| 145 |
+
'17': VP_.
|
| 146 |
+
'18': WHADVP_SQ_.
|
| 147 |
+
'19': WHNP_SQ_.
|
| 148 |
+
- name: idx
|
| 149 |
+
dtype: int32
|
| 150 |
+
splits:
|
| 151 |
+
- name: train
|
| 152 |
+
num_bytes: 7340827
|
| 153 |
+
num_examples: 70185
|
| 154 |
+
- name: validation
|
| 155 |
+
num_bytes: 731621
|
| 156 |
+
num_examples: 7451
|
| 157 |
+
- name: test
|
| 158 |
+
num_bytes: 736319
|
| 159 |
+
num_examples: 6866
|
| 160 |
+
download_size: 5634180
|
| 161 |
+
dataset_size: 8808767
|
| 162 |
- config_name: word_content
|
| 163 |
features:
|
| 164 |
- name: sentence
|
|
|
|
| 1214 |
path: subj_number/validation-*
|
| 1215 |
- split: test
|
| 1216 |
path: subj_number/test-*
|
| 1217 |
+
- config_name: top_constituents
|
| 1218 |
+
data_files:
|
| 1219 |
+
- split: train
|
| 1220 |
+
path: top_constituents/train-*
|
| 1221 |
+
- split: validation
|
| 1222 |
+
path: top_constituents/validation-*
|
| 1223 |
+
- split: test
|
| 1224 |
+
path: top_constituents/test-*
|
| 1225 |
- config_name: word_content
|
| 1226 |
data_files:
|
| 1227 |
- split: train
|
top_constituents/test-00000-of-00001.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:2c8428538c1de0494f2d3c94932dbbfaca4adadaf2e40201a9a2153f66eb9065
|
| 3 |
+
size 476248
|
top_constituents/train-00000-of-00001.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:1d790270360b49de7ce55253bdf43fd915f951fe9817265bc6ac02dee6559b60
|
| 3 |
+
size 4678893
|
top_constituents/validation-00000-of-00001.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:733f4c0856f9be71e67c9f2a9077e3b0c2ba3562746e9ffe6b9a37b37e835cde
|
| 3 |
+
size 479039
|