Datasets:
Update README.md
Browse files
README.md
CHANGED
|
@@ -3,11 +3,13 @@ task_categories:
|
|
| 3 |
- summarization
|
| 4 |
language:
|
| 5 |
- vi
|
| 6 |
-
|
| 7 |
-
|
| 8 |
-
|
| 9 |
-
|
| 10 |
-
|
| 11 |
-
|
| 12 |
-
|
|
|
|
|
|
|
| 13 |
---
|
|
|
|
| 3 |
- summarization
|
| 4 |
language:
|
| 5 |
- vi
|
| 6 |
+
dataset_info:
|
| 7 |
+
config_name: news summarization
|
| 8 |
+
features:
|
| 9 |
+
- name: title
|
| 10 |
+
dtype: string
|
| 11 |
+
- name: document
|
| 12 |
+
dtype: string
|
| 13 |
+
- name: summary
|
| 14 |
+
dtype: string
|
| 15 |
---
|