Gabriel commited on
Commit
29167a6
·
1 Parent(s): e846b68

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +31 -1
README.md CHANGED
@@ -1,3 +1,33 @@
1
  ---
2
- license: mit
 
 
 
 
 
 
 
 
 
 
 
3
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
+ language:
3
+ - sv
4
+ license:
5
+ - mit
6
+ size_categories:
7
+ - 100k<n<1M
8
+ source_datasets:
9
+ - https://github.com/huggingface/datasets/tree/master/datasets/gigaword
10
+ task_categories:
11
+ - conditional-text-generation
12
+ task_ids:
13
+ - summarization
14
  ---
15
+
16
+ # Dataset Card for Swedish Gigaword Dataset
17
+ The Swedish gigaword 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 English version: https://huggingface.co/datasets/gigaword
21
+
22
+ ### Data Fields
23
+ - `document`: a string containing the shorter body
24
+ - `summary`: a string containing the summary of the body
25
+
26
+ ### Data Splits
27
+ The Swedish gigaword dataset follows the same splits as the original English version and has 3 splits: _train_, _validation_, and _test_.
28
+ | Dataset Split | Number of Instances in Split |
29
+ | ------------- | ------------------------------------------- |
30
+ | Train | xxx |
31
+ | Validation | xxx |
32
+ | Test | xxx |
33
+