Add 'EurLexSum' config data files
Browse files
EurLexSum/test-00000-of-00001.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e8dbad7788d00c263bd046473f171c2111de26666885f32075c3ab4c65192ae7
|
3 |
+
size 9888002
|
EurLexSum/train-00000-of-00001.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e1965841114b756c885b8c4ec97734fdb8ca16a67d13a3e8303e5280014e12f2
|
3 |
+
size 36653551
|
EurLexSum/validation-00000-of-00001.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:460942482cf53c6a8763b0504c5cc485423f5f84e0bef903182878c8edcb632c
|
3 |
+
size 9588352
|
README.md
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
---
|
2 |
dataset_info:
|
3 |
-
|
4 |
features:
|
5 |
- name: article
|
6 |
dtype: string
|
@@ -15,6 +15,24 @@ dataset_info:
|
|
15 |
num_examples: 3269
|
16 |
download_size: 94913340
|
17 |
dataset_size: 213217405
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
18 |
configs:
|
19 |
- config_name: BillSum
|
20 |
data_files:
|
@@ -22,4 +40,12 @@ configs:
|
|
22 |
path: BillSum/train-*
|
23 |
- split: test
|
24 |
path: BillSum/test-*
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
25 |
---
|
|
|
1 |
---
|
2 |
dataset_info:
|
3 |
+
- config_name: BillSum
|
4 |
features:
|
5 |
- name: article
|
6 |
dtype: string
|
|
|
15 |
num_examples: 3269
|
16 |
download_size: 94913340
|
17 |
dataset_size: 213217405
|
18 |
+
- config_name: EurLexSum
|
19 |
+
features:
|
20 |
+
- name: article
|
21 |
+
dtype: string
|
22 |
+
- name: summary
|
23 |
+
dtype: string
|
24 |
+
splits:
|
25 |
+
- name: train
|
26 |
+
num_bytes: 92562815
|
27 |
+
num_examples: 1129
|
28 |
+
- name: test
|
29 |
+
num_bytes: 24048249
|
30 |
+
num_examples: 188
|
31 |
+
- name: validation
|
32 |
+
num_bytes: 23797569
|
33 |
+
num_examples: 187
|
34 |
+
download_size: 56129905
|
35 |
+
dataset_size: 140408633
|
36 |
configs:
|
37 |
- config_name: BillSum
|
38 |
data_files:
|
|
|
40 |
path: BillSum/train-*
|
41 |
- split: test
|
42 |
path: BillSum/test-*
|
43 |
+
- config_name: EurLexSum
|
44 |
+
data_files:
|
45 |
+
- split: train
|
46 |
+
path: EurLexSum/train-*
|
47 |
+
- split: test
|
48 |
+
path: EurLexSum/test-*
|
49 |
+
- split: validation
|
50 |
+
path: EurLexSum/validation-*
|
51 |
---
|