Yue-Wang nielsr HF Staff commited on
Commit
5d6636c
·
verified ·
1 Parent(s): fdf90cd

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]>

Files changed (1) hide show
  1. README.md +9 -1
README.md CHANGED
@@ -1,8 +1,16 @@
 
 
 
 
 
 
1
  # BatonVoice: An Operationalist Framework for Controllable Speech Synthesis
2
 
3
- [![arXiv](https://img.shields.io/badge/arXiv-Paper-b31b1b.svg)](https://arxiv.org/pdf/2509.26514) <!-- TODO: Replace with your actual arXiv ID -->
 
4
  [![Code](https://img.shields.io/badge/GitHub-Code-black.svg)](https://github.com/Tencent/digitalhuman/tree/main/BatonVoice)
5
  [![Model](https://img.shields.io/badge/%F0%9F%A4%97%20Hugging%20Face-Model-yellow)](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
+ [![arXiv](https://img.shields.io/badge/arXiv-Paper-b31b1b.svg)](https://arxiv.org/pdf/2509.26514)
10
+ [![Hugging Face Paper](https://img.shields.io/badge/HuggingFace-Paper-blue.svg)](https://huggingface.co/papers/2509.26514)
11
  [![Code](https://img.shields.io/badge/GitHub-Code-black.svg)](https://github.com/Tencent/digitalhuman/tree/main/BatonVoice)
12
  [![Model](https://img.shields.io/badge/%F0%9F%A4%97%20Hugging%20Face-Model-yellow)](https://huggingface.co/Yue-Wang/BatonTTS-1.7B)
13
+ [![Demo](https://img.shields.io/badge/%F0%9F%A4%97%20Hugging%20Face-Demo-orange)](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