Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,36 @@
|
|
1 |
-
---
|
2 |
-
license: apache-2.0
|
3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: apache-2.0
|
3 |
+
task_categories:
|
4 |
+
- audio-classification
|
5 |
+
language:
|
6 |
+
- pt
|
7 |
+
size_categories:
|
8 |
+
- 10K<n<100K
|
9 |
+
---
|
10 |
+
|
11 |
+
# Dataset card
|
12 |
+
|
13 |
+
<!-- Provide a quick summary of the dataset. -->
|
14 |
+
|
15 |
+
This dataset includes ~80k samples of speech audio in Brazilian Portuguese. Samples have variable length ranging from 1 to 4 seconds, with a sampling rate of 16kHz. The metadata file includes speaker tags and corresponding labels for each sample, making it appropriate for speaker identification and speaker verification tasks.
|
16 |
+
|
17 |
+
## Dataset Description
|
18 |
+
|
19 |
+
Audio samples are taken from three bigger corpora: C-ORAL Brasil, NURC Recife and NURC SP. Please take into consideration the licenses details of the original corpora.
|
20 |
+
All the recordings come from monologues, but there are brief moments of interruption by the researchers that conducted the recordings.
|
21 |
+
The recordings comprise accents from three different states of Brazil: Belo Horizonte, São Paulo and Recife.
|
22 |
+
The dataset is structured in a way that makes it possible to load with HF Audiofolder. In my experience, I noticed that it is easier to clone the dataset repo to your machine and then load it specifying the local data_dir than to load it directly from the hub using the dataset tag.
|
23 |
+
|
24 |
+
## Dataset Sources
|
25 |
+
|
26 |
+
<!-- Provide the basic links for the dataset. -->
|
27 |
+
|
28 |
+
- **C-ORAL BRASIL:** [https://www.c-oral-brasil.org/c-oral-brasil-i.php]
|
29 |
+
- **NURC Recife:** [https://fale.ufal.br/projeto/nurcdigital/index.php?action=home]
|
30 |
+
- **NURC SP:** [http://tarsila.icmc.usp.br:8080/nurc/home]
|
31 |
+
|
32 |
+
## Out-of-Scope Use
|
33 |
+
|
34 |
+
<!-- This section addresses misuse, malicious use, and uses that the dataset will not work well for. -->
|
35 |
+
|
36 |
+
The models trained with this dataset should not be used to intentionally create hostile or alienating environments for people.
|