GianDiego commited on
Commit
abdffa8
·
verified ·
1 Parent(s): 5bf1936

Upload LATAM Spanish 24kHz dataset v1

Browse files
README.md ADDED
@@ -0,0 +1,167 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ language: es
3
+ license: cc-by-sa-4.0
4
+ multilinguality: monolingual
5
+ size_categories: 10h-100h
6
+ source_datasets:
7
+ - original:openslr
8
+ task_categories:
9
+ - text-to-speech
10
+ - automatic-speech-recognition
11
+ task_ids:
12
+ - text-to-speech
13
+ - automatic-speech-recognition
14
+ tags:
15
+ - audio
16
+ - speech
17
+ - spanish
18
+ - latam
19
+ - tts
20
+ - orpheus-tts
21
+ - 24khz
22
+ pretty_name: "LATAM Spanish High-Quality Speech (24kHz)"
23
+ dataset_info:
24
+ features:
25
+ - name: audio
26
+ dtype: audio
27
+ sampling_rate: 24000
28
+ - name: text
29
+ dtype: string
30
+ - name: file_id
31
+ dtype: string
32
+ - name: nationality
33
+ dtype: string
34
+ - name: gender
35
+ dtype: string
36
+ - name: speaker_id
37
+ dtype: string
38
+ splits:
39
+ - name: train
40
+ num_bytes:
41
+ num_examples: 24437
42
+ download_size:
43
+ dataset_size:
44
+ ---
45
+
46
+ # LATAM Spanish High-Quality Speech Dataset (24kHz - Orpheus TTS Ready)
47
+
48
+ ## Dataset Description
49
+
50
+ This dataset contains approximately 24 hours of high-quality speech audio in Latin American Spanish, specifically prepared for Text-to-Speech (TTS) applications like OrpheusTTS, which require a 24kHz sampling rate.
51
+
52
+ The audio files are derived from the Crowdsourced high-quality speech datasets made by Google and were obtained via OpenSLR. The original recordings were high-quality (48kHz, 16-bit, mono) and carefully trimmed to remove leading/trailing silences.
53
+
54
+ This version has been processed:
55
+ * **Resampled:** Audio converted from 48kHz to **24kHz**.
56
+ * **Format:** Saved as 16-bit PCM WAV mono.
57
+ * **Structured:** Organized into a Hugging Face `datasets` format with metadata.
58
+
59
+ The dataset features speakers from various Latin American countries, providing a range of accents and voice timbres:
60
+ * Argentina (ar)
61
+ * Chile (cl)
62
+ * Peru (pe)
63
+ * Colombia (co)
64
+ * Venezuela (ve)
65
+ * Puerto Rico (pr)
66
+
67
+ Each audio file has a corresponding transcription.
68
+
69
+ ## How to Use
70
+
71
+ You can load the dataset using the `datasets` library:
72
+
73
+ ```python
74
+ from datasets import load_dataset
75
+
76
+ repo_name = "GianDiego/latam-spanish-speech-orpheus-tts-24khz"
77
+ dataset = load_dataset(repo_name, split="train")
78
+
79
+ sample = dataset[0]
80
+ print(sample["audio"])
81
+ print(sample["text"])
82
+ print(f"Nationality: {sample['nationality']}, Gender: {sample['gender']}, Speaker ID: {sample['speaker_id']}")
83
+ ```
84
+
85
+ ## Dataset Structure
86
+
87
+ ### Data Fields
88
+ * **audio**: A dictionary containing the path to the audio file, the decoded audio array, and the sampling rate (fixed at 24kHz).
89
+ * **text**: The transcription corresponding to the audio file.
90
+ * **file_id**: The unique identifier derived from the original filename (e.g., vem_05223_00896110924).
91
+ * **nationality**: The 2-letter country code indicating the speaker's origin (ar, cl, pe, co, ve, pr).
92
+ * **gender**: The speaker's gender (m for male, f for female).
93
+ * **speaker_id**: The identifier for the specific speaker within their nationality/gender group (e.g., 05223).
94
+
95
+ ### Data Splits
96
+ The dataset contains a single split: train.
97
+
98
+ ## Dataset Creation
99
+
100
+ ### Source Data
101
+ The original audio data comes from Google's Crowdsourced high-quality speech datasets, distributed via OpenSLR:
102
+
103
+ * SLR71 (Chile)
104
+ * SLR73 (Peru)
105
+ * SLR86 (Colombia)
106
+ * SLR72 (Venezuela)
107
+ * SLR74 (Puerto Rico)
108
+ * SLR85 (Argentina) *(Users should verify the exact source datasets used if needed)*
109
+
110
+ These datasets were originally recorded at 48kHz, 16-bit PCM mono and are described in detail in the paper cited below.
111
+
112
+ ### Annotations
113
+ The transcriptions were provided alongside the original audio files by Google/OpenSLR. They generally represent the spoken content accurately. Some minor variations or specific notations (like a_letter observed in some examples) might be present from the original source. This processed dataset retains the original transcriptions.
114
+
115
+ ## Personal and Sensitive Information
116
+ The dataset consists of spoken utterances collected via crowdsourcing. While efforts are usually made to anonymize data (e.g., using anonymized FileIDs), the nature of speech means it could potentially contain identifiable characteristics or incidental mentions. Users should use the dataset responsibly and in accordance with the license terms.
117
+
118
+ ## Licensing Information
119
+ The original datasets from OpenSLR are licensed under the **Creative Commons Attribution-ShareAlike 4.0 International (CC BY-SA 4.0) License**.
120
+
121
+ In accordance with the ShareAlike clause, this derived dataset (resampled to 24kHz and formatted for Hugging Face) is also distributed under the **Creative Commons Attribution-ShareAlike 4.0 International (CC BY-SA 4.0) License**.
122
+
123
+ This means you are free to:
124
+ * Share — copy and redistribute the material in any medium or format
125
+ * Adapt — remix, transform, and build upon the material for any purpose, even commercially.
126
+
127
+ Under the following terms:
128
+ * **Attribution** — You must give appropriate credit, provide a link to the license, and indicate if changes were made. You may do so in any reasonable manner, but not in any way that suggests the licensor endorses you or your use.
129
+ * **ShareAlike** — If you remix, transform, or build upon the material, you must distribute your contributions under the same license as the original.
130
+
131
+ Please review the full terms of the license: **https://creativecommons.org/licenses/by-sa/4.0/**
132
+
133
+ ## Citation Information
134
+ If you use this dataset in your work, please cite **both** the original data collection effort and this specific processed version:
135
+
136
+ **1. Original Data Collection (Google/OpenSLR):**
137
+
138
+ ```bibtex
139
+ @inproceedings{guevara-rukoz-etal-2020-crowdsourcing,
140
+ title = {{Crowdsourcing Latin American Spanish for Low-Resource Text-to-Speech}},
141
+ author = {Guevara-Rukoz, Adriana and Demirsahin, Isin and He, Fei and Chu, Shan-Hui Cathy and Sarin, Supheakmungkol and Pipatsrisawat, Knot and Gutkin, Alexander and Butryna, Alena and Kjartansson, Oddur},
142
+ booktitle = {Proceedings of The 12th Language Resources and Evaluation Conference (LREC)},
143
+ year = {2020},
144
+ month = may,
145
+ address = {Marseille, France},
146
+ publisher = {European Language Resources Association (ELRA)},
147
+ url = {https://www.aclweb.org/anthology/2020.lrec-1.801},
148
+ pages = {6504--6513},
149
+ ISBN = {979-10-95546-34-4},
150
+ }
151
+ ```
152
+
153
+ **2. This Processed 24kHz Version:**
154
+
155
+ ```bibtex
156
+ @misc{latam_speech_24khz_giandiego_2024,
157
+ author = {GianDiego and Google Contributors}, # Giving credit as per license
158
+ title = {LATAM Spanish High-Quality Speech Dataset (24kHz, Orpheus TTS Ready)},
159
+ year = {2024}, # Or the year you upload it
160
+ publisher = {Hugging Face},
161
+ journal = {Hugging Face Hub},
162
+ howpublished = {\url{https://huggingface.co/datasets/GianDiego/latam-spanish-speech-orpheus-tts-24khz}}
163
+ }
164
+ ```
165
+
166
+ ## Acknowledgements
167
+ Thanks to Google for creating and releasing the original high-quality speech data, the authors of the LREC paper for documenting the crowdsourcing effort, and to OpenSLR for hosting the resources.
data-00000-of-00008.arrow ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4e92a4f3e283474c17c22a7ce70f124f4ed8f6b498d5aee80ce964a7f9363d11
3
+ size 468816976
data-00001-of-00008.arrow ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:56322f1419cd2f419d348845189de4ef121f5834eae6fe6ac4f6fc932ba776b0
3
+ size 482209688
data-00002-of-00008.arrow ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b18c93a68fe364e2d4bd89bc3dd4acafe7455e1d3413f04dafde8501cc62d9e4
3
+ size 501391136
data-00003-of-00008.arrow ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e351cc5bce6369c75b323a67dea7857c4d6ae07eb3e57924d79596c1208df33c
3
+ size 450043464
data-00004-of-00008.arrow ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:569fe670e484efcb8511491ecce6c6d08b355a07a2eddeb38450fd35b5d0b8ad
3
+ size 465513656
data-00005-of-00008.arrow ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c8443ab41d0da1ef5e6c6a5f547a25d1cf9a0fc4275a4d8276e24b7651eae2dc
3
+ size 460520200
data-00006-of-00008.arrow ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cdff5bf8da1bb16bfb87c711e990a2d502bed43b48b3ec9e7d8a3103f1509471
3
+ size 444306016
data-00007-of-00008.arrow ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0064ea250e1daaa43917c3120255cc988cb7cf461f71ff9a3ce8da90006e7fed
3
+ size 439993616
dataset_info.json ADDED
@@ -0,0 +1,32 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "citation": "",
3
+ "description": "",
4
+ "features": {
5
+ "audio": {
6
+ "sampling_rate": 24000,
7
+ "_type": "Audio"
8
+ },
9
+ "text": {
10
+ "dtype": "string",
11
+ "_type": "Value"
12
+ },
13
+ "file_id": {
14
+ "dtype": "string",
15
+ "_type": "Value"
16
+ },
17
+ "nationality": {
18
+ "dtype": "string",
19
+ "_type": "Value"
20
+ },
21
+ "gender": {
22
+ "dtype": "string",
23
+ "_type": "Value"
24
+ },
25
+ "speaker_id": {
26
+ "dtype": "string",
27
+ "_type": "Value"
28
+ }
29
+ },
30
+ "homepage": "",
31
+ "license": ""
32
+ }
state.json ADDED
@@ -0,0 +1,34 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_data_files": [
3
+ {
4
+ "filename": "data-00000-of-00008.arrow"
5
+ },
6
+ {
7
+ "filename": "data-00001-of-00008.arrow"
8
+ },
9
+ {
10
+ "filename": "data-00002-of-00008.arrow"
11
+ },
12
+ {
13
+ "filename": "data-00003-of-00008.arrow"
14
+ },
15
+ {
16
+ "filename": "data-00004-of-00008.arrow"
17
+ },
18
+ {
19
+ "filename": "data-00005-of-00008.arrow"
20
+ },
21
+ {
22
+ "filename": "data-00006-of-00008.arrow"
23
+ },
24
+ {
25
+ "filename": "data-00007-of-00008.arrow"
26
+ }
27
+ ],
28
+ "_fingerprint": "2cd401527b81a8e9",
29
+ "_format_columns": null,
30
+ "_format_kwargs": {},
31
+ "_format_type": null,
32
+ "_output_all_columns": false,
33
+ "_split": null
34
+ }