Datasets:

Modalities:
Audio
Text
Formats:
parquet
Languages:
Catalan
DOI:
Libraries:
Datasets
Dask
License:
martillopartbsc commited on
Commit
232c088
·
verified ·
1 Parent(s): 40223f3

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +36 -50
README.md CHANGED
@@ -41,35 +41,51 @@ dataset_info:
41
 
42
  We present LaFresCat, the first Catalan multiaccented and multispeaker dataset.
43
 
 
 
44
  ## Dataset Details
45
 
46
  ### Dataset Description
47
 
48
- In total 4 different accents. 2 speakers per accent (female and male):
 
 
 
 
 
 
 
 
 
 
 
 
49
 
50
  * Balear
51
- * olga
52
- * quim
 
53
  * Central
54
- * elia
55
- * grau
 
56
  * Occidental (North-Western)
57
- * emma
58
- * pere
 
59
  * Valencia
60
- * gina
61
- * lluc
62
 
63
 
64
  ## Uses
65
 
66
- The purpose of this dataset is mainly for training text-to-speech and automatic speech recognition models in Catalan.
67
 
68
  ### Languages
69
 
70
  The dataset is in Catalan (`ca-ES`).
71
 
72
-
73
  ## Dataset Structure
74
 
75
  <!-- This section provides a description of the dataset fields, and additional information about the dataset structure such as criteria used to create the splits, relationships between data points, etc. -->
@@ -109,14 +125,23 @@ Each data point is structured as:
109
 
110
  ## Dataset Creation
111
 
 
 
 
112
  ### Source Data
113
 
 
114
 
115
  #### Data Collection and Processing
116
 
 
 
117
 
118
  #### Who are the source data producers?
119
 
 
 
 
120
 
121
  ### Annotations [optional]
122
 
@@ -132,52 +157,13 @@ The dataset consists of people who have donated their voice online. You agree to
132
 
133
  <!-- This section is meant to convey both technical and sociotechnical limitations. -->
134
 
135
-
136
  ### Recommendations
137
 
138
  <!-- This section is meant to convey recommendations with respect to the bias, risk, and technical limitations. -->
139
 
140
- This dataset is a post-processed version of another previously created dataset. Please, refer to its documentation to know about any possible risks, biases and limitations.
141
 
142
  ## Citation
143
 
144
- These are the relevant publications related to the creation and development of the festcat dataset:
145
-
146
- ```
147
- @inproceedings{bonafonte2008corpus,
148
- title={Corpus and Voices for Catalan Speech Synthesis.},
149
- author={Bonafonte, Antonio and Adell, Jordi and Esquerra, Ignasi and Gallego, Silvia and Moreno, Asunci{\'o}n and P{\'e}rez, Javier},
150
- booktitle={LREC},
151
- year={2008}
152
- }
153
- ```
154
-
155
- ```
156
- @article{bonafonte2009recent,
157
- title={Recent work on the FESTCAT database for speech synthesis},
158
- author={Bonafonte, Antonio and Aguilar, Lourdes and Esquerra, Ignasi and Oller, Sergio and Moreno, Asunci{\'o}n},
159
- journal={Proc. SLTECH},
160
- pages={131--132},
161
- year={2009}
162
- }
163
- ```
164
-
165
- ```
166
- @article{gallego2010corpus,
167
- title={Corpus ling{\"u}{\'\i}stic pel desenvolupament d'una veu sint{\`e}tica en catal{\`a} per a Festival},
168
- author={Gallego Gonz{\`a}lez, Silvia},
169
- year={2010},
170
- publisher={Universitat Polit{\`e}cnica de Catalunya}
171
- }
172
- ```
173
-
174
- ```
175
- @phdthesis{moyano2007desenvolupament,
176
- title={Desenvolupament d'una veu en catal{\`a} per a Festival},
177
- author={Moyano, Francesc Jarque},
178
- year={2007}
179
- }
180
- ```
181
  **APA:**
182
 
183
  ## Funding
 
41
 
42
  We present LaFresCat, the first Catalan multiaccented and multispeaker dataset.
43
 
44
+ This is the license: [Attribution-NonCommercial 4.0 International ] (https://creativecommons.org/licenses/by-nc/4.0/deed.en)
45
+
46
  ## Dataset Details
47
 
48
  ### Dataset Description
49
 
50
+ The audios from this dataset have been created with professional studio recordings by professional voice actors in Lafresca Creative Studio.
51
+ We processed the raw audios with the following recipe:
52
+
53
+ - **Trimming:** Long silences from the start and the end of clips have been removed.
54
+ - [py-webrtcvad](https://pypi.org/project/webrtcvad/) -> Python interface to the Voice Activity Detector (VAD) developed by Google for the WebRTC.
55
+
56
+ - **Resampling:** From 48000 Hz to 22050 Hz, which is the most common sampling rate for training TTS models
57
+
58
+
59
+ - **Stereo to mono conversion:**
60
+
61
+ In total, there are 4 different accents, with 2 speakers per accent (female and male).
62
+ After trimming, accumulates a total of 3,75h (divided by speaker IDs) as follows:
63
 
64
  * Balear
65
+ * olga -> 23.5 min
66
+ * quim -> 30.93 min
67
+
68
  * Central
69
+ * elia -> 33.14 min
70
+ * grau -> 37,86 min
71
+
72
  * Occidental (North-Western)
73
+ * emma -> 28,67 min
74
+ * pere -> 25,12 min
75
+
76
  * Valencia
77
+ * gina -> 22,25 min
78
+ * lluc -> 23,58 min
79
 
80
 
81
  ## Uses
82
 
83
+ The purpose of this dataset is mainly for training text-to-speech and automatic speech recognition models in Catalan dialects.
84
 
85
  ### Languages
86
 
87
  The dataset is in Catalan (`ca-ES`).
88
 
 
89
  ## Dataset Structure
90
 
91
  <!-- This section provides a description of the dataset fields, and additional information about the dataset structure such as criteria used to create the splits, relationships between data points, etc. -->
 
125
 
126
  ## Dataset Creation
127
 
128
+ This dataset has been created by members of the Language Technologies unit from the Life Sciences department of the Barcelona Supercomputing Center.
129
+ The voices belong to professional voice actors and they've been recorded in Lafresca Creative Studio.
130
+
131
  ### Source Data
132
 
133
+ The data presented in this dataset is the source data.
134
 
135
  #### Data Collection and Processing
136
 
137
+ These are the technical details of the data collection and processing:
138
+
139
 
140
  #### Who are the source data producers?
141
 
142
+ The Language Technologies team from the Life Sciences department at the Barcelona Supercomputing Center developed this dataset.
143
+ It features recordings by professional voice actors made at Lafresca Creative Studio.
144
+
145
 
146
  ### Annotations [optional]
147
 
 
157
 
158
  <!-- This section is meant to convey both technical and sociotechnical limitations. -->
159
 
 
160
  ### Recommendations
161
 
162
  <!-- This section is meant to convey recommendations with respect to the bias, risk, and technical limitations. -->
163
 
 
164
 
165
  ## Citation
166
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
167
  **APA:**
168
 
169
  ## Funding