ailuntz commited on
Commit
464f037
·
verified ·
1 Parent(s): c6390b0

Add BibTeX citations

Browse files
Files changed (1) hide show
  1. README.md +16 -1
README.md CHANGED
@@ -79,4 +79,19 @@ Model license follows the upstream Supertonic 3 model card (`openrail`).
79
 
80
  ## Citation
81
 
82
- Cite the upstream Supertonic 3 project for the model. Code/runtime changes are in [`ailuntx/supertonic-mlx`](https://github.com/ailuntx/supertonic-mlx).
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
79
 
80
  ## Citation
81
 
82
+ ```bibtex
83
+ @misc{supertonic-mlx,
84
+ title = {supertonic-mlx: Apple MLX port of Supertonic 3},
85
+ author = {ailuntx},
86
+ year = {2026},
87
+ url = {https://github.com/ailuntx/supertonic-mlx},
88
+ }
89
+
90
+ @article{kim2025supertonic,
91
+ title = {SupertonicTTS: Towards Highly Efficient and Streamlined Text-to-Speech System},
92
+ author = {Kim, Hyeongju and Yang, Jinhyeok and Yu, Yechan and Ji, Seunghun and Morton, Jacob and Bous, Frederik and Byun, Joon and Lee, Juheon},
93
+ journal = {arXiv preprint arXiv:2503.23108},
94
+ year = {2025},
95
+ url = {https://arxiv.org/abs/2503.23108},
96
+ }
97
+ ```