Datasets:
Tasks:
Summarization
Modalities:
Text
Formats:
parquet
Sub-tasks:
news-articles-summarization
Languages:
Hungarian
Size:
1M - 10M
License:
dorinalakatos
commited on
Commit
•
d1299c0
1
Parent(s):
aefae0a
Create README.md
Browse files
README.md
ADDED
@@ -0,0 +1,32 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
language:
|
3 |
+
- hu
|
4 |
+
multilinguality:
|
5 |
+
- monolingual
|
6 |
+
task_categories:
|
7 |
+
- summarization
|
8 |
+
task_ids:
|
9 |
+
- news-articles-summarization
|
10 |
+
pretty_name: HunSum-1
|
11 |
+
dataset_info:
|
12 |
+
features:
|
13 |
+
- name: uuid
|
14 |
+
dtype: string
|
15 |
+
- name: title
|
16 |
+
dtype: string
|
17 |
+
- name: lead
|
18 |
+
dtype: string
|
19 |
+
- name: article
|
20 |
+
dtype: string
|
21 |
+
- name: domain
|
22 |
+
dtype: string
|
23 |
+
- name: url
|
24 |
+
dtype: string
|
25 |
+
- name: date_of_creation
|
26 |
+
dtype: timestamp[ns]
|
27 |
+
- name: answers
|
28 |
+
sequence:
|
29 |
+
- name: tag
|
30 |
+
dtype: string
|
31 |
+
---
|
32 |
+
# Dataset Card for HunSum-1
|