Upload dataset
Browse files
README.md
CHANGED
|
@@ -414,6 +414,75 @@ dataset_info:
|
|
| 414 |
num_examples: 10
|
| 415 |
download_size: 40960977
|
| 416 |
dataset_size: 74027027
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 417 |
configs:
|
| 418 |
- config_name: split_0
|
| 419 |
data_files:
|
|
@@ -463,4 +532,12 @@ configs:
|
|
| 463 |
path: split_5/validation-*
|
| 464 |
- split: test
|
| 465 |
path: split_5/test-*
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 466 |
---
|
|
|
|
| 414 |
num_examples: 10
|
| 415 |
download_size: 40960977
|
| 416 |
dataset_size: 74027027
|
| 417 |
+
- config_name: split_6
|
| 418 |
+
features:
|
| 419 |
+
- name: doc_name
|
| 420 |
+
dtype: string
|
| 421 |
+
- name: meta_info
|
| 422 |
+
struct:
|
| 423 |
+
- name: author
|
| 424 |
+
dtype: string
|
| 425 |
+
- name: date
|
| 426 |
+
dtype: string
|
| 427 |
+
- name: gutenberg_id
|
| 428 |
+
dtype: string
|
| 429 |
+
- name: title
|
| 430 |
+
dtype: string
|
| 431 |
+
- name: sentences
|
| 432 |
+
sequence:
|
| 433 |
+
sequence: string
|
| 434 |
+
- name: coref_chains
|
| 435 |
+
sequence:
|
| 436 |
+
sequence:
|
| 437 |
+
sequence: int64
|
| 438 |
+
- name: entities
|
| 439 |
+
list:
|
| 440 |
+
list:
|
| 441 |
+
- name: bio_tags
|
| 442 |
+
sequence: string
|
| 443 |
+
- name: token
|
| 444 |
+
dtype: string
|
| 445 |
+
- name: events
|
| 446 |
+
list:
|
| 447 |
+
list:
|
| 448 |
+
- name: is_event
|
| 449 |
+
dtype: bool
|
| 450 |
+
- name: token
|
| 451 |
+
dtype: string
|
| 452 |
+
- name: original_text
|
| 453 |
+
dtype: string
|
| 454 |
+
- name: quotes
|
| 455 |
+
list:
|
| 456 |
+
- name: attribution
|
| 457 |
+
dtype: string
|
| 458 |
+
- name: end
|
| 459 |
+
struct:
|
| 460 |
+
- name: sent_id
|
| 461 |
+
dtype: string
|
| 462 |
+
- name: token_id
|
| 463 |
+
dtype: string
|
| 464 |
+
- name: quotation
|
| 465 |
+
dtype: string
|
| 466 |
+
- name: quote_id
|
| 467 |
+
dtype: string
|
| 468 |
+
- name: start
|
| 469 |
+
struct:
|
| 470 |
+
- name: sent_id
|
| 471 |
+
dtype: string
|
| 472 |
+
- name: token_id
|
| 473 |
+
dtype: string
|
| 474 |
+
splits:
|
| 475 |
+
- name: train
|
| 476 |
+
num_bytes: 59124715
|
| 477 |
+
num_examples: 80
|
| 478 |
+
- name: validation
|
| 479 |
+
num_bytes: 7901556
|
| 480 |
+
num_examples: 10
|
| 481 |
+
- name: test
|
| 482 |
+
num_bytes: 7000756
|
| 483 |
+
num_examples: 10
|
| 484 |
+
download_size: 40954360
|
| 485 |
+
dataset_size: 74027027
|
| 486 |
configs:
|
| 487 |
- config_name: split_0
|
| 488 |
data_files:
|
|
|
|
| 532 |
path: split_5/validation-*
|
| 533 |
- split: test
|
| 534 |
path: split_5/test-*
|
| 535 |
+
- config_name: split_6
|
| 536 |
+
data_files:
|
| 537 |
+
- split: train
|
| 538 |
+
path: split_6/train-*
|
| 539 |
+
- split: validation
|
| 540 |
+
path: split_6/validation-*
|
| 541 |
+
- split: test
|
| 542 |
+
path: split_6/test-*
|
| 543 |
---
|
split_6/test-00000-of-00001.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:5458a8692931587cb1fc447ff34b35a7d57a255d1edda07c4ec6e90ba604b454
|
| 3 |
+
size 3809780
|
split_6/train-00000-of-00001.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:ebf8363a13c3d544801f7d6a834d726c57496f4e75306980334c2f8ed7a7ff2c
|
| 3 |
+
size 32717476
|
split_6/validation-00000-of-00001.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:ff15ea4ae7483dcaacb47dc84114c504ce2029c0319263424cf6f93fbb3d6ddc
|
| 3 |
+
size 4427104
|