Improve model card: Add metadata, HF paper, and demo link (#1)
Browse files- Improve model card: Add metadata, HF paper, and demo link (5d445bf37e0495bcc695fc925158b502a3c08d04)
Co-authored-by: Niels Rogge <[email protected]>
README.md
CHANGED
|
@@ -1,8 +1,16 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
# BatonVoice: An Operationalist Framework for Controllable Speech Synthesis
|
| 2 |
|
| 3 |
-
[](https://arxiv.org/pdf/2509.26514)
|
|
|
|
| 4 |
[](https://github.com/Tencent/digitalhuman/tree/main/BatonVoice)
|
| 5 |
[](https://huggingface.co/Yue-Wang/BatonTTS-1.7B)
|
|
|
|
| 6 |
|
| 7 |
This is the official implementation of the paper: **BatonVoice: An Operationalist Framework for Enhancing Controllable Speech Synthesis with Linguistic Intelligence from LLMs**.
|
| 8 |
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: apache-2.0
|
| 3 |
+
pipeline_tag: text-to-speech
|
| 4 |
+
library_name: transformers
|
| 5 |
+
---
|
| 6 |
+
|
| 7 |
# BatonVoice: An Operationalist Framework for Controllable Speech Synthesis
|
| 8 |
|
| 9 |
+
[](https://arxiv.org/pdf/2509.26514)
|
| 10 |
+
[](https://huggingface.co/papers/2509.26514)
|
| 11 |
[](https://github.com/Tencent/digitalhuman/tree/main/BatonVoice)
|
| 12 |
[](https://huggingface.co/Yue-Wang/BatonTTS-1.7B)
|
| 13 |
+
[](https://huggingface.co/spaces/sunnyzjx522/BatonVoice)
|
| 14 |
|
| 15 |
This is the official implementation of the paper: **BatonVoice: An Operationalist Framework for Enhancing Controllable Speech Synthesis with Linguistic Intelligence from LLMs**.
|
| 16 |
|