Update README.md
Browse files
README.md
CHANGED
@@ -20,16 +20,31 @@ library_name: sidlingvo
|
|
20 |
|
21 |
This is a massively multilingual conformer-based speaker recognition model.
|
22 |
|
23 |
-
The model was trained with public data only.
|
24 |
|
25 |
-
|
|
|
|
|
|
|
26 |
|
27 |
```
|
28 |
@inproceedings{chojnacka2021speakerstew,
|
29 |
title={{SpeakerStew: Scaling to many languages with a triaged multilingual text-dependent and text-independent speaker verification system}},
|
30 |
author={Chojnacka, Roza and Pelecanos, Jason and Wang, Quan and Moreno, Ignacio Lopez},
|
31 |
booktitle={Prod. Interspeech},
|
32 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
33 |
}
|
34 |
```
|
35 |
|
|
|
20 |
|
21 |
This is a massively multilingual conformer-based speaker recognition model.
|
22 |
|
23 |
+
The model was trained with public data only, using the GE2E loss.
|
24 |
|
25 |
+
Paper:
|
26 |
+
|
27 |
+
* Multilingual: https://arxiv.org/abs/2104.02125
|
28 |
+
* GE2E loss: https://arxiv.org/abs/1710.10467
|
29 |
|
30 |
```
|
31 |
@inproceedings{chojnacka2021speakerstew,
|
32 |
title={{SpeakerStew: Scaling to many languages with a triaged multilingual text-dependent and text-independent speaker verification system}},
|
33 |
author={Chojnacka, Roza and Pelecanos, Jason and Wang, Quan and Moreno, Ignacio Lopez},
|
34 |
booktitle={Prod. Interspeech},
|
35 |
+
pages={1064--1068},
|
36 |
+
year={2021},
|
37 |
+
doi={10.21437/Interspeech.2021-646},
|
38 |
+
issn={2958-1796},
|
39 |
+
}
|
40 |
+
|
41 |
+
@inproceedings{wan2018generalized,
|
42 |
+
title={Generalized end-to-end loss for speaker verification},
|
43 |
+
author={Wan, Li and Wang, Quan and Papir, Alan and Moreno, Ignacio Lopez},
|
44 |
+
booktitle={International Conference on Acoustics, Speech and Signal Processing (ICASSP)},
|
45 |
+
pages={4879--4883},
|
46 |
+
year={2018},
|
47 |
+
organization={IEEE}
|
48 |
}
|
49 |
```
|
50 |
|