Add 'nde' config data files
Browse files- README.md +32 -0
- nde/test-00000-of-00001.parquet +3 -0
- nde/train-00000-of-00001.parquet +3 -0
- nde/validation-00000-of-00001.parquet +3 -0
README.md
CHANGED
|
@@ -224,6 +224,14 @@ configs:
|
|
| 224 |
path: mya/train-*
|
| 225 |
- split: validation
|
| 226 |
path: mya/validation-*
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 227 |
dataset_info:
|
| 228 |
- config_name: amh
|
| 229 |
features:
|
|
@@ -765,6 +773,30 @@ dataset_info:
|
|
| 765 |
num_examples: 990
|
| 766 |
download_size: 50240586
|
| 767 |
dataset_size: 152656673
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 768 |
---
|
| 769 |
# Dataset Card for LR-Sum
|
| 770 |
|
|
|
|
| 224 |
path: mya/train-*
|
| 225 |
- split: validation
|
| 226 |
path: mya/validation-*
|
| 227 |
+
- config_name: nde
|
| 228 |
+
data_files:
|
| 229 |
+
- split: test
|
| 230 |
+
path: nde/test-*
|
| 231 |
+
- split: train
|
| 232 |
+
path: nde/train-*
|
| 233 |
+
- split: validation
|
| 234 |
+
path: nde/validation-*
|
| 235 |
dataset_info:
|
| 236 |
- config_name: amh
|
| 237 |
features:
|
|
|
|
| 773 |
num_examples: 990
|
| 774 |
download_size: 50240586
|
| 775 |
dataset_size: 152656673
|
| 776 |
+
- config_name: nde
|
| 777 |
+
features:
|
| 778 |
+
- name: id
|
| 779 |
+
dtype: string
|
| 780 |
+
- name: url
|
| 781 |
+
dtype: string
|
| 782 |
+
- name: title
|
| 783 |
+
dtype: string
|
| 784 |
+
- name: summary
|
| 785 |
+
dtype: string
|
| 786 |
+
- name: text
|
| 787 |
+
dtype: string
|
| 788 |
+
splits:
|
| 789 |
+
- name: test
|
| 790 |
+
num_bytes: 1408589
|
| 791 |
+
num_examples: 500
|
| 792 |
+
- name: train
|
| 793 |
+
num_bytes: 4885282
|
| 794 |
+
num_examples: 1739
|
| 795 |
+
- name: validation
|
| 796 |
+
num_bytes: 1400285
|
| 797 |
+
num_examples: 500
|
| 798 |
+
download_size: 4541017
|
| 799 |
+
dataset_size: 7694156
|
| 800 |
---
|
| 801 |
# Dataset Card for LR-Sum
|
| 802 |
|
nde/test-00000-of-00001.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:2f82caf40c111b3e68387058331197eda93f720074390206d45ef366ba2ec8e8
|
| 3 |
+
size 835592
|
nde/train-00000-of-00001.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:df7f1d604fe35f0c4becc758840a442f4f9f0c05d459a56f1dd25d602beb9945
|
| 3 |
+
size 2877410
|
nde/validation-00000-of-00001.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:41eb68db3aa372d230bc09cd8538da8695da85f33b74279b72890867e9757b65
|
| 3 |
+
size 828015
|