Datasets:
add dataset_info in dataset metadata
Browse files
README.md
CHANGED
@@ -23,6 +23,65 @@ task_ids:
|
|
23 |
- topic-classification
|
24 |
paperswithcode_id: pn-summary
|
25 |
pretty_name: Persian News Summary (PnSummary)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
26 |
---
|
27 |
|
28 |
# Dataset Card for Persian News Summary (pn_summary)
|
@@ -187,4 +246,4 @@ This dataset is licensed under MIT License.
|
|
187 |
|
188 |
### Contributions
|
189 |
|
190 |
-
Thanks to [@m3hrdadfi](https://github.com/m3hrdadfi) for adding this dataset.
|
|
|
23 |
- topic-classification
|
24 |
paperswithcode_id: pn-summary
|
25 |
pretty_name: Persian News Summary (PnSummary)
|
26 |
+
dataset_info:
|
27 |
+
features:
|
28 |
+
- name: id
|
29 |
+
dtype: string
|
30 |
+
- name: title
|
31 |
+
dtype: string
|
32 |
+
- name: article
|
33 |
+
dtype: string
|
34 |
+
- name: summary
|
35 |
+
dtype: string
|
36 |
+
- name: category
|
37 |
+
dtype:
|
38 |
+
class_label:
|
39 |
+
names:
|
40 |
+
0: Economy
|
41 |
+
1: Roads-Urban
|
42 |
+
2: Banking-Insurance
|
43 |
+
3: Agriculture
|
44 |
+
4: International
|
45 |
+
5: Oil-Energy
|
46 |
+
6: Industry
|
47 |
+
7: Transportation
|
48 |
+
8: Science-Technology
|
49 |
+
9: Local
|
50 |
+
10: Sports
|
51 |
+
11: Politics
|
52 |
+
12: Art-Culture
|
53 |
+
13: Society
|
54 |
+
14: Health
|
55 |
+
15: Research
|
56 |
+
16: Education-University
|
57 |
+
17: Tourism
|
58 |
+
- name: categories
|
59 |
+
dtype: string
|
60 |
+
- name: network
|
61 |
+
dtype:
|
62 |
+
class_label:
|
63 |
+
names:
|
64 |
+
0: Tahlilbazaar
|
65 |
+
1: Imna
|
66 |
+
2: Shana
|
67 |
+
3: Mehr
|
68 |
+
4: Irna
|
69 |
+
5: Khabaronline
|
70 |
+
- name: link
|
71 |
+
dtype: string
|
72 |
+
config_name: 1.0.0
|
73 |
+
splits:
|
74 |
+
- name: test
|
75 |
+
num_bytes: 20936820
|
76 |
+
num_examples: 5593
|
77 |
+
- name: train
|
78 |
+
num_bytes: 309436493
|
79 |
+
num_examples: 82022
|
80 |
+
- name: validation
|
81 |
+
num_bytes: 21311817
|
82 |
+
num_examples: 5592
|
83 |
+
download_size: 89591141
|
84 |
+
dataset_size: 351685130
|
85 |
---
|
86 |
|
87 |
# Dataset Card for Persian News Summary (pn_summary)
|
|
|
246 |
|
247 |
### Contributions
|
248 |
|
249 |
+
Thanks to [@m3hrdadfi](https://github.com/m3hrdadfi) for adding this dataset.
|