jimregan commited on
Commit
8870268
1 Parent(s): beaeb5e

Update README.md

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