ASLP-lab commited on
Commit
09c8b53
·
verified ·
1 Parent(s): 6221cd4

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +58 -4
README.md CHANGED
@@ -2,9 +2,63 @@
2
  tags:
3
  - model_hub_mixin
4
  - pytorch_model_hub_mixin
 
 
 
 
 
 
5
  ---
6
 
7
- This model has been pushed to the Hub using the [PytorchModelHubMixin](https://huggingface.co/docs/huggingface_hub/package_reference/mixins#huggingface_hub.PyTorchModelHubMixin) integration:
8
- - Code: [More Information Needed]
9
- - Paper: [More Information Needed]
10
- - Docs: [More Information Needed]
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
+ ![Python](https://img.shields.io/badge/Python-3.10-3776AB?logo=python&logoColor=white)
24
+ ![License](https://img.shields.io/badge/License-CC%20BY--NC--SA%204.0-lightgrey)
25
+ [![arXiv Paper](https://img.shields.io/badge/arXiv-0.0-b31b1b?logo=arxiv&logoColor=white)](https://arxiv.org/abs/0.0)
26
+ [![GitHub](https://img.shields.io/badge/GitHub-YingMusic--Singer-181717?logo=github&logoColor=white)](https://github.com/ASLP-lab/YingMusic-Singer)
27
+ [![HuggingFace Space](https://img.shields.io/badge/🤗%20HuggingFace-Space-FFD21E)](https://huggingface.co/spaces/ASLP-lab/YingMusic-Singer)
28
+ [![HuggingFace Model](https://img.shields.io/badge/🤗%20HuggingFace-Model-FF9D00)](https://huggingface.co/ASLP-lab/YingMusic-Singer)
29
+ [![Dataset LyricEditBench](https://img.shields.io/badge/🤗%20HuggingFace-LyricEditBench-FF6F00)](https://huggingface.co/datasets/ASLP-lab/LyricEditBench)
30
+ [![Discord](https://img.shields.io/badge/Discord-Join%20Us-5865F2?logo=discord&logoColor=white)](https://discord.gg/RXghgWyvrn)
31
+ [![WeChat](https://img.shields.io/badge/WeChat-Group-07C160?logo=wechat&logoColor=white)](https://github.com/ASLP-lab/YingMusic-Singer/blob/main/assets/wechat_qr.png)
32
+ [![Lab](https://img.shields.io/badge/🏫%20ASLP-Lab-4A90D9)](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.