File size: 1,153 Bytes
e846b68 29167a6 9cc3559 29167a6 2b43ea0 e846b68 29167a6 3e3a80b 29167a6 c29bfc3 29167a6 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 |
---
language:
- sv
license:
- mit
size_categories:
- 1M<n<3M
source_datasets:
- https://github.com/huggingface/datasets/tree/master/datasets/gigaword
task_categories:
- summarization
- text2text-generation
task_ids: []
tags:
- conditional-text-generation
---
# Dataset Card for Swedish Gigaword Dataset
The Swedish gigaword dataset has only been machine-translated to improve downstream fine-tuning on Swedish summarization tasks.
## Dataset Summary
Read about the full details at original English version: https://huggingface.co/datasets/gigaword
### Data Fields
- `document`: a string containing the shorter body
- `summary`: a string containing the summary of the body
### Data Splits
The Swedish gigaword dataset follows the same splits as the original English version and has 3 splits: _train_, _validation_, and _test_.
| Dataset Split | Number of Instances in Split |
| ------------- | ------------------------------------------- |
| Train | 3,700,301 |
| Validation | 189,650 |
| Test | 1,951 |
|