AsmaaQ commited on
Commit
01d0677
1 Parent(s): d2c1fa9

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +47 -1
README.md CHANGED
@@ -15,7 +15,7 @@ dataset_info:
15
  sequence: float32
16
  splits:
17
  - name: train
18
- num_bytes: 4029541840.0
19
  num_examples: 26176
20
  - name: test
21
  num_bytes: 1003181602.875
@@ -29,4 +29,50 @@ configs:
29
  path: data/train-*
30
  - split: test
31
  path: data/test-*
 
 
 
 
32
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
15
  sequence: float32
16
  splits:
17
  - name: train
18
+ num_bytes: 4029541840
19
  num_examples: 26176
20
  - name: test
21
  num_bytes: 1003181602.875
 
29
  path: data/train-*
30
  - split: test
31
  path: data/test-*
32
+ license: apache-2.0
33
+ task_categories:
34
+ - audio-classification
35
+ pretty_name: Decent Gender Audio Data
36
  ---
37
+
38
+ # Dataset Card for mcv_spk_emb
39
+
40
+ <!-- Provide a quick summary of the dataset. -->
41
+
42
+ 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)
43
+ 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)
44
+
45
+ ## Dataset Details
46
+
47
+ ### Dataset Description
48
+
49
+ <!-- Provide a longer summary of what this dataset is. -->
50
+
51
+ - **Language(s) (NLP):** ['ur', 'tr', 'cb', 'ba', 'fa', 'ab', 'et', 'ug', 'ar']
52
+ - **License:** what ever the license of Mozilla Common Voice_11 and SpeechBrain(Apache-2.0 license)
53
+
54
+ ### Dataset Sources [optional]
55
+
56
+ <!-- Provide the basic links for the dataset. -->
57
+
58
+ - **Repository:** https://huggingface.co/datasets/mozilla-foundation/common_voice_11_0
59
+
60
+ ## Uses
61
+ Gender detection by voice
62
+ <!-- Address questions around how the dataset is intended to be used. -->
63
+
64
+ ### Out-of-Scope Use
65
+
66
+ <!-- This section addresses misuse, malicious use, and uses that the dataset will not work well for. -->
67
+ ## Citation [optional]
68
+ Asmaa, Q. (2024). Decent Gender Audio Data. https://huggingface.co/datasets/AsmaaQ/mcv_spk_emb
69
+
70
+ <!-- If there is a paper or blog post introducing the dataset, the APA and Bibtex information for that should go in this section. -->
71
+
72
+ ## Dataset Card Authors [optional]
73
+
74
+ [More Information Needed]
75
+
76
+ ## Dataset Card Contact
77
+
78
+ [More Information Needed]