Add transformers library tag and demo link
#1
by nielsr HF Staff - opened
README.md
CHANGED
|
@@ -1,15 +1,16 @@
|
|
| 1 |
---
|
| 2 |
-
license: apache-2.0
|
| 3 |
language:
|
| 4 |
-
|
| 5 |
-
|
| 6 |
-
|
| 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> |
|
|
|
|
| 33 |
π» <a href="https://github.com/y-ren16/MCLP">Code</a> |
|
| 34 |
π <a href="https://huggingface.co/datasets/y-ren16/WenetSpeech-RP">Dataset</a> |
|
| 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> |
|
| 34 |
+
π§ <a href="https://mclp-tts.github.io/mclp/">Demo</a> |
|
| 35 |
π» <a href="https://github.com/y-ren16/MCLP">Code</a> |
|
| 36 |
π <a href="https://huggingface.co/datasets/y-ren16/WenetSpeech-RP">Dataset</a> |
|
| 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)
|