Upload dataset
Browse files
README.md
CHANGED
|
@@ -138,6 +138,75 @@ dataset_info:
|
|
| 138 |
num_examples: 10
|
| 139 |
download_size: 40976578
|
| 140 |
dataset_size: 74027026
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 141 |
configs:
|
| 142 |
- config_name: split_0
|
| 143 |
data_files:
|
|
@@ -155,4 +224,12 @@ configs:
|
|
| 155 |
path: split_1/validation-*
|
| 156 |
- split: test
|
| 157 |
path: split_1/test-*
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 158 |
---
|
|
|
|
| 138 |
num_examples: 10
|
| 139 |
download_size: 40976578
|
| 140 |
dataset_size: 74027026
|
| 141 |
+
- config_name: split_2
|
| 142 |
+
features:
|
| 143 |
+
- name: doc_name
|
| 144 |
+
dtype: string
|
| 145 |
+
- name: meta_info
|
| 146 |
+
struct:
|
| 147 |
+
- name: author
|
| 148 |
+
dtype: string
|
| 149 |
+
- name: date
|
| 150 |
+
dtype: string
|
| 151 |
+
- name: gutenberg_id
|
| 152 |
+
dtype: string
|
| 153 |
+
- name: title
|
| 154 |
+
dtype: string
|
| 155 |
+
- name: sentences
|
| 156 |
+
sequence:
|
| 157 |
+
sequence: string
|
| 158 |
+
- name: coref_chains
|
| 159 |
+
sequence:
|
| 160 |
+
sequence:
|
| 161 |
+
sequence: int64
|
| 162 |
+
- name: entities
|
| 163 |
+
list:
|
| 164 |
+
list:
|
| 165 |
+
- name: bio_tags
|
| 166 |
+
sequence: string
|
| 167 |
+
- name: token
|
| 168 |
+
dtype: string
|
| 169 |
+
- name: events
|
| 170 |
+
list:
|
| 171 |
+
list:
|
| 172 |
+
- name: is_event
|
| 173 |
+
dtype: bool
|
| 174 |
+
- name: token
|
| 175 |
+
dtype: string
|
| 176 |
+
- name: original_text
|
| 177 |
+
dtype: string
|
| 178 |
+
- name: quotes
|
| 179 |
+
list:
|
| 180 |
+
- name: attribution
|
| 181 |
+
dtype: string
|
| 182 |
+
- name: end
|
| 183 |
+
struct:
|
| 184 |
+
- name: sent_id
|
| 185 |
+
dtype: string
|
| 186 |
+
- name: token_id
|
| 187 |
+
dtype: string
|
| 188 |
+
- name: quotation
|
| 189 |
+
dtype: string
|
| 190 |
+
- name: quote_id
|
| 191 |
+
dtype: string
|
| 192 |
+
- name: start
|
| 193 |
+
struct:
|
| 194 |
+
- name: sent_id
|
| 195 |
+
dtype: string
|
| 196 |
+
- name: token_id
|
| 197 |
+
dtype: string
|
| 198 |
+
splits:
|
| 199 |
+
- name: train
|
| 200 |
+
num_bytes: 57366579
|
| 201 |
+
num_examples: 80
|
| 202 |
+
- name: validation
|
| 203 |
+
num_bytes: 7853041
|
| 204 |
+
num_examples: 10
|
| 205 |
+
- name: test
|
| 206 |
+
num_bytes: 8807406
|
| 207 |
+
num_examples: 10
|
| 208 |
+
download_size: 40966738
|
| 209 |
+
dataset_size: 74027026
|
| 210 |
configs:
|
| 211 |
- config_name: split_0
|
| 212 |
data_files:
|
|
|
|
| 224 |
path: split_1/validation-*
|
| 225 |
- split: test
|
| 226 |
path: split_1/test-*
|
| 227 |
+
- config_name: split_2
|
| 228 |
+
data_files:
|
| 229 |
+
- split: train
|
| 230 |
+
path: split_2/train-*
|
| 231 |
+
- split: validation
|
| 232 |
+
path: split_2/validation-*
|
| 233 |
+
- split: test
|
| 234 |
+
path: split_2/test-*
|
| 235 |
---
|
split_2/test-00000-of-00001.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:9c67bc7110ced51bea2b2e8e64742f6688e3425895cc70e08cbaa0d4d8a89915
|
| 3 |
+
size 5028447
|
split_2/train-00000-of-00001.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:176a50a00da9947657f34d1a3e31391da252896b71d4d13104a6a2efa77d1d1c
|
| 3 |
+
size 31525640
|
split_2/validation-00000-of-00001.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:a57683c99bc1262a5cb464a626bbd5754184eea327b10e4cc7005d160f0f200a
|
| 3 |
+
size 4412651
|