Update README.md
Browse files
README.md
CHANGED
@@ -82,4 +82,14 @@ accent_prob = F.softmax(logits, dim=1)
|
|
82 |
print(english_accent_list[torch.argmax(accent_prob).detach().cpu().item()])
|
83 |
```
|
84 |
|
85 |
-
## If you have any questions, please contact: Tiantian Feng ([email protected])
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
82 |
print(english_accent_list[torch.argmax(accent_prob).detach().cpu().item()])
|
83 |
```
|
84 |
|
85 |
+
## If you have any questions, please contact: Tiantian Feng ([email protected])
|
86 |
+
|
87 |
+
## Kindly cite our paper if you are using our model or find it useful in your work
|
88 |
+
```
|
89 |
+
@article{feng2025vox,
|
90 |
+
title={Vox-Profile: A Speech Foundation Model Benchmark for Characterizing Diverse Speaker and Speech Traits},
|
91 |
+
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},
|
92 |
+
journal={arXiv preprint arXiv:2505.14648},
|
93 |
+
year={2025}
|
94 |
+
}
|
95 |
+
```
|