Upload dataset
Browse files
README.md
CHANGED
|
@@ -483,6 +483,75 @@ dataset_info:
|
|
| 483 |
num_examples: 10
|
| 484 |
download_size: 40954360
|
| 485 |
dataset_size: 74027027
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 486 |
configs:
|
| 487 |
- config_name: split_0
|
| 488 |
data_files:
|
|
@@ -540,4 +609,12 @@ configs:
|
|
| 540 |
path: split_6/validation-*
|
| 541 |
- split: test
|
| 542 |
path: split_6/test-*
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 543 |
---
|
|
|
|
| 483 |
num_examples: 10
|
| 484 |
download_size: 40954360
|
| 485 |
dataset_size: 74027027
|
| 486 |
+
- config_name: split_7
|
| 487 |
+
features:
|
| 488 |
+
- name: doc_name
|
| 489 |
+
dtype: string
|
| 490 |
+
- name: meta_info
|
| 491 |
+
struct:
|
| 492 |
+
- name: author
|
| 493 |
+
dtype: string
|
| 494 |
+
- name: date
|
| 495 |
+
dtype: string
|
| 496 |
+
- name: gutenberg_id
|
| 497 |
+
dtype: string
|
| 498 |
+
- name: title
|
| 499 |
+
dtype: string
|
| 500 |
+
- name: sentences
|
| 501 |
+
sequence:
|
| 502 |
+
sequence: string
|
| 503 |
+
- name: coref_chains
|
| 504 |
+
sequence:
|
| 505 |
+
sequence:
|
| 506 |
+
sequence: int64
|
| 507 |
+
- name: entities
|
| 508 |
+
list:
|
| 509 |
+
list:
|
| 510 |
+
- name: bio_tags
|
| 511 |
+
sequence: string
|
| 512 |
+
- name: token
|
| 513 |
+
dtype: string
|
| 514 |
+
- name: events
|
| 515 |
+
list:
|
| 516 |
+
list:
|
| 517 |
+
- name: is_event
|
| 518 |
+
dtype: bool
|
| 519 |
+
- name: token
|
| 520 |
+
dtype: string
|
| 521 |
+
- name: original_text
|
| 522 |
+
dtype: string
|
| 523 |
+
- name: quotes
|
| 524 |
+
list:
|
| 525 |
+
- name: attribution
|
| 526 |
+
dtype: string
|
| 527 |
+
- name: end
|
| 528 |
+
struct:
|
| 529 |
+
- name: sent_id
|
| 530 |
+
dtype: string
|
| 531 |
+
- name: token_id
|
| 532 |
+
dtype: string
|
| 533 |
+
- name: quotation
|
| 534 |
+
dtype: string
|
| 535 |
+
- name: quote_id
|
| 536 |
+
dtype: string
|
| 537 |
+
- name: start
|
| 538 |
+
struct:
|
| 539 |
+
- name: sent_id
|
| 540 |
+
dtype: string
|
| 541 |
+
- name: token_id
|
| 542 |
+
dtype: string
|
| 543 |
+
splits:
|
| 544 |
+
- name: train
|
| 545 |
+
num_bytes: 60453511
|
| 546 |
+
num_examples: 80
|
| 547 |
+
- name: validation
|
| 548 |
+
num_bytes: 7000756
|
| 549 |
+
num_examples: 10
|
| 550 |
+
- name: test
|
| 551 |
+
num_bytes: 6572760
|
| 552 |
+
num_examples: 10
|
| 553 |
+
download_size: 40969369
|
| 554 |
+
dataset_size: 74027027
|
| 555 |
configs:
|
| 556 |
- config_name: split_0
|
| 557 |
data_files:
|
|
|
|
| 609 |
path: split_6/validation-*
|
| 610 |
- split: test
|
| 611 |
path: split_6/test-*
|
| 612 |
+
- config_name: split_7
|
| 613 |
+
data_files:
|
| 614 |
+
- split: train
|
| 615 |
+
path: split_7/train-*
|
| 616 |
+
- split: validation
|
| 617 |
+
path: split_7/validation-*
|
| 618 |
+
- split: test
|
| 619 |
+
path: split_7/test-*
|
| 620 |
---
|
split_7/test-00000-of-00001.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:df849d09c28daa1d9b4c41b0455742c43ede42cda76601af06ae5f1f2b0bcfeb
|
| 3 |
+
size 3658341
|
split_7/train-00000-of-00001.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:06a42eaa33048dc95ac4ffabc6e2ae1dcfbbbcb10c3eea5c8485618e272f0f69
|
| 3 |
+
size 33501248
|
split_7/validation-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
|