Create initial README.md file
Browse files
README.md
CHANGED
@@ -1,34 +1,171 @@
|
|
1 |
-
---
|
2 |
-
license: cc-by-nc-nd-4.0
|
3 |
-
configs:
|
4 |
-
- config_name: default
|
5 |
-
data_files:
|
6 |
-
- split: train
|
7 |
-
path: data/train-*
|
8 |
-
dataset_info:
|
9 |
-
features:
|
10 |
-
- name: Voice ID
|
11 |
-
dtype: string
|
12 |
-
- name: Voice Name
|
13 |
-
dtype: string
|
14 |
-
- name: Voice Gender
|
15 |
-
dtype: string
|
16 |
-
- name: Record Date
|
17 |
-
dtype: string
|
18 |
-
- name: Text Length
|
19 |
-
dtype: int64
|
20 |
-
- name: Audio Length (ms)
|
21 |
-
dtype: int64
|
22 |
-
- name: Audio Path
|
23 |
-
dtype: audio
|
24 |
-
- name: Text Path
|
25 |
-
dtype: string
|
26 |
-
- name: Text
|
27 |
-
dtype: string
|
28 |
-
splits:
|
29 |
-
- name: train
|
30 |
-
num_bytes: 16697363003.0
|
31 |
-
num_examples: 100998
|
32 |
-
download_size: 16224384151
|
33 |
-
dataset_size: 16697363003.0
|
34 |
-
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: cc-by-nc-nd-4.0
|
3 |
+
configs:
|
4 |
+
- config_name: default
|
5 |
+
data_files:
|
6 |
+
- split: train
|
7 |
+
path: data/train-*
|
8 |
+
dataset_info:
|
9 |
+
features:
|
10 |
+
- name: Voice ID
|
11 |
+
dtype: string
|
12 |
+
- name: Voice Name
|
13 |
+
dtype: string
|
14 |
+
- name: Voice Gender
|
15 |
+
dtype: string
|
16 |
+
- name: Record Date
|
17 |
+
dtype: string
|
18 |
+
- name: Text Length
|
19 |
+
dtype: int64
|
20 |
+
- name: Audio Length (ms)
|
21 |
+
dtype: int64
|
22 |
+
- name: Audio Path
|
23 |
+
dtype: audio
|
24 |
+
- name: Text Path
|
25 |
+
dtype: string
|
26 |
+
- name: Text
|
27 |
+
dtype: string
|
28 |
+
splits:
|
29 |
+
- name: train
|
30 |
+
num_bytes: 16697363003.0
|
31 |
+
num_examples: 100998
|
32 |
+
download_size: 16224384151
|
33 |
+
dataset_size: 16697363003.0
|
34 |
+
---
|
35 |
+
|
36 |
+
# Alcaim Dataset: Brazilian Portuguese Audio Corpus
|
37 |
+
|
38 |
+
## Overview
|
39 |
+
|
40 |
+
The **Alcaim Dataset** is a Brazilian Portuguese audio corpus provided by the [Centro de Estudos em Telecomunicações (CETUC)](https://www.ctc.puc-rio.br/laboratorios-cetuc) for **research purposes exclusively**. This dataset consists of audio recordings and transcriptions in Brazilian Portuguese, suitable for speech recognition, linguistic analysis, and other research applications.
|
41 |
+
|
42 |
+
According to Section 4.1.3 of the [Master's Dissertation of Rafael Oliveira (PPGCC, 2012)](https://ppgcc.propesp.ufpa.br/Disserta%C3%A7%C3%B5es_2012/Rafael%20Santana%20Oliveira_Disserta%C3%A7%C3%A3o.pdf):
|
43 |
+
> O [Centro de Estudos em Telecomunicações (CETUC)](https://www.ctc.puc-rio.br/laboratorios-cetuc), através do Professor Doutor Abraham Alcaim, gentilmente cedeu ao LaPS, para fins de pesquisa exclusivamente, seu corpus de áudio para Português Brasileiro. Esse corpus, é composto por áudios de 1.000 sentenças, gravados por 101 locutores, totalizando aproximadamente 143 horas de áudio.
|
44 |
+
|
45 |
+
---
|
46 |
+
|
47 |
+
## Dataset Details
|
48 |
+
|
49 |
+
- **Number of Speakers**: 101 (50 male, 51 female)
|
50 |
+
- **Number of Sentences**: 1,000 unique sentences
|
51 |
+
- **Total Audio Duration**: Approximately 143 hours
|
52 |
+
- **File Types**:
|
53 |
+
- **Audio Files**: `.wav` format, recorded at 16 kHz
|
54 |
+
- **Transcriptions**: Plain text files (`.txt`) containing the corresponding sentence for each audio file
|
55 |
+
- **Metadata**: Includes speaker ID, gender, recording date, and transcription details.
|
56 |
+
|
57 |
+
---
|
58 |
+
|
59 |
+
## Voices Table
|
60 |
+
|
61 |
+
| Voice ID | Record Date | Voice Name |
|
62 |
+
|----------|-------------|----------------------|
|
63 |
+
| F000 | 2018-09-28 | Ivone Amitrano |
|
64 |
+
| F001 | 2020-02-28 | Patricia |
|
65 |
+
| F002 | 2018-09-28 | Madel |
|
66 |
+
| F003 | 2018-09-28 | Andrea |
|
67 |
+
| F004 | 2018-09-28 | Priscila Terra |
|
68 |
+
| F005 | 2018-09-28 | N A |
|
69 |
+
| F006 | 2018-09-28 | Geruza |
|
70 |
+
| F007 | 2018-09-28 | Cristiane |
|
71 |
+
| F008 | 2018-09-28 | Benita |
|
72 |
+
| F009 | 2018-09-28 | Marta |
|
73 |
+
| F010 | 2018-09-28 | Alexandra |
|
74 |
+
| F011 | 2018-09-28 | Sandra Rocha |
|
75 |
+
| F012 | 2018-09-28 | Silvana Ferreira |
|
76 |
+
| F013 | 2018-09-28 | Regina |
|
77 |
+
| F014 | 2020-02-19 | Ieda |
|
78 |
+
| F015 | 2018-09-28 | Sandra Cipriano |
|
79 |
+
| F016 | 2018-09-28 | Conceicao Abdulatif |
|
80 |
+
| F017 | 2018-09-28 | Lila |
|
81 |
+
| F018 | 2019-10-29 | Alcione |
|
82 |
+
| F019 | 2018-09-28 | Luana Ester Luna |
|
83 |
+
| F020 | 2018-09-28 | Fatima Turano |
|
84 |
+
| F021 | 2018-09-28 | Ce Cilia Bulcao |
|
85 |
+
| F022 | 2018-09-28 | Leona Rodrigues |
|
86 |
+
| F023 | 2018-09-28 | Claudia Moraes |
|
87 |
+
| F024 | 2018-09-28 | Mariana |
|
88 |
+
| F025 | 2018-09-28 | camilla Wagner |
|
89 |
+
| F026 | 2018-09-28 | Paula |
|
90 |
+
| F027 | 2018-09-28 | Myrza Wanderley |
|
91 |
+
| F028 | 2018-09-28 | Juliana |
|
92 |
+
| F029 | 2018-09-28 | Narhua |
|
93 |
+
| F030 | 2018-09-28 | Rose |
|
94 |
+
| F031 | 2018-09-28 | Sheila |
|
95 |
+
| F032 | 2018-09-28 | Andreia Soares |
|
96 |
+
| F033 | 2018-09-28 | Custodia |
|
97 |
+
| F034 | 2018-09-28 | Gabriela |
|
98 |
+
| F035 | 2018-09-28 | Carla |
|
99 |
+
| F036 | 2018-09-28 | Aurea |
|
100 |
+
| F037 | 2018-09-28 | Nathalia |
|
101 |
+
| F038 | 2018-09-28 | Tatiana Ruback |
|
102 |
+
| F039 | 2018-09-28 | Denize Ramos |
|
103 |
+
| F040 | 2018-09-28 | Anesia |
|
104 |
+
| F041 | 2018-09-28 | Tereza Spedo |
|
105 |
+
| F042 | 2018-09-28 | Ana Varela |
|
106 |
+
| F043 | 2018-09-28 | Helen |
|
107 |
+
| F044 | 2018-09-28 | Milena |
|
108 |
+
| F045 | 2018-09-28 | Alessandra |
|
109 |
+
| F046 | 2018-09-28 | Anna Perez |
|
110 |
+
| F047 | 2018-09-28 | Flavia |
|
111 |
+
| F048 | 2018-09-28 | Roseoliveira |
|
112 |
+
| F049 | 2018-09-28 | Adriana Malta |
|
113 |
+
| F050 | 2018-09-28 | Carolina Magalhaes |
|
114 |
+
| M000 | 2018-09-28 | Paulinho |
|
115 |
+
| M001 | 2018-09-28 | Aislam |
|
116 |
+
| M002 | 2018-09-28 | Daniel Ribeiro |
|
117 |
+
| M003 | 2018-09-28 | Jailson |
|
118 |
+
| M004 | 2018-09-28 | Walace |
|
119 |
+
| M005 | 2018-09-28 | Julio Faustino |
|
120 |
+
| M006 | 2018-09-28 | Marcos Bittencourt |
|
121 |
+
| M007 | 2018-09-28 | Elson |
|
122 |
+
| M008 | 2018-09-28 | Ivan Mariano |
|
123 |
+
| M009 | 2018-09-28 | Jonatas |
|
124 |
+
| M010 | 2018-09-28 | Renato Peres |
|
125 |
+
| M011 | 2018-09-28 | Marcio |
|
126 |
+
| M012 | 2018-09-28 | Oswaldo |
|
127 |
+
| M013 | 2018-09-28 | Rafael |
|
128 |
+
| M014 | 2018-09-28 | Mario Junior |
|
129 |
+
| M015 | 2018-09-28 | Paulo Siqueira Papus |
|
130 |
+
| M016 | 2018-09-28 | Eduardo Pereira |
|
131 |
+
| M017 | 2018-09-28 | Joel |
|
132 |
+
| M018 | 2018-09-28 | Gilberto |
|
133 |
+
| M019 | 2018-09-28 | Jean Carlos |
|
134 |
+
| M020 | 2018-09-28 | Emigoncalvez |
|
135 |
+
| M021 | 2018-09-28 | Jair |
|
136 |
+
| M022 | 2018-09-28 | Eduardo Tardin |
|
137 |
+
| M023 | 2018-09-28 | Edson Cabral |
|
138 |
+
| M024 | 2018-09-28 | Jose Ildo |
|
139 |
+
| M025 | 2018-09-28 | jorge |
|
140 |
+
| M026 | 2018-09-28 | Diego |
|
141 |
+
| M027 | 2018-09-28 | Tulio |
|
142 |
+
| M028 | 2018-09-28 | Pedro |
|
143 |
+
| M029 | 2018-09-28 | Luiz Carlos |
|
144 |
+
| M030 | 2018-09-28 | Henrique |
|
145 |
+
| M031 | 2018-09-28 | Jonatas Portugal |
|
146 |
+
| M032 | 2018-09-28 | Fabio Correa |
|
147 |
+
| M033 | 2018-09-28 | Lucas Sabino9 |
|
148 |
+
| M034 | 2018-09-28 | Francisco Chagas |
|
149 |
+
| M035 | 2018-09-28 | Rogerio |
|
150 |
+
| M036 | 2018-09-28 | Marcos Imbuzeiro |
|
151 |
+
| M037 | 2018-09-28 | Marcosvictor |
|
152 |
+
| M038 | 2018-09-28 | Paulo Campos |
|
153 |
+
| M039 | 2018-09-28 | Eduardo Duque |
|
154 |
+
| M040 | 2018-09-28 | Daniel Rientes |
|
155 |
+
| M041 | 2018-09-28 | Jonatas Ribeiro |
|
156 |
+
| M042 | 2018-09-28 | Jorge Humberto |
|
157 |
+
| M043 | 2018-09-28 | Rodrigo |
|
158 |
+
| M044 | 2018-09-28 | Francisco Emilio |
|
159 |
+
| M045 | 2018-09-28 | Pedro Henrique |
|
160 |
+
| M046 | 2018-09-28 | Henrique Mafra |
|
161 |
+
| M047 | 2020-02-19 | Salles Abi Abib |
|
162 |
+
| M048 | 2018-09-28 | Jackson Barbosa |
|
163 |
+
| M049 | 2018-09-28 | Luis Gustavo |
|
164 |
+
|
165 |
+
---
|
166 |
+
|
167 |
+
## License and Usage
|
168 |
+
|
169 |
+
This dataset is provided **exclusively for research purposes**, as stipulated by CETUC. Any use outside research, including commercial purposes, redistribution, or modification without explicit permission, is strictly prohibited.
|
170 |
+
|
171 |
+
For more details on the licensing and terms of use, please refer to the original sources or contact CETUC.
|