tiantiaf commited on
Commit
117d3ba
·
verified ·
1 Parent(s): d076531

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +11 -1
README.md CHANGED
@@ -94,4 +94,14 @@ emotion_prob = F.softmax(logits, dim=1)
94
  print(emotion_label_list[torch.argmax(emotion_prob).detach().cpu().item()])
95
  ```
96
 
97
- ## If you have any questions, please contact: Tiantian Feng ([email protected])
 
 
 
 
 
 
 
 
 
 
 
94
  print(emotion_label_list[torch.argmax(emotion_prob).detach().cpu().item()])
95
  ```
96
 
97
+ ## If you have any questions, please contact: Tiantian Feng ([email protected])
98
+
99
+ ## Kindly cite our paper if you are using our model or find it useful in your work
100
+ ```
101
+ @article{feng2025vox,
102
+ title={Vox-Profile: A Speech Foundation Model Benchmark for Characterizing Diverse Speaker and Speech Traits},
103
+ 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},
104
+ journal={arXiv preprint arXiv:2505.14648},
105
+ year={2025}
106
+ }
107
+ ```