jimregan commited on
Commit
2bb7dfb
1 Parent(s): ba68f6a

extend readme

Browse files
Files changed (1) hide show
  1. README.md +145 -0
README.md CHANGED
@@ -1,3 +1,148 @@
1
  ---
 
 
 
 
2
  license: cc0-1.0
 
 
 
 
 
 
 
 
 
 
3
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
+ annotations_creators:
3
+ - expert-generated
4
+ language:
5
+ - hu
6
  license: cc0-1.0
7
+ multilinguality:
8
+ - monolingual
9
+ size_categories:
10
+ - 1K<n<10K
11
+ source_datasets:
12
+ - original
13
+ task_categories:
14
+ - text-to-speech
15
+ - other
16
+ task_ids: []
17
  ---
18
+
19
+ # Dataset Card for CSS10 Hungarian: Single Speaker Speech Dataset
20
+
21
+ ## Table of Contents
22
+ - [Dataset Description](#dataset-description)
23
+ - [Dataset Summary](#dataset-summary)
24
+ - [Supported Tasks](#supported-tasks-and-leaderboards)
25
+ - [Languages](#languages)
26
+ - [Dataset Structure](#dataset-structure)
27
+ - [Data Instances](#data-instances)
28
+ - [Data Fields](#data-instances)
29
+ - [Data Splits](#data-instances)
30
+ - [Dataset Creation](#dataset-creation)
31
+ - [Curation Rationale](#curation-rationale)
32
+ - [Source Data](#source-data)
33
+ - [Annotations](#annotations)
34
+ - [Personal and Sensitive Information](#personal-and-sensitive-information)
35
+ - [Considerations for Using the Data](#considerations-for-using-the-data)
36
+ - [Social Impact of Dataset](#social-impact-of-dataset)
37
+ - [Discussion of Biases](#discussion-of-biases)
38
+ - [Other Known Limitations](#other-known-limitations)
39
+ - [Additional Information](#additional-information)
40
+ - [Dataset Curators](#dataset-curators)
41
+ - [Licensing Information](#licensing-information)
42
+ - [Citation Information](#citation-information)
43
+ - [Contributions](#contributions)
44
+
45
+ ## Dataset Description
46
+
47
+ - **Homepage:** [Hungarian Single Speaker Speech Dataset](https://www.kaggle.com/datasets/bryanpark/hungarian-single-speaker-speech-dataset)
48
+ - **Repository:** [CSS10](https://github.com/kyubyong/css10)
49
+ - **Paper:** [CSS10: A Collection of Single Speaker Speech Datasets for 10 Languages](https://arxiv.org/abs/1903.11269)
50
+
51
+ ### Dataset Summary
52
+
53
+ The corpus consists of a single speaker, with 4515 segments extracted
54
+ from a single LibriVox audiobook.
55
+
56
+ ### Supported Tasks and Leaderboards
57
+
58
+ [Needs More Information]
59
+
60
+ ### Languages
61
+
62
+ The audio is in Hungarian.
63
+
64
+ ## Dataset Structure
65
+
66
+ [Needs More Information]
67
+
68
+ ### Data Instances
69
+
70
+ [Needs More Information]
71
+
72
+ ### Data Fields
73
+
74
+ [Needs More Information]
75
+
76
+ ### Data Splits
77
+
78
+ [Needs More Information]
79
+
80
+ ## Dataset Creation
81
+
82
+ ### Curation Rationale
83
+
84
+ CSS10 is a collection of single speaker speech datasets for 10 languages. Each of them consists of audio files recorded by a single volunteer and their aligned text sourced from LibriVox.
85
+
86
+ ### Source Data
87
+
88
+ #### Initial Data Collection and Normalization
89
+
90
+ [Egri csillagok](https://librivox.org/egri-csillagok-by-geza-gardonyi/),
91
+ read by Diana Majlinger.
92
+
93
+ #### Who are the source language producers?
94
+
95
+ [Needs More Information]
96
+
97
+ ### Annotations
98
+
99
+ #### Annotation process
100
+
101
+ [Needs More Information]
102
+
103
+ #### Who are the annotators?
104
+
105
+ [Needs More Information]
106
+
107
+ ### Personal and Sensitive Information
108
+
109
+ [Needs More Information]
110
+
111
+ ## Considerations for Using the Data
112
+
113
+ ### Social Impact of Dataset
114
+
115
+ [More Information Needed]
116
+
117
+ ### Discussion of Biases
118
+
119
+ [More Information Needed]
120
+
121
+ ### Other Known Limitations
122
+
123
+ [Needs More Information]
124
+
125
+ ## Additional Information
126
+
127
+ ### Dataset Curators
128
+
129
+ Kyubyong Park & Tommy Mulc
130
+
131
+ ### Licensing Information
132
+
133
+ [CC0: Public Domain](https://creativecommons.org/publicdomain/zero/1.0/)
134
+
135
+ ### Citation Information
136
+
137
+ ```
138
+ @article{park2019css10,
139
+ title={CSS10: A Collection of Single Speaker Speech Datasets for 10 Languages},
140
+ author={Park, Kyubyong and Mulc, Thomas},
141
+ journal={Interspeech},
142
+ year={2019}
143
+ }
144
+ ```
145
+
146
+ ### Contributions
147
+
148
+ [Needs More Information]