gorinars commited on
Commit
54cb69d
1 Parent(s): 0260b3f

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +51 -0
README.md CHANGED
@@ -1,3 +1,54 @@
1
  ---
2
  license: cc-by-sa-4.0
3
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
+ It can be used as a baseline for [CryCeleb2023 challenge](https://huggingface.co/spaces/competitions/CryCeleb2023)
10
+
11
+ # References
12
+
13
+ ## Model and dataset description
14
+
15
+ ```
16
+ @article{ubenwa2023cryceleb,
17
+ title={CryCeleb: A Speaker Verification Dataset Based on Infant Cry Sounds},
18
+ author={David Budaghyan and Arsenii Gorin and Cem Subakan and Charles C. Onu},
19
+ year={2023},
20
+ journal={preprint arXiv:2305.00969},
21
+ }
22
+ ```
23
+
24
+ ## ECAPA-TDNN
25
+ ```
26
+ @inproceedings{DBLP:conf/interspeech/DesplanquesTD20,
27
+ author = {Brecht Desplanques and
28
+ Jenthe Thienpondt and
29
+ Kris Demuynck},
30
+ editor = {Helen Meng and
31
+ Bo Xu and
32
+ Thomas Fang Zheng},
33
+ title = {{ECAPA-TDNN:} Emphasized Channel Attention, Propagation and Aggregation
34
+ in {TDNN} Based Speaker Verification},
35
+ booktitle = {Interspeech 2020},
36
+ pages = {3830--3834},
37
+ publisher = {{ISCA}},
38
+ year = {2020},
39
+ }
40
+ ```
41
+
42
+ ## SpeechBrain
43
+
44
+ ```bibtex
45
+ @misc{speechbrain,
46
+ title={{SpeechBrain}: A General-Purpose Speech Toolkit},
47
+ 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},
48
+ year={2021},
49
+ eprint={2106.04624},
50
+ archivePrefix={arXiv},
51
+ primaryClass={eess.AS},
52
+ note={arXiv:2106.04624}
53
+ }
54
+ ```