Datasets:
Tasks:
Summarization
Modalities:
Text
Formats:
parquet
Sub-tasks:
news-articles-summarization
Languages:
Polish
Size:
1K - 10K
License:
Commit ·
45e5b50
1
Parent(s): faad1a7
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
|
@@ -32,12 +32,12 @@ dataset_info:
|
|
| 32 |
0: '0'
|
| 33 |
1: '1'
|
| 34 |
splits:
|
| 35 |
-
- name: test
|
| 36 |
-
num_bytes: 1292103
|
| 37 |
-
num_examples: 1078
|
| 38 |
- name: train
|
| 39 |
num_bytes: 5026582
|
| 40 |
num_examples: 4302
|
|
|
|
|
|
|
|
|
|
| 41 |
download_size: 2357808
|
| 42 |
dataset_size: 6318685
|
| 43 |
---
|
|
|
|
| 32 |
0: '0'
|
| 33 |
1: '1'
|
| 34 |
splits:
|
|
|
|
|
|
|
|
|
|
| 35 |
- name: train
|
| 36 |
num_bytes: 5026582
|
| 37 |
num_examples: 4302
|
| 38 |
+
- name: test
|
| 39 |
+
num_bytes: 1292103
|
| 40 |
+
num_examples: 1078
|
| 41 |
download_size: 2357808
|
| 42 |
dataset_size: 6318685
|
| 43 |
---
|