robertritz
commited on
Commit
•
9046e66
1
Parent(s):
c859119
Update README.md
Browse files
README.md
CHANGED
@@ -16,4 +16,15 @@ configs:
|
|
16 |
data_files:
|
17 |
- split: train
|
18 |
path: data/train-*
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
19 |
---
|
|
|
|
|
|
|
|
|
|
16 |
data_files:
|
17 |
- split: train
|
18 |
path: data/train-*
|
19 |
+
task_categories:
|
20 |
+
- summarization
|
21 |
+
language:
|
22 |
+
- mn
|
23 |
+
pretty_name: Online Mongolian News
|
24 |
+
size_categories:
|
25 |
+
- 100K<n<1M
|
26 |
---
|
27 |
+
|
28 |
+
# Online Mongolian News Dataset
|
29 |
+
|
30 |
+
This dataset was scraped from an online news portal in Mongolia. It contains news stories and their headlines. It is ideal for a summarization task (making headlines from story content).
|