Add transformers library tag and demo link

#1
by nielsr HF Staff - opened
Files changed (1) hide show
  1. README.md +13 -10
README.md CHANGED
@@ -1,15 +1,16 @@
1
  ---
2
- license: apache-2.0
3
  language:
4
- - zh
5
- - en
6
- tags:
7
- - tts
8
- - role-play
9
- - speech-synthesis
10
- - expressive-speech
11
- - grpo
12
  pipeline_tag: text-to-speech
 
 
 
 
 
 
 
13
  ---
14
 
15
  <h1 align="center">
@@ -30,6 +31,7 @@ pipeline_tag: text-to-speech
30
 
31
  <p align="center">
32
  πŸ“‘ <a href="https://arxiv.org/abs/2601.22661">Paper</a> &nbsp;|&nbsp;
 
33
  πŸ’» <a href="https://github.com/y-ren16/MCLP">Code</a> &nbsp;|&nbsp;
34
  πŸ“Š <a href="https://huggingface.co/datasets/y-ren16/WenetSpeech-RP">Dataset</a> &nbsp;|&nbsp;
35
  πŸ”’ <a href="https://huggingface.co/y-ren16/MCLP-Score">MCLP-Score Model</a>
@@ -88,6 +90,7 @@ pip install transformers==4.49.0 torchaudio librosa onnxruntime s3tokenizer diff
88
  | Resource | Link |
89
  |----------|------|
90
  | πŸ“‘ Paper | [arXiv:2601.22661](https://arxiv.org/abs/2601.22661) |
 
91
  | πŸ’» Inference Code | [github.com/y-ren16/MCLP](https://github.com/y-ren16/MCLP) |
92
  | πŸ“Š WenetSpeech-RP Dataset | [huggingface.co/datasets/y-ren16/WenetSpeech-RP](https://huggingface.co/datasets/y-ren16/WenetSpeech-RP) |
93
  | πŸ”’ MCLP-Score Model | [huggingface.co/y-ren16/MCLP-Score](https://huggingface.co/y-ren16/MCLP-Score) |
@@ -112,4 +115,4 @@ This model is released under the [Apache 2.0 License](LICENSE).
112
  This project builds upon:
113
  - [Step-Audio 2](https://github.com/stepfun-ai/Step-Audio2)
114
  - [CosyVoice](https://github.com/FunAudioLLM/CosyVoice)
115
- - [FlashCosyVoice](https://github.com/xingchensong/FlashCosyVoice)
 
1
  ---
 
2
  language:
3
+ - zh
4
+ - en
5
+ license: apache-2.0
 
 
 
 
 
6
  pipeline_tag: text-to-speech
7
+ library_name: transformers
8
+ tags:
9
+ - tts
10
+ - role-play
11
+ - speech-synthesis
12
+ - expressive-speech
13
+ - grpo
14
  ---
15
 
16
  <h1 align="center">
 
31
 
32
  <p align="center">
33
  πŸ“‘ <a href="https://arxiv.org/abs/2601.22661">Paper</a> &nbsp;|&nbsp;
34
+ 🎧 <a href="https://mclp-tts.github.io/mclp/">Demo</a> &nbsp;|&nbsp;
35
  πŸ’» <a href="https://github.com/y-ren16/MCLP">Code</a> &nbsp;|&nbsp;
36
  πŸ“Š <a href="https://huggingface.co/datasets/y-ren16/WenetSpeech-RP">Dataset</a> &nbsp;|&nbsp;
37
  πŸ”’ <a href="https://huggingface.co/y-ren16/MCLP-Score">MCLP-Score Model</a>
 
90
  | Resource | Link |
91
  |----------|------|
92
  | πŸ“‘ Paper | [arXiv:2601.22661](https://arxiv.org/abs/2601.22661) |
93
+ | 🎧 Demo | [mclp-tts.github.io/mclp](https://mclp-tts.github.io/mclp/) |
94
  | πŸ’» Inference Code | [github.com/y-ren16/MCLP](https://github.com/y-ren16/MCLP) |
95
  | πŸ“Š WenetSpeech-RP Dataset | [huggingface.co/datasets/y-ren16/WenetSpeech-RP](https://huggingface.co/datasets/y-ren16/WenetSpeech-RP) |
96
  | πŸ”’ MCLP-Score Model | [huggingface.co/y-ren16/MCLP-Score](https://huggingface.co/y-ren16/MCLP-Score) |
 
115
  This project builds upon:
116
  - [Step-Audio 2](https://github.com/stepfun-ai/Step-Audio2)
117
  - [CosyVoice](https://github.com/FunAudioLLM/CosyVoice)
118
+ - [FlashCosyVoice](https://github.com/xingchensong/FlashCosyVoice)