yangwang825
commited on
Commit
•
34336e7
1
Parent(s):
2d49ec5
Create README.md
Browse files
README.md
ADDED
@@ -0,0 +1,25 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
# VietnamCeleb
|
2 |
+
|
3 |
+
To unzip the file, run the two following command lines:
|
4 |
+
|
5 |
+
```bash
|
6 |
+
zip -F vietnam-celeb-part.zip --out full-dataset.zip
|
7 |
+
unzip full-dataset.zip
|
8 |
+
```
|
9 |
+
|
10 |
+
## References
|
11 |
+
|
12 |
+
1. https://github.com/thanhpv2102/Vietnam-Celeb.Interspeech
|
13 |
+
|
14 |
+
## Citation
|
15 |
+
|
16 |
+
```bibtex
|
17 |
+
@inproceedings{pham23b_interspeech,
|
18 |
+
author={Viet Thanh Pham and Xuan Thai Hoa Nguyen and Vu Hoang and Thi Thu Trang Nguyen},
|
19 |
+
title={{Vietnam-Celeb: a large-scale dataset for Vietnamese speaker recognition}},
|
20 |
+
year=2023,
|
21 |
+
booktitle={Proc. INTERSPEECH 2023},
|
22 |
+
pages={1918--1922},
|
23 |
+
doi={10.21437/Interspeech.2023-1989}
|
24 |
+
}
|
25 |
+
```
|