Update README.md
Browse files
README.md
CHANGED
@@ -95,4 +95,14 @@ for label_idx in range(len(predictions)):
|
|
95 |
print(voice_label)
|
96 |
```
|
97 |
|
98 |
-
## If you have any questions, please contact: Tiantian Feng ([email protected])
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
95 |
print(voice_label)
|
96 |
```
|
97 |
|
98 |
+
## If you have any questions, please contact: Tiantian Feng ([email protected])
|
99 |
+
|
100 |
+
## Kindly cite our paper if you are using our model or find it useful in your work
|
101 |
+
```
|
102 |
+
@article{feng2025vox,
|
103 |
+
title={Vox-Profile: A Speech Foundation Model Benchmark for Characterizing Diverse Speaker and Speech Traits},
|
104 |
+
author={Feng, Tiantian and Lee, Jihwan and Xu, Anfeng and Lee, Yoonjeong and Lertpetchpun, Thanathai and Shi, Xuan and Wang, Helin and Thebaud, Thomas and Moro-Velazquez, Laureano and Byrd, Dani and others},
|
105 |
+
journal={arXiv preprint arXiv:2505.14648},
|
106 |
+
year={2025}
|
107 |
+
}
|
108 |
+
```
|