Update README.md
Browse files
README.md
CHANGED
@@ -13,3 +13,19 @@ task_ids:
|
|
13 |
- summarization
|
14 |
---
|
15 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
13 |
- summarization
|
14 |
---
|
15 |
|
16 |
+
# Dataset Card for Swedish CNN Dailymail Dataset
|
17 |
+
WIP
|
18 |
+
## Dataset Summary
|
19 |
+
WIP
|
20 |
+
|
21 |
+
### Data Fields
|
22 |
+
- `id`: a string containing the heximal formated SHA1 hash of the url where the story was retrieved from
|
23 |
+
- `article`: a string containing the body of the news article
|
24 |
+
- `highlights`: a string containing the highlight of the article as written by the article author
|
25 |
+
### Data Splits
|
26 |
+
The Swedish CNN/DailyMail dataset follows the same splits as the original English version and has 3 splits: _train_, _validation_, and _test_.
|
27 |
+
| Dataset Split | Number of Instances in Split |
|
28 |
+
| ------------- | ------------------------------------------- |
|
29 |
+
| Train | 287,113 |
|
30 |
+
| Validation | 13,368 |
|
31 |
+
| Test | 11,490 |
|