Gabriel commited on
Commit
582d56c
·
1 Parent(s): 4d3ba04

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +33 -1
README.md CHANGED
@@ -1,3 +1,35 @@
1
  ---
2
- license: cc-by-sa-3.0
 
 
 
 
 
 
 
 
 
 
 
3
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
+ language:
3
+ - sv
4
+ license:
5
+ - cc-by-sa-3.0
6
+ size_categories:
7
+ - 10K<n<100K
8
+ source_datasets:
9
+ - https://github.com/morningmoni/CiteSu
10
+ task_categories:
11
+ - conditional-text-generation
12
+ task_ids:
13
+ - summarization
14
  ---
15
+
16
+ # Dataset Card for Swedish Wiki_lingua Dataset
17
+ The Swedish wiki_lingua dataset has only been machine-translated to improve downstream fine-tuning on Swedish summarization tasks.
18
+
19
+ ## Dataset Summary
20
+ Read about the full details at original Multilingual version: https://huggingface.co/datasets/wiki_lingua
21
+
22
+ ## Data details
23
+ - gem_id: the id for the data instance.
24
+ - gem_id_parent: the id for the data instance.
25
+ - Document: a string containing the document body.
26
+ - Summary: a string containing the summary of the body.
27
+
28
+ ### Data Splits
29
+ The Swedish xsum dataset follows the same splits as the original English version and has 3 splits: _train_, _validation_, and _test_.
30
+ | Dataset Split | Number of Instances in Split |
31
+ | ------------- | ------------------------------------------- |
32
+ | Train | 95,516 |
33
+ | Validation | 27,489 |
34
+ | Test | 13,340 |
35
+