a43992899 commited on
Commit
1bbec4c
·
verified ·
1 Parent(s): 7d28122

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +27 -5
README.md CHANGED
@@ -1,10 +1,12 @@
1
  ---
2
- license: cc-by-nc-4.0
3
  language:
4
  - en
5
  pipeline_tag: text-generation
6
  tags:
7
  - music
 
 
8
  ---
9
 
10
 
@@ -13,7 +15,7 @@ tags:
13
  </p>
14
 
15
  <p align="center">
16
- <a href="https://github.com/multimodal-art-projection/YuE.git">YuE GitHub🧑🏻‍💻</a> &nbsp;|&nbsp; <a href="https://map-yue.github.io/">Demo 🎶</a> &nbsp;|&nbsp; 📑 <a href="">Paper (coming soon)</a>
17
  <br>
18
  <a href="https://huggingface.co/m-a-p/YuE-s1-7B-anneal-en-cot">YuE-s1-7B-anneal-en-cot 🤗</a> &nbsp;|&nbsp; <a href="https://huggingface.co/m-a-p/YuE-s1-7B-anneal-en-icl">YuE-s1-7B-anneal-en-icl 🤗</a> &nbsp;|&nbsp; <a href="https://huggingface.co/m-a-p/YuE-s1-7B-anneal-jp-kr-cot">YuE-s1-7B-anneal-jp-kr-cot 🤗</a>
19
  <br>
@@ -28,7 +30,7 @@ Our model's name is **YuE (乐)**. In Chinese, the word means "music" and "happi
28
 
29
  <audio controls src="https://cdn-uploads.huggingface.co/production/uploads/6555e8d8a0c34cd61a6b9ce3/rG-ELxMyzDU7zH-inB9DV.mpga"></audio>
30
 
31
- YuE is a groundbreaking series of open-source foundation models designed for music generation, specifically for transforming lyrics into full songs (lyrics2song). It can generate a complete song, lasting several minutes, that includes both a catchy vocal track and complementary accompaniment, ensuring a polished and cohesive result. YuE is capable of modeling diverse genres/vocal styles. Below are examples of songs in the pop and metal genres. For more styles, please visit the demo page.
32
 
33
  Pop:Quiet Evening
34
  <audio controls src="https://cdn-uploads.huggingface.co/production/uploads/5fd6f670053c8345eddc1b68/HbZfODWrBK9DQyOzT3vL4.mpga"></audio>
@@ -38,6 +40,9 @@ Metal: Step Back
38
 
39
  ## News and Updates
40
 
 
 
 
41
  * **2025.01.28 🫶**: Thanks to Fahd for creating a tutorial on how to quickly get started with YuE. Here is his [demonstration](https://www.youtube.com/watch?v=RSMNH9GitbA).
42
  * **2025.01.26 🔥**: We have released the **YuE** series.
43
 
@@ -46,10 +51,27 @@ Metal: Step Back
46
 
47
  Please check our [github](https://github.com/multimodal-art-projection/YuE.git) for easy quickstart.
48
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
49
 
50
- ## License Agreement
 
 
51
 
52
- Creative Commons Attribution Non Commercial 4.0
53
 
54
  <br>
55
 
 
1
  ---
2
+ license: apache-2.0
3
  language:
4
  - en
5
  pipeline_tag: text-generation
6
  tags:
7
  - music
8
+ - art
9
+ - text-generation-inference
10
  ---
11
 
12
 
 
15
  </p>
16
 
17
  <p align="center">
18
+ <a href="https://map-yue.github.io/">Demo 🎶</a> &nbsp;|&nbsp; 📑 <a href="">Paper (coming soon)</a>
19
  <br>
20
  <a href="https://huggingface.co/m-a-p/YuE-s1-7B-anneal-en-cot">YuE-s1-7B-anneal-en-cot 🤗</a> &nbsp;|&nbsp; <a href="https://huggingface.co/m-a-p/YuE-s1-7B-anneal-en-icl">YuE-s1-7B-anneal-en-icl 🤗</a> &nbsp;|&nbsp; <a href="https://huggingface.co/m-a-p/YuE-s1-7B-anneal-jp-kr-cot">YuE-s1-7B-anneal-jp-kr-cot 🤗</a>
21
  <br>
 
30
 
31
  <audio controls src="https://cdn-uploads.huggingface.co/production/uploads/6555e8d8a0c34cd61a6b9ce3/rG-ELxMyzDU7zH-inB9DV.mpga"></audio>
32
 
33
+ YuE is a groundbreaking series of open-source foundation models designed for music generation, specifically for transforming lyrics into full songs (lyrics2song). It can generate a complete song, lasting several minutes, that includes both a catchy vocal track and accompaniment track. YuE is capable of modeling diverse genres/languages/vocal techniques. Please visit the [**Demo Page**](https://map-yue.github.io/) for amazing vocal performance.
34
 
35
  Pop:Quiet Evening
36
  <audio controls src="https://cdn-uploads.huggingface.co/production/uploads/5fd6f670053c8345eddc1b68/HbZfODWrBK9DQyOzT3vL4.mpga"></audio>
 
40
 
41
  ## News and Updates
42
 
43
+ * **2025.01.30 🔥 Announcement: A New Era Under Apache 2.0 🔥**: We are thrilled to announce that, in response to overwhelming requests from our community, **YuE** is now officially licensed under the **Apache 2.0** license. We sincerely hope this marks a watershed moment—akin to what Stable Diffusion and LLaMA have achieved in their respective fields—for music generation and creative AI. 🎉🎉🎉
44
+
45
+ * **2025.01.29 🎉**: We have updated the license description. we **ENCOURAGE** artists and content creators to sample and incorporate outputs generated by our model into their own works, and even monetize them. The only requirement is to credit our name: **YuE by HKUST/M-A-P** (alphabetic order).
46
  * **2025.01.28 🫶**: Thanks to Fahd for creating a tutorial on how to quickly get started with YuE. Here is his [demonstration](https://www.youtube.com/watch?v=RSMNH9GitbA).
47
  * **2025.01.26 🔥**: We have released the **YuE** series.
48
 
 
51
 
52
  Please check our [github](https://github.com/multimodal-art-projection/YuE.git) for easy quickstart.
53
 
54
+ ---
55
+
56
+ ## License Agreement \& Disclaimer
57
+ - The YuE model (including its weights) is now released under the **Apache License, Version 2.0**. We do not make any profit from this model, and we hope it can be used for the betterment of human creativity.
58
+ - **Use & Attribution**:
59
+ - We encourage artists and content creators to freely incorporate outputs generated by YuE into their own works, including commercial projects.
60
+ - We encourage attribution to the model’s name (“YuE by HKUST/M-A-P”), especially for public and commercial use.
61
+ - **Originality & Plagiarism**: It is the sole responsibility of creators to ensure that their works, derived from or inspired by YuE outputs, do not plagiarize or unlawfully reproduce existing material. We strongly urge users to perform their own due diligence to avoid copyright infringement or other legal violations.
62
+ - **Recommended Labeling**: When uploading works to streaming platforms or sharing them publicly, we **recommend** labeling them with terms such as: “AI-generated”, “YuE-generated", “AI-assisted” or “AI-auxiliated”. This helps maintain transparency about the creative process.
63
+ - **Disclaimer of Liability**:
64
+ - We do not assume any responsibility for the misuse of this model, including (but not limited to) illegal, malicious, or unethical activities.
65
+ - Users are solely responsible for any content generated using the YuE model and for any consequences arising from its use.
66
+ - By using this model, you agree that you understand and comply with all applicable laws and regulations regarding your generated content.
67
+
68
+ ---
69
 
70
+ ## Acknowledgements
71
+ The project is co-lead by HKUST and M-A-P (alphabetic order). Also thanks moonshot.ai, bytedance, 01.ai, and geely for supporting the project.
72
+ A friendly link to HKUST Audio group's [huggingface space](https://huggingface.co/HKUSTAudio).
73
 
74
+ We deeply appreciate all the support we received along the way. Long live open-source AI!
75
 
76
  <br>
77