Upload dataset
Browse files
README.md
CHANGED
|
@@ -621,6 +621,75 @@ dataset_info:
|
|
| 621 |
num_examples: 10
|
| 622 |
download_size: 40975934
|
| 623 |
dataset_size: 74027027
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 624 |
configs:
|
| 625 |
- config_name: split_0
|
| 626 |
data_files:
|
|
@@ -694,4 +763,12 @@ configs:
|
|
| 694 |
path: split_8/validation-*
|
| 695 |
- split: test
|
| 696 |
path: split_8/test-*
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 697 |
---
|
|
|
|
| 621 |
num_examples: 10
|
| 622 |
download_size: 40975934
|
| 623 |
dataset_size: 74027027
|
| 624 |
+
- config_name: split_9
|
| 625 |
+
features:
|
| 626 |
+
- name: doc_name
|
| 627 |
+
dtype: string
|
| 628 |
+
- name: meta_info
|
| 629 |
+
struct:
|
| 630 |
+
- name: author
|
| 631 |
+
dtype: string
|
| 632 |
+
- name: date
|
| 633 |
+
dtype: string
|
| 634 |
+
- name: gutenberg_id
|
| 635 |
+
dtype: string
|
| 636 |
+
- name: title
|
| 637 |
+
dtype: string
|
| 638 |
+
- name: sentences
|
| 639 |
+
sequence:
|
| 640 |
+
sequence: string
|
| 641 |
+
- name: coref_chains
|
| 642 |
+
sequence:
|
| 643 |
+
sequence:
|
| 644 |
+
sequence: int64
|
| 645 |
+
- name: entities
|
| 646 |
+
list:
|
| 647 |
+
list:
|
| 648 |
+
- name: bio_tags
|
| 649 |
+
sequence: string
|
| 650 |
+
- name: token
|
| 651 |
+
dtype: string
|
| 652 |
+
- name: events
|
| 653 |
+
list:
|
| 654 |
+
list:
|
| 655 |
+
- name: is_event
|
| 656 |
+
dtype: bool
|
| 657 |
+
- name: token
|
| 658 |
+
dtype: string
|
| 659 |
+
- name: original_text
|
| 660 |
+
dtype: string
|
| 661 |
+
- name: quotes
|
| 662 |
+
list:
|
| 663 |
+
- name: attribution
|
| 664 |
+
dtype: string
|
| 665 |
+
- name: end
|
| 666 |
+
struct:
|
| 667 |
+
- name: sent_id
|
| 668 |
+
dtype: string
|
| 669 |
+
- name: token_id
|
| 670 |
+
dtype: string
|
| 671 |
+
- name: quotation
|
| 672 |
+
dtype: string
|
| 673 |
+
- name: quote_id
|
| 674 |
+
dtype: string
|
| 675 |
+
- name: start
|
| 676 |
+
struct:
|
| 677 |
+
- name: sent_id
|
| 678 |
+
dtype: string
|
| 679 |
+
- name: token_id
|
| 680 |
+
dtype: string
|
| 681 |
+
splits:
|
| 682 |
+
- name: train
|
| 683 |
+
num_bytes: 60795615
|
| 684 |
+
num_examples: 80
|
| 685 |
+
- name: validation
|
| 686 |
+
num_bytes: 4886258
|
| 687 |
+
num_examples: 10
|
| 688 |
+
- name: test
|
| 689 |
+
num_bytes: 8345154
|
| 690 |
+
num_examples: 10
|
| 691 |
+
download_size: 40969561
|
| 692 |
+
dataset_size: 74027027
|
| 693 |
configs:
|
| 694 |
- config_name: split_0
|
| 695 |
data_files:
|
|
|
|
| 763 |
path: split_8/validation-*
|
| 764 |
- split: test
|
| 765 |
path: split_8/test-*
|
| 766 |
+
- config_name: split_9
|
| 767 |
+
data_files:
|
| 768 |
+
- split: train
|
| 769 |
+
path: split_9/train-*
|
| 770 |
+
- split: validation
|
| 771 |
+
path: split_9/validation-*
|
| 772 |
+
- split: test
|
| 773 |
+
path: split_9/test-*
|
| 774 |
---
|
split_9/test-00000-of-00001.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:3fe881304aebf6b3ff16c61e61ed5d532237b0d43a5f72f36b0e8c7515f0ed01
|
| 3 |
+
size 4685569
|
split_9/train-00000-of-00001.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:400ea598b05216dd7344cad28d771c7825bcb3bf3c08aaa1dfd7dc0cae2be73c
|
| 3 |
+
size 33665872
|
split_9/validation-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
|