File size: 2,283 Bytes
d2c1fa9
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
01d0677
d2c1fa9
 
 
 
 
 
 
 
 
 
 
 
 
01d0677
 
 
 
d2c1fa9
01d0677
 
 
 
 
 
9bc4524
01d0677
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
---
dataset_info:
  features:
  - name: client_id
    dtype: string
  - name: path
    dtype:
      audio:
        sampling_rate: 16000
  - name: gender
    dtype: string
  - name: lang
    dtype: string
  - name: speaker_embeddings
    sequence: float32
  splits:
  - name: train
    num_bytes: 4029541840
    num_examples: 26176
  - name: test
    num_bytes: 1003181602.875
    num_examples: 6545
  download_size: 4400291108
  dataset_size: 5032723442.875
configs:
- config_name: default
  data_files:
  - split: train
    path: data/train-*
  - split: test
    path: data/test-*
license: apache-2.0
task_categories:
- audio-classification
pretty_name: Decent Gender Audio Data
---

# Dataset Card for mcv_spk_emb

<!-- Provide a quick summary of the dataset. -->

This is the speaker embeddings (xvectors) of mozilla common voice_11 speakers, extracted with speechBrain's xvector model using this [script](https://huggingface.co/mechanicalsea/speecht5-vc/blob/main/manifest/utils/prep_cmu_arctic_spkemb.py)
by concatinating 11 splits from MCV_11 making a set of **1080** different speakers and 30k audio samples using this [script](https://colab.research.google.com/drive/1ZUTZWezhvTsVro7Q7PsyIMX-Oav2BDlp?usp=sharing)

## Dataset Details

### Dataset Description

<!-- Provide a longer summary of what this dataset is. -->

- **Language(s) (NLP):** ['ur', 'tr', 'cb', 'ba', 'fa', 'ab', 'et', 'ug', 'ar']
- **License:** what ever the license of Mozilla Common Voice_11 and SpeechBrain(Apache-2.0 license)

### Dataset Sources [optional]

<!-- Provide the basic links for the dataset. -->

- **Repository:** https://huggingface.co/datasets/mozilla-foundation/common_voice_11_0

## Uses
Gender detection by voice
<!-- Address questions around how the dataset is intended to be used. -->

### Out-of-Scope Use

<!-- This section addresses misuse, malicious use, and uses that the dataset will not work well for. -->
## Citation [optional]
Asmaa, Q. (2024). Decent Gender Audio Data. https://huggingface.co/datasets/AsmaaQ/mcv_spk_emb

<!-- If there is a paper or blog post introducing the dataset, the APA and Bibtex information for that should go in this section. -->

## Dataset Card Authors [optional]

[More Information Needed]

## Dataset Card Contact

[More Information Needed]