Datasets:
Tasks:
Summarization
Modalities:
Text
Formats:
parquet
Sub-tasks:
news-articles-summarization
Languages:
Polish
Size:
1K - 10K
License:
add dataset_info in dataset metadata
Browse files
README.md
CHANGED
@@ -19,6 +19,27 @@ task_ids:
|
|
19 |
- news-articles-summarization
|
20 |
paperswithcode_id: null
|
21 |
pretty_name: psc
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
22 |
---
|
23 |
|
24 |
# Dataset Card for [Dataset Name]
|
@@ -150,4 +171,4 @@ year = "2014",
|
|
150 |
|
151 |
### Contributions
|
152 |
|
153 |
-
Thanks to [@abecadel](https://github.com/abecadel) for adding this dataset.
|
|
|
19 |
- news-articles-summarization
|
20 |
paperswithcode_id: null
|
21 |
pretty_name: psc
|
22 |
+
dataset_info:
|
23 |
+
features:
|
24 |
+
- name: extract_text
|
25 |
+
dtype: string
|
26 |
+
- name: summary_text
|
27 |
+
dtype: string
|
28 |
+
- name: label
|
29 |
+
dtype:
|
30 |
+
class_label:
|
31 |
+
names:
|
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 |
---
|
44 |
|
45 |
# Dataset Card for [Dataset Name]
|
|
|
171 |
|
172 |
### Contributions
|
173 |
|
174 |
+
Thanks to [@abecadel](https://github.com/abecadel) for adding this dataset.
|