Update README.md
Browse files
README.md
CHANGED
|
@@ -2,9 +2,63 @@
|
|
| 2 |
tags:
|
| 3 |
- model_hub_mixin
|
| 4 |
- pytorch_model_hub_mixin
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 5 |
---
|
| 6 |
|
| 7 |
-
|
| 8 |
-
|
| 9 |
-
|
| 10 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 2 |
tags:
|
| 3 |
- model_hub_mixin
|
| 4 |
- pytorch_model_hub_mixin
|
| 5 |
+
license: cc-by-4.0
|
| 6 |
+
datasets:
|
| 7 |
+
- ASLP-lab/LyricEditBench
|
| 8 |
+
language:
|
| 9 |
+
- zh
|
| 10 |
+
- en
|
| 11 |
---
|
| 12 |
|
| 13 |
+
|
| 14 |
+
<div align="center">
|
| 15 |
+
|
| 16 |
+
<h1>🎤 YingMusic-Singer: Controllable Singing Voice Synthesis with Flexible Lyric Manipulation and Annotation-free Melody Guidance</h1>
|
| 17 |
+
|
| 18 |
+
<p>
|
| 19 |
+
<a href="">English</a> | <a href="README_ZH.md">中文</a>
|
| 20 |
+
</p>
|
| 21 |
+
|
| 22 |
+
|
| 23 |
+

|
| 24 |
+

|
| 25 |
+
[](https://arxiv.org/abs/0.0)
|
| 26 |
+
[](https://github.com/ASLP-lab/YingMusic-Singer)
|
| 27 |
+
[](https://huggingface.co/spaces/ASLP-lab/YingMusic-Singer)
|
| 28 |
+
[](https://huggingface.co/ASLP-lab/YingMusic-Singer)
|
| 29 |
+
[](https://huggingface.co/datasets/ASLP-lab/LyricEditBench)
|
| 30 |
+
[](https://discord.gg/RXghgWyvrn)
|
| 31 |
+
[](https://github.com/ASLP-lab/YingMusic-Singer/blob/main/assets/wechat_qr.png)
|
| 32 |
+
[](http://www.npu-aslp.org/)
|
| 33 |
+
|
| 34 |
+
|
| 35 |
+
<p>
|
| 36 |
+
<a href="https://orcid.org/0009-0005-5957-8936"><b>Chunbo Hao</b></a>¹² ·
|
| 37 |
+
<a href="https://orcid.org/0009-0003-2602-2910"><b>Junjie Zheng</b></a>² ·
|
| 38 |
+
<a href="https://orcid.org/0009-0001-6706-0572"><b>Guobin Ma</b></a>¹ ·
|
| 39 |
+
<b>Yuepeng Jiang</b>¹ ·
|
| 40 |
+
<b>Huakang Chen</b>¹ ·
|
| 41 |
+
<b>Wenjie Tian</b>¹ ·
|
| 42 |
+
<a href="https://orcid.org/0009-0003-9258-4006"><b>Gongyu Chen</b></a>² ·
|
| 43 |
+
<a href="https://orcid.org/0009-0005-5413-6725"><b>Zihao Chen</b></a>² ·
|
| 44 |
+
<b>Lei Xie</b>¹
|
| 45 |
+
</p>
|
| 46 |
+
|
| 47 |
+
<p>
|
| 48 |
+
<sup>1</sup> Northwestern Polytechnical University · <sup>2</sup> Giant Network
|
| 49 |
+
</p>
|
| 50 |
+
|
| 51 |
+
</div>
|
| 52 |
+
|
| 53 |
+
-----
|
| 54 |
+
|
| 55 |
+
## 🌟 About This Repository
|
| 56 |
+
|
| 57 |
+
The root directory contains the packaged model weights saved via `ModelHubMixin` in safetensor format. The `ckpts/` folder holds individual component checkpoints for downstream development and custom integration.
|
| 58 |
+
|
| 59 |
+
## 🚀 Getting Started
|
| 60 |
+
|
| 61 |
+
Full documentation and deployment guides are available at our GitHub repository:
|
| 62 |
+
👉 [https://github.com/ASLP-lab/YingMusic-Singer](https://github.com/ASLP-lab/YingMusic-Singer)
|
| 63 |
+
|
| 64 |
+
We support multiple deployment options to fit your workflow.
|