Datasets:
Convert tree_depth to Parquet
Browse files
README.md
CHANGED
|
@@ -159,6 +159,35 @@ dataset_info:
|
|
| 159 |
num_examples: 6866
|
| 160 |
download_size: 5634180
|
| 161 |
dataset_size: 8808767
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 162 |
- config_name: word_content
|
| 163 |
features:
|
| 164 |
- name: sentence
|
|
@@ -1222,6 +1251,14 @@ configs:
|
|
| 1222 |
path: top_constituents/validation-*
|
| 1223 |
- split: test
|
| 1224 |
path: top_constituents/test-*
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1225 |
- config_name: word_content
|
| 1226 |
data_files:
|
| 1227 |
- split: train
|
|
|
|
| 159 |
num_examples: 6866
|
| 160 |
download_size: 5634180
|
| 161 |
dataset_size: 8808767
|
| 162 |
+
- config_name: tree_depth
|
| 163 |
+
features:
|
| 164 |
+
- name: sentence
|
| 165 |
+
dtype: string
|
| 166 |
+
- name: label
|
| 167 |
+
dtype:
|
| 168 |
+
class_label:
|
| 169 |
+
names:
|
| 170 |
+
'0': depth_5
|
| 171 |
+
'1': depth_6
|
| 172 |
+
'2': depth_7
|
| 173 |
+
'3': depth_8
|
| 174 |
+
'4': depth_9
|
| 175 |
+
'5': depth_10
|
| 176 |
+
'6': depth_11
|
| 177 |
+
- name: idx
|
| 178 |
+
dtype: int32
|
| 179 |
+
splits:
|
| 180 |
+
- name: train
|
| 181 |
+
num_bytes: 7403870
|
| 182 |
+
num_examples: 85340
|
| 183 |
+
- name: validation
|
| 184 |
+
num_bytes: 743337
|
| 185 |
+
num_examples: 8675
|
| 186 |
+
- name: test
|
| 187 |
+
num_bytes: 740528
|
| 188 |
+
num_examples: 8604
|
| 189 |
+
download_size: 6001566
|
| 190 |
+
dataset_size: 8887735
|
| 191 |
- config_name: word_content
|
| 192 |
features:
|
| 193 |
- name: sentence
|
|
|
|
| 1251 |
path: top_constituents/validation-*
|
| 1252 |
- split: test
|
| 1253 |
path: top_constituents/test-*
|
| 1254 |
+
- config_name: tree_depth
|
| 1255 |
+
data_files:
|
| 1256 |
+
- split: train
|
| 1257 |
+
path: tree_depth/train-*
|
| 1258 |
+
- split: validation
|
| 1259 |
+
path: tree_depth/validation-*
|
| 1260 |
+
- split: test
|
| 1261 |
+
path: tree_depth/test-*
|
| 1262 |
- config_name: word_content
|
| 1263 |
data_files:
|
| 1264 |
- split: train
|
tree_depth/test-00000-of-00001.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:311cf44910f60ed31c677ef1824bdbf7a9964257854f4907edd36fee852a2a26
|
| 3 |
+
size 508524
|
tree_depth/train-00000-of-00001.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:bd4c9d17cfa953bedd5a982f5492038235789e413956087382836f40e1e16c23
|
| 3 |
+
size 4982154
|
tree_depth/validation-00000-of-00001.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:14a7b323d1b171f96ed5e9b0de78994a8c69ba94366ab9088fd396884650d33b
|
| 3 |
+
size 510888
|