Updating readme.
Browse files
README.md
CHANGED
|
@@ -13,7 +13,7 @@ base_model: FunAudioLLM/Fun-CosyVoice3-0.5B-2512
|
|
| 13 |
|
| 14 |
# HybridEmo
|
| 15 |
|
| 16 |
-
HybridEmo is an instruction-following multi-emotion text-to-speech model developed by post-training CosyVoice 3. It supports sequential emotion trajectories and simultaneous emotion blending within a single utterance.
|
| 17 |
|
| 18 |
## Resources
|
| 19 |
|
|
@@ -28,4 +28,16 @@ Please refer to the [GitHub repository](https://github.com/ictnlp/HybridEmo) for
|
|
| 28 |
|
| 29 |
## Citation
|
| 30 |
|
| 31 |
-
If you use HybridEmo in your research, please cite our
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 13 |
|
| 14 |
# HybridEmo
|
| 15 |
|
| 16 |
+
HybridEmo is an instruction-following multi-emotion text-to-speech model developed by post-training [CosyVoice 3](https://huggingface.co/FunAudioLLM/Fun-CosyVoice3-0.5B-2512). It supports sequential emotion trajectories and simultaneous emotion blending within a single utterance.
|
| 17 |
|
| 18 |
## Resources
|
| 19 |
|
|
|
|
| 28 |
|
| 29 |
## Citation
|
| 30 |
|
| 31 |
+
If you use HybridEmo in your research, please cite our paper:
|
| 32 |
+
|
| 33 |
+
```bibtex
|
| 34 |
+
@misc{zhou2026sequentialtrajectoriessimultaneousblending,
|
| 35 |
+
title={Sequential Trajectories and Simultaneous Blending: Multi-Emotion Modeling for Instruction-Following TTS},
|
| 36 |
+
author={Yan Zhou and Yun Hong and Yang Feng},
|
| 37 |
+
year={2026},
|
| 38 |
+
eprint={2608.30325},
|
| 39 |
+
archivePrefix={arXiv},
|
| 40 |
+
primaryClass={cs.CL},
|
| 41 |
+
url={https://arxiv.org/abs/2608.30325},
|
| 42 |
+
}
|
| 43 |
+
```
|