tiantiaf commited on
Commit
606b032
·
verified ·
1 Parent(s): 1d7fe55

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +11 -1
README.md CHANGED
@@ -68,4 +68,14 @@ accent_prob = F.softmax(logits, dim=1)
68
  print(english_accent_list[torch.argmax(accent_prob).detach().cpu().item()])
69
  ```
70
 
71
- ## If you have any questions, please contact: Tiantian Feng (tiantiaf@usc.edu)
 
 
 
 
 
 
 
 
 
 
 
68
  print(english_accent_list[torch.argmax(accent_prob).detach().cpu().item()])
69
  ```
70
 
71
+ ## If you have any questions, please contact: Tiantian Feng (tiantiaf@usc.edu)
72
+
73
+ ## Kindly cite our paper if you are using our model or find it useful in your work
74
+ ```
75
+ @article{feng2025vox,
76
+ title={Vox-Profile: A Speech Foundation Model Benchmark for Characterizing Diverse Speaker and Speech Traits},
77
+ 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},
78
+ journal={arXiv preprint arXiv:2505.14648},
79
+ year={2025}
80
+ }
81
+ ```