ONNX
Splend1dchan commited on
Commit
6ce6cd5
·
verified ·
1 Parent(s): 36da640

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +9 -1
README.md CHANGED
@@ -1,6 +1,6 @@
1
  # BreezyVoice
2
 
3
- [Playground](); [GitHub](); [Paper]()
4
 
5
  **BreezyVoice: Adapting TTS for Taiwanese Mandarin with Enhanced Polyphone Disambiguation -- Challenges and Insights**
6
 
@@ -20,4 +20,12 @@ then, you can use the model as specified in the run_inference.py script, providi
20
 
21
  If you like our work, please cite:
22
 
 
 
 
 
 
 
 
 
23
 
 
1
  # BreezyVoice
2
 
3
+ [Playground](); [GitHub](https://github.com/Splend1d/BreezyVoice); [Paper](https://arxiv.org/abs/2501.17790)
4
 
5
  **BreezyVoice: Adapting TTS for Taiwanese Mandarin with Enhanced Polyphone Disambiguation -- Challenges and Insights**
6
 
 
20
 
21
  If you like our work, please cite:
22
 
23
+ ```
24
+ @article{hsu2025breezyvoice,
25
+ title={BreezyVoice: Adapting TTS for Taiwanese Mandarin with Enhanced Polyphone Disambiguation--Challenges and Insights},
26
+ author={Hsu, Chan-Jan and Lin, Yi-Cheng and Lin, Chia-Chun and Chen, Wei-Chih and Chung, Ho Lam and Li, Chen-An and Chen, Yi-Chang and Yu, Chien-Yu and Lee, Ming-Ji and Chen, Chien-Cheng and others},
27
+ journal={arXiv preprint arXiv:2501.17790},
28
+ year={2025}
29
+ }
30
+ ```
31