KennethEnevoldsen commited on
Commit
f879c16
1 Parent(s): 8383abe

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +18 -3
README.md CHANGED
@@ -20,8 +20,23 @@ dataset_info:
20
  num_bytes: 11172.889235569422
21
  num_examples: 129
22
  download_size: 37996
23
- dataset_size: 55518.0
 
 
 
 
 
 
 
 
 
24
  ---
25
- # Dataset Card for "spontanous-speech-qa"
26
 
27
- [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
 
 
 
 
 
 
 
 
20
  num_bytes: 11172.889235569422
21
  num_examples: 129
22
  download_size: 37996
23
+ dataset_size: 55518
24
+ task_categories:
25
+ - question-answering
26
+ language:
27
+ - da
28
+ tags:
29
+ - conversational
30
+ pretty_name: Spontanous speech QA
31
+ size_categories:
32
+ - n<1K
33
  ---
 
34
 
35
+ # Spontanous speech QA
36
+
37
+ This dataset contains QA pairs from the spontaneous speech subsection of the Danish Gigaword.
38
+ The dataset is created from the [DDSC dataset](DDSC/partial-danish-gigaword-no-twitter) and
39
+ filtered to only include QA pairs where the question is less than 20 tokens and the answer is
40
+ at least 4 tokens long.
41
+
42
+ To find out more about the creation see the accompanying script.