gorinars commited on
Commit
9ecade2
1 Parent(s): 388541c

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +56 -0
README.md ADDED
@@ -0,0 +1,56 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: cc-by-sa-4.0
3
+ ---
4
+
5
+ # Baby cry verification with ECAPA-TDNN finetuned on CryCeleb2023 data
6
+
7
+ This model is SpeechBrain ECAPA-TDNN fine-tuned on [CryCeleb dataset](https://huggingface.co/datasets/Ubenwa/CryCeleb2023).
8
+
9
+ Training can be reproduced using [SpeechBrain recipe available on Github](https://github.com/Ubenwa/cryceleb2023).
10
+
11
+ It can be used as a baseline for [CryCeleb2023 challenge](https://huggingface.co/spaces/competitions/CryCeleb2023).
12
+
13
+ # References
14
+
15
+ ## Model and dataset description
16
+
17
+ ```
18
+ @article{ubenwa2023cryceleb,
19
+ title={CryCeleb: A Speaker Verification Dataset Based on Infant Cry Sounds},
20
+ author={David Budaghyan and Arsenii Gorin and Cem Subakan and Charles C. Onu},
21
+ year={2023},
22
+ journal={preprint arXiv:2305.00969},
23
+ }
24
+ ```
25
+
26
+ ## ECAPA-TDNN
27
+ ```
28
+ @inproceedings{DBLP:conf/interspeech/DesplanquesTD20,
29
+ author = {Brecht Desplanques and
30
+ Jenthe Thienpondt and
31
+ Kris Demuynck},
32
+ editor = {Helen Meng and
33
+ Bo Xu and
34
+ Thomas Fang Zheng},
35
+ title = {{ECAPA-TDNN:} Emphasized Channel Attention, Propagation and Aggregation
36
+ in {TDNN} Based Speaker Verification},
37
+ booktitle = {Interspeech 2020},
38
+ pages = {3830--3834},
39
+ publisher = {{ISCA}},
40
+ year = {2020},
41
+ }
42
+ ```
43
+
44
+ ## SpeechBrain
45
+
46
+ ```bibtex
47
+ @misc{speechbrain,
48
+ title={{SpeechBrain}: A General-Purpose Speech Toolkit},
49
+ author={Mirco Ravanelli and Titouan Parcollet and Peter Plantinga and Aku Rouhe and Samuele Cornell and Loren Lugosch and Cem Subakan and Nauman Dawalatabad and Abdelwahab Heba and Jianyuan Zhong and Ju-Chieh Chou and Sung-Lin Yeh and Szu-Wei Fu and Chien-Feng Liao and Elena Rastorgueva and François Grondin and William Aris and Hwidong Na and Yan Gao and Renato De Mori and Yoshua Bengio},
50
+ year={2021},
51
+ eprint={2106.04624},
52
+ archivePrefix={arXiv},
53
+ primaryClass={eess.AS},
54
+ note={arXiv:2106.04624}
55
+ }
56
+ ```