Upload dataset
Browse files
README.md
CHANGED
|
@@ -552,6 +552,75 @@ dataset_info:
|
|
| 552 |
num_examples: 10
|
| 553 |
download_size: 40969369
|
| 554 |
dataset_size: 74027027
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 555 |
configs:
|
| 556 |
- config_name: split_0
|
| 557 |
data_files:
|
|
@@ -617,4 +686,12 @@ configs:
|
|
| 617 |
path: split_7/validation-*
|
| 618 |
- split: test
|
| 619 |
path: split_7/test-*
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 620 |
---
|
|
|
|
| 552 |
num_examples: 10
|
| 553 |
download_size: 40969369
|
| 554 |
dataset_size: 74027027
|
| 555 |
+
- config_name: split_8
|
| 556 |
+
features:
|
| 557 |
+
- name: doc_name
|
| 558 |
+
dtype: string
|
| 559 |
+
- name: meta_info
|
| 560 |
+
struct:
|
| 561 |
+
- name: author
|
| 562 |
+
dtype: string
|
| 563 |
+
- name: date
|
| 564 |
+
dtype: string
|
| 565 |
+
- name: gutenberg_id
|
| 566 |
+
dtype: string
|
| 567 |
+
- name: title
|
| 568 |
+
dtype: string
|
| 569 |
+
- name: sentences
|
| 570 |
+
sequence:
|
| 571 |
+
sequence: string
|
| 572 |
+
- name: coref_chains
|
| 573 |
+
sequence:
|
| 574 |
+
sequence:
|
| 575 |
+
sequence: int64
|
| 576 |
+
- name: entities
|
| 577 |
+
list:
|
| 578 |
+
list:
|
| 579 |
+
- name: bio_tags
|
| 580 |
+
sequence: string
|
| 581 |
+
- name: token
|
| 582 |
+
dtype: string
|
| 583 |
+
- name: events
|
| 584 |
+
list:
|
| 585 |
+
list:
|
| 586 |
+
- name: is_event
|
| 587 |
+
dtype: bool
|
| 588 |
+
- name: token
|
| 589 |
+
dtype: string
|
| 590 |
+
- name: original_text
|
| 591 |
+
dtype: string
|
| 592 |
+
- name: quotes
|
| 593 |
+
list:
|
| 594 |
+
- name: attribution
|
| 595 |
+
dtype: string
|
| 596 |
+
- name: end
|
| 597 |
+
struct:
|
| 598 |
+
- name: sent_id
|
| 599 |
+
dtype: string
|
| 600 |
+
- name: token_id
|
| 601 |
+
dtype: string
|
| 602 |
+
- name: quotation
|
| 603 |
+
dtype: string
|
| 604 |
+
- name: quote_id
|
| 605 |
+
dtype: string
|
| 606 |
+
- name: start
|
| 607 |
+
struct:
|
| 608 |
+
- name: sent_id
|
| 609 |
+
dtype: string
|
| 610 |
+
- name: token_id
|
| 611 |
+
dtype: string
|
| 612 |
+
splits:
|
| 613 |
+
- name: train
|
| 614 |
+
num_bytes: 62568009
|
| 615 |
+
num_examples: 80
|
| 616 |
+
- name: validation
|
| 617 |
+
num_bytes: 6572760
|
| 618 |
+
num_examples: 10
|
| 619 |
+
- name: test
|
| 620 |
+
num_bytes: 4886258
|
| 621 |
+
num_examples: 10
|
| 622 |
+
download_size: 40975934
|
| 623 |
+
dataset_size: 74027027
|
| 624 |
configs:
|
| 625 |
- config_name: split_0
|
| 626 |
data_files:
|
|
|
|
| 686 |
path: split_7/validation-*
|
| 687 |
- split: test
|
| 688 |
path: split_7/test-*
|
| 689 |
+
- config_name: split_8
|
| 690 |
+
data_files:
|
| 691 |
+
- split: train
|
| 692 |
+
path: split_8/train-*
|
| 693 |
+
- split: validation
|
| 694 |
+
path: split_8/validation-*
|
| 695 |
+
- split: test
|
| 696 |
+
path: split_8/test-*
|
| 697 |
---
|
split_8/test-00000-of-00001.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:aa0312dff21f7c06c96b7326dcde78a1b176c51e38a1a64580c0253a4f5d0977
|
| 3 |
+
size 2618120
|
split_8/train-00000-of-00001.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:d681b451c2a5fc0b609401f4d45b3d7df34100efdc536841cc1d1517a99c7dc9
|
| 3 |
+
size 34699473
|
split_8/validation-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
|