Add library name and update pipeline tag

#1
by nielsr HF Staff - opened
Files changed (1) hide show
  1. README.md +13 -16
README.md CHANGED
@@ -1,15 +1,16 @@
1
  ---
2
- license: apache-2.0
3
  language:
4
- - zh
5
- - en
 
 
 
6
  tags:
7
- - tts
8
- - speech-evaluation
9
- - continuation-score
10
- - role-play
11
- - reward-model
12
- pipeline_tag: text-to-speech
13
  ---
14
 
15
  <h1 align="center">
@@ -29,7 +30,7 @@ pipeline_tag: text-to-speech
29
  </p>
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-RPTTS">MCLP-RPTTS Model</a>
@@ -43,11 +44,7 @@ The MCLP metric serves as both:
43
  1. **An evaluation metric** for role-play TTS quality (correlation with human MOS: Spearman ρ = 0.94)
44
  2. **A reward signal** for GRPO-based reinforcement learning to improve TTS expressiveness
45
 
46
- This model is presented in:
47
-
48
- > **Evaluating and Rewarding LALMs for Expressive Role-Play TTS via Mean Continuation Log-Probability**
49
- > *Yong Ren\*, Jingbei Li\*, Haiyang Sun, Yujie Chen, Cheng Yi, Yechang Huang, Hao Gu, Ye Bai, Xuerui Yang*
50
- > ICML 2026
51
 
52
  ## How MCLP Works
53
 
@@ -123,4 +120,4 @@ This model is released under the [Apache 2.0 License](LICENSE).
123
  This project builds upon:
124
  - [Step-Audio 2](https://github.com/stepfun-ai/Step-Audio2)
125
  - [CosyVoice](https://github.com/FunAudioLLM/CosyVoice)
126
- - [FlashCosyVoice](https://github.com/xingchensong/FlashCosyVoice)
 
1
  ---
 
2
  language:
3
+ - zh
4
+ - en
5
+ license: apache-2.0
6
+ pipeline_tag: audio-text-to-text
7
+ library_name: transformers
8
  tags:
9
+ - tts
10
+ - speech-evaluation
11
+ - continuation-score
12
+ - role-play
13
+ - reward-model
 
14
  ---
15
 
16
  <h1 align="center">
 
30
  </p>
31
 
32
  <p align="center">
33
+ πŸ“‘ <a href="https://huggingface.co/papers/2601.22661">Paper</a> &nbsp;|&nbsp;
34
  πŸ’» <a href="https://github.com/y-ren16/MCLP">Code</a> &nbsp;|&nbsp;
35
  πŸ“Š <a href="https://huggingface.co/datasets/y-ren16/WenetSpeech-RP">Dataset</a> &nbsp;|&nbsp;
36
  πŸ—£οΈ <a href="https://huggingface.co/y-ren16/MCLP-RPTTS">MCLP-RPTTS Model</a>
 
44
  1. **An evaluation metric** for role-play TTS quality (correlation with human MOS: Spearman ρ = 0.94)
45
  2. **A reward signal** for GRPO-based reinforcement learning to improve TTS expressiveness
46
 
47
+ This model is presented in the paper [Evaluating and Rewarding LALMs for Expressive Role-Play TTS via Mean Continuation Log-Probability](https://huggingface.co/papers/2601.22661).
 
 
 
 
48
 
49
  ## How MCLP Works
50
 
 
120
  This project builds upon:
121
  - [Step-Audio 2](https://github.com/stepfun-ai/Step-Audio2)
122
  - [CosyVoice](https://github.com/FunAudioLLM/CosyVoice)
123
+ - [FlashCosyVoice](https://github.com/xingchensong/FlashCosyVoice)