Datasets:
Tasks:
Summarization
Modalities:
Text
Formats:
parquet
Languages:
English
Size:
10K - 100K
ArXiv:
Tags:
bills-summarization
License:
Commit
•
f9fece7
1
Parent(s):
c7a127c
Reorder split names
Browse filesReorder split names in the YAML metadata to be aligned with the order in the loading script.
See: https://github.com/huggingface/datasets/issues/5258
README.md
CHANGED
@@ -42,15 +42,15 @@ dataset_info:
|
|
42 |
- name: title
|
43 |
dtype: string
|
44 |
splits:
|
45 |
-
- name: ca_test
|
46 |
-
num_bytes: 14945291
|
47 |
-
num_examples: 1237
|
48 |
-
- name: test
|
49 |
-
num_bytes: 37866257
|
50 |
-
num_examples: 3269
|
51 |
- name: train
|
52 |
num_bytes: 219596090
|
53 |
num_examples: 18949
|
|
|
|
|
|
|
|
|
|
|
|
|
54 |
download_size: 67260676
|
55 |
dataset_size: 272407638
|
56 |
---
|
|
|
42 |
- name: title
|
43 |
dtype: string
|
44 |
splits:
|
|
|
|
|
|
|
|
|
|
|
|
|
45 |
- name: train
|
46 |
num_bytes: 219596090
|
47 |
num_examples: 18949
|
48 |
+
- name: test
|
49 |
+
num_bytes: 37866257
|
50 |
+
num_examples: 3269
|
51 |
+
- name: ca_test
|
52 |
+
num_bytes: 14945291
|
53 |
+
num_examples: 1237
|
54 |
download_size: 67260676
|
55 |
dataset_size: 272407638
|
56 |
---
|