ajders commited on
Commit
7205751
1 Parent(s): 5102d7c

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +82 -1
README.md CHANGED
@@ -1,3 +1,84 @@
1
  ---
2
- license: cc-by-sa-4.0
 
 
 
 
 
 
 
 
 
 
 
3
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
+ pretty_name: ScandiRedditFiltered
3
+ language:
4
+ - da
5
+ license:
6
+ - cc-by-4.0
7
+ size_categories:
8
+ - 1K<n<10K
9
+ task_categories:
10
+ - text-generation
11
+ - fill-mask
12
+ task_ids:
13
+ - language-modeling
14
  ---
15
+
16
+ # Dataset Card for ScandiRedditFiltered
17
+
18
+ ## Dataset Description
19
+
20
+ - **Repository:** <https://github.com/alexandrainst/ScandiReddit>
21
+ - **Point of Contact:** [Anders Jess Pedersen](mailto:anders.j.pedersen@alexandra.dk)
22
+
23
+
24
+ ### Dataset Summary
25
+
26
+ ScandiRedditFiltered is manually filtered and post-processed corpus consisting of comments from [ScandiReddit](https://huggingface.co/datasets/alexandrainst/scandi-reddit).
27
+ The intended use of the filtered sentences is for Text-To-Speech (TTS) models.
28
+
29
+ ### Supported Tasks and Leaderboards
30
+
31
+ Training language models is the intended task for this dataset. No leaderboard is active at this point.
32
+
33
+
34
+ ### Languages
35
+
36
+ The dataset is available in Danish (`da`).
37
+
38
+
39
+ ## Dataset Structure
40
+
41
+ ### Data Instances
42
+
43
+ An example from the dataset looks as follows.
44
+ ```
45
+ {
46
+ 'sentence': 'Bergen er ødelagt. Det er ikke moro mer.',
47
+ 'username': 'alexandra_0',
48
+ 'keep': 'y',
49
+ 'index': 2
50
+ }
51
+ ```
52
+
53
+ ### Data Fields
54
+
55
+ The data fields are the same among all splits.
56
+
57
+ - `sentence`: a `string` feature.
58
+ - `username`: a `string` feature.
59
+ - `keep`: a `string` feature.
60
+ - `index`: a `int` feature.
61
+
62
+
63
+ ## Dataset Creation
64
+
65
+ ### Curation Rationale
66
+
67
+ The Scandinavian languages do not have any open source social media TTS datasets.
68
+
69
+ ### Source Data
70
+
71
+ The raw Reddit data was collected through [PushShift](https://files.pushshift.io/reddit/comments/).
72
+
73
+
74
+ ## Additional Information
75
+
76
+ ### Dataset Curators
77
+
78
+ [Anders Jess Pedersen](mailto:anders.j.pedersen@alexandra.dk) from the [The Alexandra
79
+ Institute](https://alexandra.dk/) curated this dataset.
80
+
81
+ ### Licensing Information
82
+
83
+ The dataset is licensed under the [CC BY 4.0
84
+ license](https://creativecommons.org/licenses/by/4.0/).