Upload dataset
Browse files
README.md
CHANGED
|
@@ -207,6 +207,75 @@ dataset_info:
|
|
| 207 |
num_examples: 10
|
| 208 |
download_size: 40966738
|
| 209 |
dataset_size: 74027026
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 210 |
configs:
|
| 211 |
- config_name: split_0
|
| 212 |
data_files:
|
|
@@ -232,4 +301,12 @@ configs:
|
|
| 232 |
path: split_2/validation-*
|
| 233 |
- split: test
|
| 234 |
path: split_2/test-*
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 235 |
---
|
|
|
|
| 207 |
num_examples: 10
|
| 208 |
download_size: 40966738
|
| 209 |
dataset_size: 74027026
|
| 210 |
+
- config_name: split_3
|
| 211 |
+
features:
|
| 212 |
+
- name: doc_name
|
| 213 |
+
dtype: string
|
| 214 |
+
- name: meta_info
|
| 215 |
+
struct:
|
| 216 |
+
- name: author
|
| 217 |
+
dtype: string
|
| 218 |
+
- name: date
|
| 219 |
+
dtype: string
|
| 220 |
+
- name: gutenberg_id
|
| 221 |
+
dtype: string
|
| 222 |
+
- name: title
|
| 223 |
+
dtype: string
|
| 224 |
+
- name: sentences
|
| 225 |
+
sequence:
|
| 226 |
+
sequence: string
|
| 227 |
+
- name: coref_chains
|
| 228 |
+
sequence:
|
| 229 |
+
sequence:
|
| 230 |
+
sequence: int64
|
| 231 |
+
- name: entities
|
| 232 |
+
list:
|
| 233 |
+
list:
|
| 234 |
+
- name: bio_tags
|
| 235 |
+
sequence: string
|
| 236 |
+
- name: token
|
| 237 |
+
dtype: string
|
| 238 |
+
- name: events
|
| 239 |
+
list:
|
| 240 |
+
list:
|
| 241 |
+
- name: is_event
|
| 242 |
+
dtype: bool
|
| 243 |
+
- name: token
|
| 244 |
+
dtype: string
|
| 245 |
+
- name: original_text
|
| 246 |
+
dtype: string
|
| 247 |
+
- name: quotes
|
| 248 |
+
list:
|
| 249 |
+
- name: attribution
|
| 250 |
+
dtype: string
|
| 251 |
+
- name: end
|
| 252 |
+
struct:
|
| 253 |
+
- name: sent_id
|
| 254 |
+
dtype: string
|
| 255 |
+
- name: token_id
|
| 256 |
+
dtype: string
|
| 257 |
+
- name: quotation
|
| 258 |
+
dtype: string
|
| 259 |
+
- name: quote_id
|
| 260 |
+
dtype: string
|
| 261 |
+
- name: start
|
| 262 |
+
struct:
|
| 263 |
+
- name: sent_id
|
| 264 |
+
dtype: string
|
| 265 |
+
- name: token_id
|
| 266 |
+
dtype: string
|
| 267 |
+
splits:
|
| 268 |
+
- name: train
|
| 269 |
+
num_bytes: 58195704
|
| 270 |
+
num_examples: 80
|
| 271 |
+
- name: validation
|
| 272 |
+
num_bytes: 8807406
|
| 273 |
+
num_examples: 10
|
| 274 |
+
- name: test
|
| 275 |
+
num_bytes: 7023917
|
| 276 |
+
num_examples: 10
|
| 277 |
+
download_size: 40959397
|
| 278 |
+
dataset_size: 74027027
|
| 279 |
configs:
|
| 280 |
- config_name: split_0
|
| 281 |
data_files:
|
|
|
|
| 301 |
path: split_2/validation-*
|
| 302 |
- split: test
|
| 303 |
path: split_2/test-*
|
| 304 |
+
- config_name: split_3
|
| 305 |
+
data_files:
|
| 306 |
+
- split: train
|
| 307 |
+
path: split_3/train-*
|
| 308 |
+
- split: validation
|
| 309 |
+
path: split_3/validation-*
|
| 310 |
+
- split: test
|
| 311 |
+
path: split_3/test-*
|
| 312 |
---
|
split_3/test-00000-of-00001.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:e3a351e0beef230c3927ff22944f02aa018c67355941a15dea2f4b3ffbc8b5ee
|
| 3 |
+
size 3878627
|
split_3/train-00000-of-00001.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:58228b4c2f457a3225d3a03eec8d0f1ccc75ee007dd58f5175b8798a8ef28cb8
|
| 3 |
+
size 32052323
|
split_3/validation-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
|