onlybetheone
commited on
init
Browse files- LICENSE +202 -0
- README.md +301 -3
- config.json +28 -0
- configuration.json +1 -0
- generation_config.json +7 -0
- inspiremusic.yaml +171 -0
- merges.txt +0 -0
- tokenizer.json +0 -0
- tokenizer_config.json +207 -0
- vocab.json +0 -0
LICENSE
ADDED
@@ -0,0 +1,202 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
|
2 |
+
Apache License
|
3 |
+
Version 2.0, January 2004
|
4 |
+
http://www.apache.org/licenses/
|
5 |
+
|
6 |
+
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
|
7 |
+
|
8 |
+
1. Definitions.
|
9 |
+
|
10 |
+
"License" shall mean the terms and conditions for use, reproduction,
|
11 |
+
and distribution as defined by Sections 1 through 9 of this document.
|
12 |
+
|
13 |
+
"Licensor" shall mean the copyright owner or entity authorized by
|
14 |
+
the copyright owner that is granting the License.
|
15 |
+
|
16 |
+
"Legal Entity" shall mean the union of the acting entity and all
|
17 |
+
other entities that control, are controlled by, or are under common
|
18 |
+
control with that entity. For the purposes of this definition,
|
19 |
+
"control" means (i) the power, direct or indirect, to cause the
|
20 |
+
direction or management of such entity, whether by contract or
|
21 |
+
otherwise, or (ii) ownership of fifty percent (50%) or more of the
|
22 |
+
outstanding shares, or (iii) beneficial ownership of such entity.
|
23 |
+
|
24 |
+
"You" (or "Your") shall mean an individual or Legal Entity
|
25 |
+
exercising permissions granted by this License.
|
26 |
+
|
27 |
+
"Source" form shall mean the preferred form for making modifications,
|
28 |
+
including but not limited to software source code, documentation
|
29 |
+
source, and configuration files.
|
30 |
+
|
31 |
+
"Object" form shall mean any form resulting from mechanical
|
32 |
+
transformation or translation of a Source form, including but
|
33 |
+
not limited to compiled object code, generated documentation,
|
34 |
+
and conversions to other media types.
|
35 |
+
|
36 |
+
"Work" shall mean the work of authorship, whether in Source or
|
37 |
+
Object form, made available under the License, as indicated by a
|
38 |
+
copyright notice that is included in or attached to the work
|
39 |
+
(an example is provided in the Appendix below).
|
40 |
+
|
41 |
+
"Derivative Works" shall mean any work, whether in Source or Object
|
42 |
+
form, that is based on (or derived from) the Work and for which the
|
43 |
+
editorial revisions, annotations, elaborations, or other modifications
|
44 |
+
represent, as a whole, an original work of authorship. For the purposes
|
45 |
+
of this License, Derivative Works shall not include works that remain
|
46 |
+
separable from, or merely link (or bind by name) to the interfaces of,
|
47 |
+
the Work and Derivative Works thereof.
|
48 |
+
|
49 |
+
"Contribution" shall mean any work of authorship, including
|
50 |
+
the original version of the Work and any modifications or additions
|
51 |
+
to that Work or Derivative Works thereof, that is intentionally
|
52 |
+
submitted to Licensor for inclusion in the Work by the copyright owner
|
53 |
+
or by an individual or Legal Entity authorized to submit on behalf of
|
54 |
+
the copyright owner. For the purposes of this definition, "submitted"
|
55 |
+
means any form of electronic, verbal, or written communication sent
|
56 |
+
to the Licensor or its representatives, including but not limited to
|
57 |
+
communication on electronic mailing lists, source code control systems,
|
58 |
+
and issue tracking systems that are managed by, or on behalf of, the
|
59 |
+
Licensor for the purpose of discussing and improving the Work, but
|
60 |
+
excluding communication that is conspicuously marked or otherwise
|
61 |
+
designated in writing by the copyright owner as "Not a Contribution."
|
62 |
+
|
63 |
+
"Contributor" shall mean Licensor and any individual or Legal Entity
|
64 |
+
on behalf of whom a Contribution has been received by Licensor and
|
65 |
+
subsequently incorporated within the Work.
|
66 |
+
|
67 |
+
2. Grant of Copyright License. Subject to the terms and conditions of
|
68 |
+
this License, each Contributor hereby grants to You a perpetual,
|
69 |
+
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
70 |
+
copyright license to reproduce, prepare Derivative Works of,
|
71 |
+
publicly display, publicly perform, sublicense, and distribute the
|
72 |
+
Work and such Derivative Works in Source or Object form.
|
73 |
+
|
74 |
+
3. Grant of Patent License. Subject to the terms and conditions of
|
75 |
+
this License, each Contributor hereby grants to You a perpetual,
|
76 |
+
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
77 |
+
(except as stated in this section) patent license to make, have made,
|
78 |
+
use, offer to sell, sell, import, and otherwise transfer the Work,
|
79 |
+
where such license applies only to those patent claims licensable
|
80 |
+
by such Contributor that are necessarily infringed by their
|
81 |
+
Contribution(s) alone or by combination of their Contribution(s)
|
82 |
+
with the Work to which such Contribution(s) was submitted. If You
|
83 |
+
institute patent litigation against any entity (including a
|
84 |
+
cross-claim or counterclaim in a lawsuit) alleging that the Work
|
85 |
+
or a Contribution incorporated within the Work constitutes direct
|
86 |
+
or contributory patent infringement, then any patent licenses
|
87 |
+
granted to You under this License for that Work shall terminate
|
88 |
+
as of the date such litigation is filed.
|
89 |
+
|
90 |
+
4. Redistribution. You may reproduce and distribute copies of the
|
91 |
+
Work or Derivative Works thereof in any medium, with or without
|
92 |
+
modifications, and in Source or Object form, provided that You
|
93 |
+
meet the following conditions:
|
94 |
+
|
95 |
+
(a) You must give any other recipients of the Work or
|
96 |
+
Derivative Works a copy of this License; and
|
97 |
+
|
98 |
+
(b) You must cause any modified files to carry prominent notices
|
99 |
+
stating that You changed the files; and
|
100 |
+
|
101 |
+
(c) You must retain, in the Source form of any Derivative Works
|
102 |
+
that You distribute, all copyright, patent, trademark, and
|
103 |
+
attribution notices from the Source form of the Work,
|
104 |
+
excluding those notices that do not pertain to any part of
|
105 |
+
the Derivative Works; and
|
106 |
+
|
107 |
+
(d) If the Work includes a "NOTICE" text file as part of its
|
108 |
+
distribution, then any Derivative Works that You distribute must
|
109 |
+
include a readable copy of the attribution notices contained
|
110 |
+
within such NOTICE file, excluding those notices that do not
|
111 |
+
pertain to any part of the Derivative Works, in at least one
|
112 |
+
of the following places: within a NOTICE text file distributed
|
113 |
+
as part of the Derivative Works; within the Source form or
|
114 |
+
documentation, if provided along with the Derivative Works; or,
|
115 |
+
within a display generated by the Derivative Works, if and
|
116 |
+
wherever such third-party notices normally appear. The contents
|
117 |
+
of the NOTICE file are for informational purposes only and
|
118 |
+
do not modify the License. You may add Your own attribution
|
119 |
+
notices within Derivative Works that You distribute, alongside
|
120 |
+
or as an addendum to the NOTICE text from the Work, provided
|
121 |
+
that such additional attribution notices cannot be construed
|
122 |
+
as modifying the License.
|
123 |
+
|
124 |
+
You may add Your own copyright statement to Your modifications and
|
125 |
+
may provide additional or different license terms and conditions
|
126 |
+
for use, reproduction, or distribution of Your modifications, or
|
127 |
+
for any such Derivative Works as a whole, provided Your use,
|
128 |
+
reproduction, and distribution of the Work otherwise complies with
|
129 |
+
the conditions stated in this License.
|
130 |
+
|
131 |
+
5. Submission of Contributions. Unless You explicitly state otherwise,
|
132 |
+
any Contribution intentionally submitted for inclusion in the Work
|
133 |
+
by You to the Licensor shall be under the terms and conditions of
|
134 |
+
this License, without any additional terms or conditions.
|
135 |
+
Notwithstanding the above, nothing herein shall supersede or modify
|
136 |
+
the terms of any separate license agreement you may have executed
|
137 |
+
with Licensor regarding such Contributions.
|
138 |
+
|
139 |
+
6. Trademarks. This License does not grant permission to use the trade
|
140 |
+
names, trademarks, service marks, or product names of the Licensor,
|
141 |
+
except as required for reasonable and customary use in describing the
|
142 |
+
origin of the Work and reproducing the content of the NOTICE file.
|
143 |
+
|
144 |
+
7. Disclaimer of Warranty. Unless required by applicable law or
|
145 |
+
agreed to in writing, Licensor provides the Work (and each
|
146 |
+
Contributor provides its Contributions) on an "AS IS" BASIS,
|
147 |
+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
|
148 |
+
implied, including, without limitation, any warranties or conditions
|
149 |
+
of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
|
150 |
+
PARTICULAR PURPOSE. You are solely responsible for determining the
|
151 |
+
appropriateness of using or redistributing the Work and assume any
|
152 |
+
risks associated with Your exercise of permissions under this License.
|
153 |
+
|
154 |
+
8. Limitation of Liability. In no event and under no legal theory,
|
155 |
+
whether in tort (including negligence), contract, or otherwise,
|
156 |
+
unless required by applicable law (such as deliberate and grossly
|
157 |
+
negligent acts) or agreed to in writing, shall any Contributor be
|
158 |
+
liable to You for damages, including any direct, indirect, special,
|
159 |
+
incidental, or consequential damages of any character arising as a
|
160 |
+
result of this License or out of the use or inability to use the
|
161 |
+
Work (including but not limited to damages for loss of goodwill,
|
162 |
+
work stoppage, computer failure or malfunction, or any and all
|
163 |
+
other commercial damages or losses), even if such Contributor
|
164 |
+
has been advised of the possibility of such damages.
|
165 |
+
|
166 |
+
9. Accepting Warranty or Additional Liability. While redistributing
|
167 |
+
the Work or Derivative Works thereof, You may choose to offer,
|
168 |
+
and charge a fee for, acceptance of support, warranty, indemnity,
|
169 |
+
or other liability obligations and/or rights consistent with this
|
170 |
+
License. However, in accepting such obligations, You may act only
|
171 |
+
on Your own behalf and on Your sole responsibility, not on behalf
|
172 |
+
of any other Contributor, and only if You agree to indemnify,
|
173 |
+
defend, and hold each Contributor harmless for any liability
|
174 |
+
incurred by, or claims asserted against, such Contributor by reason
|
175 |
+
of your accepting any such warranty or additional liability.
|
176 |
+
|
177 |
+
END OF TERMS AND CONDITIONS
|
178 |
+
|
179 |
+
APPENDIX: How to apply the Apache License to your work.
|
180 |
+
|
181 |
+
To apply the Apache License to your work, attach the following
|
182 |
+
boilerplate notice, with the fields enclosed by brackets "[]"
|
183 |
+
replaced with your own identifying information. (Don't include
|
184 |
+
the brackets!) The text should be enclosed in the appropriate
|
185 |
+
comment syntax for the file format. We also recommend that a
|
186 |
+
file or class name and description of purpose be included on the
|
187 |
+
same "printed page" as the copyright notice for easier
|
188 |
+
identification within third-party archives.
|
189 |
+
|
190 |
+
Copyright 2024 Alibaba Cloud
|
191 |
+
|
192 |
+
Licensed under the Apache License, Version 2.0 (the "License");
|
193 |
+
you may not use this file except in compliance with the License.
|
194 |
+
You may obtain a copy of the License at
|
195 |
+
|
196 |
+
http://www.apache.org/licenses/LICENSE-2.0
|
197 |
+
|
198 |
+
Unless required by applicable law or agreed to in writing, software
|
199 |
+
distributed under the License is distributed on an "AS IS" BASIS,
|
200 |
+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
201 |
+
See the License for the specific language governing permissions and
|
202 |
+
limitations under the License.
|
README.md
CHANGED
@@ -1,3 +1,301 @@
|
|
1 |
-
|
2 |
-
|
3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
[//]: # (# InspireMusic)
|
2 |
+
<p align="center">
|
3 |
+
<a href="https://github.com/FunAudioLLM/InspireMusic" target="_blank">
|
4 |
+
<img alt="logo" src="./asset/logo.png" width="100%"></a>
|
5 |
+
</p>
|
6 |
+
|
7 |
+
[//]: # (<p align="center">)
|
8 |
+
|
9 |
+
[//]: # ( <a href="https://github.com/FunAudioLLM/InspireMusic" target="_blank">)
|
10 |
+
|
11 |
+
[//]: # ( <img alt="InspireMusic" src="https://svg-banners.vercel.app/api?type=origin&text1=Inspire%20Music🎶&text2=🤗%20A%20Fundamental%20Music%20Song%20Audio%20Generation%20Toolkit&width=800&height=210"></a>)
|
12 |
+
|
13 |
+
[//]: # (</p>)
|
14 |
+
|
15 |
+
<p align="center">
|
16 |
+
<a href="https://iris2c.github.io/InspireMusic" target="_blank">
|
17 |
+
<img alt="Demo" src="https://img.shields.io/badge/Demo%20👈🏻-InspireMusic?labelColor=%20%23FDB062&label=InspireMusic&color=%20%23f79009"></a>
|
18 |
+
<a href="https://github.com/FunAudioLLM/InspireMusic" target="_blank">
|
19 |
+
<img alt="Code" src="https://img.shields.io/badge/Code%20⭐-InspireMusic?labelColor=%20%237372EB&label=InspireMusic&color=%20%235462eb"></a>
|
20 |
+
|
21 |
+
<a href="https://modelscope.cn/models/iic/InspireMusic-1.5B-Long" target="_blank">
|
22 |
+
<img alt="Model" src="https://img.shields.io/badge/InspireMusic-Model-green"></a>
|
23 |
+
|
24 |
+
<a href="https://arxiv.org/abs/" target="_blank">
|
25 |
+
<img alt="Paper" src="https://img.shields.io/badge/arXiv-Paper-lightgrey"></a>
|
26 |
+
<a href="https://github.com/FunAudioLLM/InspireMusic" target="_blank">
|
27 |
+
|
28 |
+
[//]: # (<a href="https://huggingface.co/FunAudioLLM/InspireMusic-Base" target="_blank">)
|
29 |
+
|
30 |
+
[//]: # ( <img alt="Model" src="https://img.shields.io/badge/Model-InspireMusic?labelColor=%20%23FDA199&label=InspireMusic&color=orange"></a>)
|
31 |
+
|
32 |
+
[//]: # (<a href="https://arxiv.org/abs/" target="_blank">)
|
33 |
+
|
34 |
+
[//]: # ( <img alt="Paper" src="https://img.shields.io/badge/Paper-arXiv?labelColor=%20%23528bff&label=arXiv&color=%20%23155EEF"></a>)
|
35 |
+
|
36 |
+
[//]: # (<a href="https://github.com/FunAudioLLM/InspireMusic" target="_blank">)
|
37 |
+
|
38 |
+
[//]: # ( <img alt="Githube Star" src="https://img.shields.io/github/stars/FunAudioLLM/InspireMusic"></a>)
|
39 |
+
|
40 |
+
[//]: # (<a href="https://github.com/FunAudioLLM/InspireMusic/blob/main/asset/QR.jpg" target="_blank">)
|
41 |
+
|
42 |
+
[//]: # ( <img src="https://img.shields.io/badge/group%20chat-group?&labelColor=%20%235462eb&color=%20%235462eb" alt="chat on WeChat"></a>)
|
43 |
+
[//]: # (<a href="https://discord.gg/nSPpRU7fRr" target="_blank">)
|
44 |
+
|
45 |
+
[//]: # ( <img src="https://img.shields.io/badge/discord-chat?&labelColor=%20%235462eb&color=%20%235462eb" alt="chat on Discord"></a>)
|
46 |
+
|
47 |
+
[//]: # ( <a href="https://github.com/FunAudioLLM/InspireMusic" target="_blank">)
|
48 |
+
|
49 |
+
[//]: # ( <img alt="Static Badge" src="https://img.shields.io/badge/v0.1-version?logo=free&color=%20%23155EEF&label=version&labelColor=%20%23528bff"></a>)
|
50 |
+
[//]: # (<a href="https://github.com/FunAudioLLM/InspireMusic/graphs/commit-activity" target="_blank">)
|
51 |
+
|
52 |
+
[//]: # (<img alt="Commits last month" src="https://img.shields.io/github/commit-activity/m/FunAudioLLM/InspireMusic?labelColor=%20%2332b583&color=%20%2312b76a"></a>)
|
53 |
+
|
54 |
+
[//]: # ( <a href="https://github.com/FunAudioLLM/InspireMusic" target="_blank">)
|
55 |
+
|
56 |
+
[//]: # ( <img alt="Issues closed" src="https://img.shields.io/github/issues-search?query=repo%3AFunAudioLLM%2FInspireMusic%20is%3Aclosed&label=issues%20closed&labelColor=%20%237d89b0&color=%20%235d6b98"></a>)
|
57 |
+
|
58 |
+
[//]: # ( <a href="https://github.com/FunAudioLLM/InspireMusic/discussions/" target="_blank">)
|
59 |
+
|
60 |
+
[//]: # ( <img alt="Discussion posts" src="https://img.shields.io/github/discussions/FunAudioLLM/InspireMusic?labelColor=%20%239b8afb&color=%20%237a5af8"></a>)
|
61 |
+
</p>
|
62 |
+
|
63 |
+
InspireMusic is a fundamental AIGC toolkit designed for music, song, and audio generation using the PyTorch library.
|
64 |
+
|
65 |
+
![GitHub Repo stars](https://img.shields.io/github/stars/FunAudioLLM/InspireMusic) Please support our community project 💖 by starring it on GitHub 加⭐支持 🙏
|
66 |
+
|
67 |
+
---
|
68 |
+
<a name="Highligts"></a>
|
69 |
+
## Highlights
|
70 |
+
**InspireMusic** focuses on music generation, song generation and audio generation.
|
71 |
+
- A unified framework for music/song/audio generation. Controllable with text prompts, music genres, music structures, etc.
|
72 |
+
- Support text-to-music, music continuation, audio super-resolution, audio reconstruction tasks with high audio quality, with available sampling rates of 24kHz, 48kHz.
|
73 |
+
- Support long audio generation.
|
74 |
+
- Convenient fine-tuning and inference. Support mixed precision training (FP16, FP32). Provide convenient fine-tuning and inference scripts and strategies, allowing users to easily their music generation models.
|
75 |
+
|
76 |
+
<a name="What's News"></a>
|
77 |
+
## What's New 🔥
|
78 |
+
|
79 |
+
- 2025/01: Open-source [InspireMusic-Base](https://modelscope.cn/models/iic/InspireMusic/summary), [InspireMusic-Base-24kHz](https://modelscope.cn/models/iic/InspireMusic-Base-24kHz/summary), [InspireMusic-1.5B](https://modelscope.cn/models/iic/InspireMusic-1.5B/summary), [InspireMusic-1.5B-24kHz](https://modelscope.cn/models/iic/InspireMusic-1.5B-24kHz/summary), [InspireMusic-1.5B-Long](https://modelscope.cn/models/iic/InspireMusic-1.5B-Long/summary) models for music generation.
|
80 |
+
- 2024/12: Support to generate 48kHz audio with super resolution flow matching.
|
81 |
+
- 2024/11: Welcome to preview 👉🏻 [**InspireMusic Demos**](https://iris2c.github.io/InspireMusic) 👈🏻. We're excited to share this with you and are working hard to bring even more features and models soon. Your support and feedback mean a lot to us!
|
82 |
+
- 2024/11: We are thrilled to announce the open-sourcing of the **InspireMusic** [code repository](https://github.com/FunAudioLLM/InspireMusic) and [demos](https://iris2c.github.io/InspireMusic). **InspireMusic** is a unified framework for music, song, and audio generation, featuring capabilities such as text-to-music conversion, music structure, genre control, and timestamp management. InspireMusic stands out for its exceptional music generation and instruction-following abilities.
|
83 |
+
|
84 |
+
## Introduction
|
85 |
+
> [!Note]
|
86 |
+
> This repo contains the algorithm infrastructure and some simple examples.
|
87 |
+
|
88 |
+
> [!Tip]
|
89 |
+
> To explore the performance, please refer to [InspireMusic Demo Page](https://iris2c.github.io/InspireMusic). We will open-source InspireMusic models and HuggingFace Space soon.
|
90 |
+
|
91 |
+
InspireMusic is a unified music, song and audio generation framework through the audio tokenization and detokenization process integrated with a large autoregressive transformer. The original motive of this toolkit is to empower the common users to innovate soundscapes and enhance euphony in research through music, song, and audio crafting. The toolkit provides both inference and training code for AI generative models that create high-quality music. Featuring a unified framework, InspireMusic incorporates autoregressive Transformer and conditional flow-matching modeling (CFM), allowing for the controllable generation of music, songs, and audio with both textual and structural music conditioning, as well as neural audio tokenizers. Currently, the toolkit supports text-to-music generation and plans to expand its capabilities to include text-to-song and text-to-audio generation in the future.
|
92 |
+
|
93 |
+
## Installation
|
94 |
+
|
95 |
+
### Clone
|
96 |
+
|
97 |
+
- Clone the repo
|
98 |
+
``` sh
|
99 |
+
git clone --recursive https://github.com/FunAudioLLM/InspireMusic.git
|
100 |
+
# If you failed to clone submodule due to network failures, please run the following command until success
|
101 |
+
cd InspireMusic
|
102 |
+
git submodule update --init --recursive
|
103 |
+
```
|
104 |
+
|
105 |
+
### Install
|
106 |
+
InspireMusic requires Python 3.8, PyTorch 2.1.0. To install InspireMusic, you can run one of the following:
|
107 |
+
|
108 |
+
- Install Conda: please see https://docs.conda.io/en/latest/miniconda.html
|
109 |
+
- Create Conda env:
|
110 |
+
``` sh
|
111 |
+
conda create -n inspiremusic python=3.8
|
112 |
+
conda activate inspiremusic
|
113 |
+
cd InspireMusic
|
114 |
+
# pynini is required by WeTextProcessing, use conda to install it as it can be executed on all platforms.
|
115 |
+
conda install -y -c conda-forge pynini==2.1.5
|
116 |
+
pip install -r requirements.txt -i https://mirrors.aliyun.com/pypi/simple/ --trusted-host=mirrors.aliyun.com
|
117 |
+
# install flash attention to speedup training
|
118 |
+
pip install flash-attn --no-build-isolation
|
119 |
+
```
|
120 |
+
|
121 |
+
- Install within the package:
|
122 |
+
```sh
|
123 |
+
cd InspireMusic
|
124 |
+
# You can run to install the packages
|
125 |
+
python setup.py install
|
126 |
+
pip install flash-attn --no-build-isolation
|
127 |
+
```
|
128 |
+
|
129 |
+
We also recommend having `sox` or `ffmpeg` installed, either through your system or Anaconda:
|
130 |
+
```sh
|
131 |
+
# # Install sox
|
132 |
+
# ubuntu
|
133 |
+
sudo apt-get install sox libsox-dev
|
134 |
+
# centos
|
135 |
+
sudo yum install sox sox-devel
|
136 |
+
|
137 |
+
# Install ffmpeg
|
138 |
+
# ubuntu
|
139 |
+
sudo apt-get install ffmpeg
|
140 |
+
# centos
|
141 |
+
sudo yum install ffmpeg
|
142 |
+
```
|
143 |
+
|
144 |
+
## Models
|
145 |
+
### Download Model
|
146 |
+
|
147 |
+
We strongly recommend that you download our pretrained `InspireMusic model`.
|
148 |
+
|
149 |
+
If you are an expert in this field, and you are only interested in training your own InspireMusic model from scratch, you can skip this step.
|
150 |
+
|
151 |
+
``` sh
|
152 |
+
# git模型下载,请确保已安装git lfs
|
153 |
+
mkdir -p pretrained_models
|
154 |
+
git clone https://www.modelscope.cn/iic/InspireMusic-1.5B-Long.git pretrained_models/InspireMusic
|
155 |
+
```
|
156 |
+
|
157 |
+
### Available Models
|
158 |
+
Currently, we open source the music generation models support 24KHz mono and 48KHz stereo audio.
|
159 |
+
The table below presents the links to the ModelScope and Huggingface model hub. More models will be available soon.
|
160 |
+
|
161 |
+
| Model name | Model Links | Remarks |
|
162 |
+
|-------------------------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-------------------------------------------------------------------|
|
163 |
+
| InspireMusic-Base-24kHz | [![model](https://img.shields.io/badge/ModelScope-Model-green.svg)](https://modelscope.cn/models/iic/InspireMusic-Base-24kHz/summary) [![model](https://img.shields.io/badge/HuggingFace-Model-green.svg)](https://huggingface.co/FunAudioLLM/InspireMusic-Base-24kHz) | Pre-trained Music Generation Model, 24kHz mono |
|
164 |
+
| InspireMusic-Base | [![model](https://img.shields.io/badge/ModelScope-Model-green.svg)](https://modelscope.cn/models/iic/InspireMusic-Base/summary) [![model](https://img.shields.io/badge/HuggingFace-Model-green.svg)](https://huggingface.co/FunAudioLLM/InspireMusic-Base) | Pre-trained Music Generation Model, 48kHz |
|
165 |
+
| InspireMusic-1.5B-24kHz | [![model](https://img.shields.io/badge/ModelScope-Model-green.svg)](https://modelscope.cn/models/iic/InspireMusic-1.5B-24kHz/summary) [![model](https://img.shields.io/badge/HuggingFace-Model-green.svg)](https://huggingface.co/FunAudioLLM/InspireMusic-1.5B-24kHz) | Pre-trained Music Generation 1.5B Model, 24kHz mono |
|
166 |
+
| InspireMusic-1.5B | [![model](https://img.shields.io/badge/ModelScope-Model-green.svg)](https://modelscope.cn/models/iic/InspireMusic-1.5B/summary) [![model](https://img.shields.io/badge/HuggingFace-Model-green.svg)](https://huggingface.co/FunAudioLLM/InspireMusic-1.5B) | Pre-trained Music Generation 1.5B Model, 48kHz |
|
167 |
+
| InspireMusic-1.5B-Long | [![model](https://img.shields.io/badge/ModelScope-Model-green.svg)](https://modelscope.cn/models/iic/InspireMusic-1.5B-Long/summary) [![model](https://img.shields.io/badge/HuggingFace-Model-green.svg)](https://huggingface.co/FunAudioLLM/InspireMusic-1.5B-Long) | Pre-trained Music Generation 1.5B Model, 48kHz, support long audio |
|
168 |
+
| InspireSong-1.5B | [![model](https://img.shields.io/badge/ModelScope-Model-lightgrey.svg)]() [![model](https://img.shields.io/badge/HuggingFace-Model-lightgrey.svg)]() | Pre-trained Song Generation 1.5B Model, 48kHz stereo |
|
169 |
+
| InspireAudio-1.5B | [![model](https://img.shields.io/badge/ModelScope-Model-lightgrey.svg)]() [![model](https://img.shields.io/badge/HuggingFace-Model-lightgrey.svg)]() | Pre-trained Audio Generation 1.5B Model, 48kHz stereo |
|
170 |
+
|
171 |
+
## Basic Usage
|
172 |
+
|
173 |
+
At the moment, InspireMusic contains the training code and inference code for [music generation](https://github.com/FunAudioLLM/InspireMusic/tree/main/examples/music_generation). More tasks such as song generation and audio generation will be supported in future.
|
174 |
+
|
175 |
+
### Quick Start
|
176 |
+
|
177 |
+
Here is a quick start running script to do music generation task including data preparation pipeline, model training, inference.
|
178 |
+
``` sh
|
179 |
+
cd InspireMusic/examples/music_generation/
|
180 |
+
bash run.sh
|
181 |
+
```
|
182 |
+
|
183 |
+
### Training
|
184 |
+
|
185 |
+
Here is an example to train LLM model, support FP16 training.
|
186 |
+
```sh
|
187 |
+
torchrun --nnodes=1 --nproc_per_node=8 \
|
188 |
+
--rdzv_id=1024 --rdzv_backend="c10d" --rdzv_endpoint="localhost:0" \
|
189 |
+
inspiremusic/bin/train.py \
|
190 |
+
--train_engine "torch_ddp" \
|
191 |
+
--config conf/inspiremusic.yaml \
|
192 |
+
--train_data data/train.data.list \
|
193 |
+
--cv_data data/dev.data.list \
|
194 |
+
--model llm \
|
195 |
+
--model_dir `pwd`/exp/music_generation/llm/ \
|
196 |
+
--tensorboard_dir `pwd`/tensorboard/music_generation/llm/ \
|
197 |
+
--ddp.dist_backend "nccl" \
|
198 |
+
--num_workers 8 \
|
199 |
+
--prefetch 100 \
|
200 |
+
--pin_memory \
|
201 |
+
--deepspeed_config ./conf/ds_stage2.json \
|
202 |
+
--deepspeed.save_states model+optimizer \
|
203 |
+
--fp16
|
204 |
+
```
|
205 |
+
|
206 |
+
Here is an example code to train flow matching model, does not support FP16 training.
|
207 |
+
```sh
|
208 |
+
torchrun --nnodes=1 --nproc_per_node=8 \
|
209 |
+
--rdzv_id=1024 --rdzv_backend="c10d" --rdzv_endpoint="localhost:0" \
|
210 |
+
inspiremusic/bin/train.py \
|
211 |
+
--train_engine "torch_ddp" \
|
212 |
+
--config conf/inspiremusic.yaml \
|
213 |
+
--train_data data/train.data.list \
|
214 |
+
--cv_data data/dev.data.list \
|
215 |
+
--model flow \
|
216 |
+
--model_dir `pwd`/exp/music_generation/flow/ \
|
217 |
+
--tensorboard_dir `pwd`/tensorboard/music_generation/flow/ \
|
218 |
+
--ddp.dist_backend "nccl" \
|
219 |
+
--num_workers 8 \
|
220 |
+
--prefetch 100 \
|
221 |
+
--pin_memory \
|
222 |
+
--deepspeed_config ./conf/ds_stage2.json \
|
223 |
+
--deepspeed.save_states model+optimizer
|
224 |
+
```
|
225 |
+
|
226 |
+
### Inference
|
227 |
+
|
228 |
+
Here is an example script to quickly do model inference.
|
229 |
+
``` sh
|
230 |
+
cd InspireMusic/examples/music_generation/
|
231 |
+
bash infer.sh
|
232 |
+
```
|
233 |
+
|
234 |
+
Here is an example code to run inference with normal mode, i.e., with flow matching model for text-to-music and music continuation tasks.
|
235 |
+
```sh
|
236 |
+
pretrained_model_dir = "./pretrained_models/InspireMusic/"
|
237 |
+
for task in 'text-to-music' 'continuation'; do
|
238 |
+
python inspiremusic/bin/inference.py --task $task \
|
239 |
+
--gpu 0 \
|
240 |
+
--config conf/inspiremusic.yaml \
|
241 |
+
--prompt_data data/test/parquet/data.list \
|
242 |
+
--flow_model $pretrained_model_dir/flow.pt \
|
243 |
+
--llm_model $pretrained_model_dir/llm.pt \
|
244 |
+
--music_tokenizer $pretrained_model_dir/music_tokenizer \
|
245 |
+
--wavtokenizer $pretrained_model_dir/wavtokenizer \
|
246 |
+
--result_dir `pwd`/exp/inspiremusic/${task}_test \
|
247 |
+
--chorus verse \
|
248 |
+
--min_generate_audio_seconds 8 \
|
249 |
+
--max_generate_audio_seconds 30
|
250 |
+
done
|
251 |
+
```
|
252 |
+
|
253 |
+
Here is an example code to run inference with fast mode, i.e., without flow matching model for text-to-music and music continuation tasks.
|
254 |
+
```sh
|
255 |
+
pretrained_model_dir = "./pretrained_models/InspireMusic/"
|
256 |
+
for task in 'text-to-music' 'continuation'; do
|
257 |
+
python inspiremusic/bin/inference.py --task $task \
|
258 |
+
--gpu 0 \
|
259 |
+
--config conf/inspiremusic.yaml \
|
260 |
+
--prompt_data data/test/parquet/data.list \
|
261 |
+
--flow_model $pretrained_model_dir/flow.pt \
|
262 |
+
--llm_model $pretrained_model_dir/llm.pt \
|
263 |
+
--music_tokenizer $pretrained_model_dir/music_tokenizer \
|
264 |
+
--wavtokenizer $pretrained_model_dir/wavtokenizer \
|
265 |
+
--result_dir `pwd`/exp/inspiremusic/${task}_test \
|
266 |
+
--chorus verse \
|
267 |
+
--fast \
|
268 |
+
--min_generate_audio_seconds 8 \
|
269 |
+
--max_generate_audio_seconds 30
|
270 |
+
done
|
271 |
+
```
|
272 |
+
|
273 |
+
## Roadmap
|
274 |
+
|
275 |
+
- [x] 2024/12
|
276 |
+
- [x] 75Hz InspireMusic-Base model for music generation
|
277 |
+
|
278 |
+
- [x] 2025/01
|
279 |
+
- [x] Support to generate 48kHz
|
280 |
+
- [x] 75Hz InspireMusic-1.5B model for music generation
|
281 |
+
- [x] 75Hz InspireMusic-1.5B-Long model for long-form music generation
|
282 |
+
|
283 |
+
- [ ] 2025/02
|
284 |
+
- [ ] Support song generation task
|
285 |
+
- [ ] 75Hz InspireSong model for song generation
|
286 |
+
|
287 |
+
- [ ] 2025/03
|
288 |
+
- [ ] Support audio generation task
|
289 |
+
- [ ] 75Hz InspireAudio model for music and audio generation
|
290 |
+
|
291 |
+
- [ ] TBD
|
292 |
+
|
293 |
+
- [ ] 25Hz InspireMusic model
|
294 |
+
- [ ] Support 48kHz stereo audio
|
295 |
+
- [ ] Streaming inference mode support
|
296 |
+
- [ ] Support more instruction mode, multi-lingual instructions
|
297 |
+
- [ ] InspireSong trained with more multi-lingual data
|
298 |
+
- [ ] More...
|
299 |
+
|
300 |
+
## Disclaimer
|
301 |
+
The content provided above is for academic purposes only and is intended to demonstrate technical capabilities. Some examples are sourced from the internet. If any content infringes on your rights, please contact us to request its removal.
|
config.json
ADDED
@@ -0,0 +1,28 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"architectures": [
|
3 |
+
"Qwen2ForCausalLM"
|
4 |
+
],
|
5 |
+
"attention_dropout": 0.0,
|
6 |
+
"bos_token_id": 151643,
|
7 |
+
"eos_token_id": 151643,
|
8 |
+
"hidden_act": "silu",
|
9 |
+
"hidden_size": 1536,
|
10 |
+
"initializer_range": 0.02,
|
11 |
+
"intermediate_size": 8960,
|
12 |
+
"max_position_embeddings": 131072,
|
13 |
+
"max_window_layers": 28,
|
14 |
+
"model_type": "qwen2",
|
15 |
+
"num_attention_heads": 12,
|
16 |
+
"num_hidden_layers": 28,
|
17 |
+
"num_key_value_heads": 2,
|
18 |
+
"rms_norm_eps": 1e-06,
|
19 |
+
"rope_theta": 1000000.0,
|
20 |
+
"sliding_window": 131072,
|
21 |
+
"tie_word_embeddings": true,
|
22 |
+
"torch_dtype": "bfloat16",
|
23 |
+
"transformers_version": "4.40.1",
|
24 |
+
"use_cache": true,
|
25 |
+
"use_mrope": false,
|
26 |
+
"use_sliding_window": false,
|
27 |
+
"vocab_size": 151936
|
28 |
+
}
|
configuration.json
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
{"task":"audio-generation"}
|
generation_config.json
ADDED
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"bos_token_id": 151643,
|
3 |
+
"do_sample": false,
|
4 |
+
"eos_token_id": 151643,
|
5 |
+
"max_new_tokens": 2048,
|
6 |
+
"transformers_version": "4.37.0"
|
7 |
+
}
|
inspiremusic.yaml
ADDED
@@ -0,0 +1,171 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
# set random seed, so that you may reproduce your result.
|
2 |
+
__set_seed1: !apply:random.seed [1988]
|
3 |
+
__set_seed2: !apply:numpy.random.seed [1988]
|
4 |
+
__set_seed3: !apply:torch.manual_seed [1988]
|
5 |
+
__set_seed4: !apply:torch.cuda.manual_seed_all [1988]
|
6 |
+
|
7 |
+
# fixed params
|
8 |
+
sample_rate: 24000
|
9 |
+
text_encoder_input_size: 512
|
10 |
+
llm_input_size: 1536
|
11 |
+
llm_output_size: 1536
|
12 |
+
|
13 |
+
basemodel_path: '../../pretrained_models/InspireMusic-1.5B/'
|
14 |
+
generator_path: '../../pretrained_models/InspireMusic-1.5B/music_tokenizer'
|
15 |
+
|
16 |
+
# model params
|
17 |
+
# for all class/function included in this repo, we use !<name> or !<new> for intialization, so that user may find all corresponding class/function according to one single yaml.
|
18 |
+
# for system/third_party class/function, we do not require this.
|
19 |
+
llm: !new:inspiremusic.llm.llm.LLM
|
20 |
+
text_encoder_input_size: !ref <text_encoder_input_size>
|
21 |
+
llm_input_size: !ref <llm_input_size>
|
22 |
+
llm_output_size: !ref <llm_output_size>
|
23 |
+
audio_token_size: 4096
|
24 |
+
length_normalized_loss: True
|
25 |
+
lsm_weight: 0
|
26 |
+
text_encoder_conf:
|
27 |
+
name: "none"
|
28 |
+
llm: !new:inspiremusic.transformer.qwen_encoder.QwenEmbeddingEncoder
|
29 |
+
input_size: !ref <text_encoder_input_size>
|
30 |
+
pretrain_path: !ref <basemodel_path>
|
31 |
+
|
32 |
+
sampling: !name:inspiremusic.utils.common.topk_sampling
|
33 |
+
top_k: 350
|
34 |
+
train_cfg_ratio: 0.2
|
35 |
+
infer_cfg_ratio: 3.0
|
36 |
+
flow: !new:inspiremusic.flow.flow.MaskedDiff
|
37 |
+
input_size: 256
|
38 |
+
output_size: 80
|
39 |
+
output_type: 'mel'
|
40 |
+
vocab_size: 4096
|
41 |
+
input_frame_rate: 75
|
42 |
+
only_mask_loss: True
|
43 |
+
encoder: !new:inspiremusic.transformer.encoder.ConformerEncoder
|
44 |
+
output_size: 512
|
45 |
+
attention_heads: 4
|
46 |
+
linear_units: 1024
|
47 |
+
num_blocks: 3
|
48 |
+
dropout_rate: 0.1
|
49 |
+
positional_dropout_rate: 0.1
|
50 |
+
attention_dropout_rate: 0.1
|
51 |
+
normalize_before: True
|
52 |
+
input_layer: 'linear'
|
53 |
+
pos_enc_layer_type: 'rel_pos_espnet'
|
54 |
+
selfattention_layer_type: 'rel_selfattn'
|
55 |
+
input_size: 256
|
56 |
+
use_cnn_module: False
|
57 |
+
macaron_style: False
|
58 |
+
length_regulator: !new:inspiremusic.flow.length_regulator.InterpolateRegulator
|
59 |
+
channels: 512
|
60 |
+
sampling_ratios: [1, 1, 1, 1]
|
61 |
+
decoder: !new:inspiremusic.flow.flow_matching.ConditionalCFM
|
62 |
+
in_channels: 240
|
63 |
+
cfm_params: !new:omegaconf.DictConfig
|
64 |
+
content:
|
65 |
+
sigma_min: 1e-06
|
66 |
+
solver: 'euler'
|
67 |
+
t_scheduler: 'cosine'
|
68 |
+
training_cfg_rate: 0.2
|
69 |
+
inference_cfg_rate: 0.7
|
70 |
+
reg_loss_type: 'l1'
|
71 |
+
estimator: !new:inspiremusic.flow.decoder.ConditionalDecoder
|
72 |
+
in_channels: 1024
|
73 |
+
out_channels: 512
|
74 |
+
channels: [256, 256]
|
75 |
+
dropout: 0.0
|
76 |
+
attention_head_dim: 64
|
77 |
+
n_blocks: 4
|
78 |
+
num_mid_blocks: 8
|
79 |
+
num_heads: 8
|
80 |
+
act_fn: 'gelu'
|
81 |
+
generator_model_dir: !ref <generator_path>
|
82 |
+
|
83 |
+
hift: !new:inspiremusic.hifigan.generator.HiFTGenerator
|
84 |
+
in_channels: 80
|
85 |
+
base_channels: 512
|
86 |
+
nb_harmonics: 8
|
87 |
+
sampling_rate: !ref <sample_rate>
|
88 |
+
nsf_alpha: 0.1
|
89 |
+
nsf_sigma: 0.003
|
90 |
+
nsf_voiced_threshold: 10
|
91 |
+
upsample_rates: [8, 8]
|
92 |
+
upsample_kernel_sizes: [16, 16]
|
93 |
+
istft_params:
|
94 |
+
n_fft: 16
|
95 |
+
hop_len: 4
|
96 |
+
resblock_kernel_sizes: [3, 7, 11]
|
97 |
+
resblock_dilation_sizes: [[1, 3, 5], [1, 3, 5], [1, 3, 5]]
|
98 |
+
source_resblock_kernel_sizes: [7, 11]
|
99 |
+
source_resblock_dilation_sizes: [[1, 3, 5], [1, 3, 5]]
|
100 |
+
lrelu_slope: 0.1
|
101 |
+
audio_limit: 0.99
|
102 |
+
f0_predictor: !new:inspiremusic.hifigan.f0_predictor.ConvRNNF0Predictor
|
103 |
+
num_class: 1
|
104 |
+
in_channels: 80
|
105 |
+
cond_channels: 512
|
106 |
+
|
107 |
+
wavtokenizer: !new:inspiremusic.hifigan.generator.HiFTGenerator
|
108 |
+
|
109 |
+
# processor functions
|
110 |
+
parquet_opener: !name:inspiremusic.dataset.processor.parquet_opener
|
111 |
+
get_tokenizer: !name:inspiremusic.text.tokenizer.get_tokenizer
|
112 |
+
tokenizer_path: !ref <basemodel_path>
|
113 |
+
tokenizer_name: "qwen-2.5"
|
114 |
+
allowed_special: 'all'
|
115 |
+
tokenize: !name:inspiremusic.dataset.processor.tokenize
|
116 |
+
get_tokenizer: !ref <get_tokenizer>
|
117 |
+
allowed_special: !ref <allowed_special>
|
118 |
+
filter: !name:inspiremusic.dataset.processor.filter
|
119 |
+
max_length: 28000
|
120 |
+
min_length: 0
|
121 |
+
token_max_length: 200
|
122 |
+
token_min_length: 1
|
123 |
+
resample: !name:inspiremusic.dataset.processor.resample
|
124 |
+
resample_rate: !ref <sample_rate>
|
125 |
+
feat_extractor: !name:matcha.utils.audio.mel_spectrogram
|
126 |
+
n_fft: 1024
|
127 |
+
num_mels: 128
|
128 |
+
sampling_rate: !ref <sample_rate>
|
129 |
+
hop_size: 256
|
130 |
+
win_size: 1024
|
131 |
+
fmin: 0
|
132 |
+
fmax: 24000
|
133 |
+
center: False
|
134 |
+
compute_fbank: !name:inspiremusic.dataset.processor.compute_fbank
|
135 |
+
feat_extractor: !ref <feat_extractor>
|
136 |
+
parse_embedding: !name:inspiremusic.dataset.processor.parse_embedding
|
137 |
+
normalize: True
|
138 |
+
shuffle: !name:inspiremusic.dataset.processor.shuffle
|
139 |
+
shuffle_size: 1000
|
140 |
+
sort: !name:inspiremusic.dataset.processor.sort
|
141 |
+
sort_size: 500 # sort_size should be less than shuffle_size
|
142 |
+
batch: !name:inspiremusic.dataset.processor.batch
|
143 |
+
batch_type: 'dynamic'
|
144 |
+
max_frames_in_batch: 10000 # llm 12000
|
145 |
+
padding: !name:inspiremusic.dataset.processor.padding
|
146 |
+
|
147 |
+
# dataset processor pipeline
|
148 |
+
data_pipeline: [
|
149 |
+
!ref <parquet_opener>,
|
150 |
+
!ref <tokenize>,
|
151 |
+
!ref <shuffle>,
|
152 |
+
!ref <sort>,
|
153 |
+
!ref <filter>,
|
154 |
+
!ref <batch>,
|
155 |
+
!ref <padding>,
|
156 |
+
]
|
157 |
+
|
158 |
+
|
159 |
+
# train conf
|
160 |
+
train_conf:
|
161 |
+
optim: adam
|
162 |
+
optim_conf:
|
163 |
+
lr: 0.0001 # change to 0.001 if you want to train flow from scratch
|
164 |
+
scheduler: warmuplr
|
165 |
+
scheduler_conf:
|
166 |
+
warmup_steps: 5000
|
167 |
+
max_epoch: 200
|
168 |
+
grad_clip: 5
|
169 |
+
accum_grad: 2
|
170 |
+
log_interval: 100
|
171 |
+
save_per_step: 500
|
merges.txt
ADDED
The diff for this file is too large to render.
See raw diff
|
|
tokenizer.json
ADDED
The diff for this file is too large to render.
See raw diff
|
|
tokenizer_config.json
ADDED
@@ -0,0 +1,207 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"add_bos_token": false,
|
3 |
+
"add_prefix_space": false,
|
4 |
+
"added_tokens_decoder": {
|
5 |
+
"151643": {
|
6 |
+
"content": "<|endoftext|>",
|
7 |
+
"lstrip": false,
|
8 |
+
"normalized": false,
|
9 |
+
"rstrip": false,
|
10 |
+
"single_word": false,
|
11 |
+
"special": true
|
12 |
+
},
|
13 |
+
"151644": {
|
14 |
+
"content": "<|im_start|>",
|
15 |
+
"lstrip": false,
|
16 |
+
"normalized": false,
|
17 |
+
"rstrip": false,
|
18 |
+
"single_word": false,
|
19 |
+
"special": true
|
20 |
+
},
|
21 |
+
"151645": {
|
22 |
+
"content": "<|im_end|>",
|
23 |
+
"lstrip": false,
|
24 |
+
"normalized": false,
|
25 |
+
"rstrip": false,
|
26 |
+
"single_word": false,
|
27 |
+
"special": true
|
28 |
+
},
|
29 |
+
"151646": {
|
30 |
+
"content": "<|object_ref_start|>",
|
31 |
+
"lstrip": false,
|
32 |
+
"normalized": false,
|
33 |
+
"rstrip": false,
|
34 |
+
"single_word": false,
|
35 |
+
"special": true
|
36 |
+
},
|
37 |
+
"151647": {
|
38 |
+
"content": "<|object_ref_end|>",
|
39 |
+
"lstrip": false,
|
40 |
+
"normalized": false,
|
41 |
+
"rstrip": false,
|
42 |
+
"single_word": false,
|
43 |
+
"special": true
|
44 |
+
},
|
45 |
+
"151648": {
|
46 |
+
"content": "<|box_start|>",
|
47 |
+
"lstrip": false,
|
48 |
+
"normalized": false,
|
49 |
+
"rstrip": false,
|
50 |
+
"single_word": false,
|
51 |
+
"special": true
|
52 |
+
},
|
53 |
+
"151649": {
|
54 |
+
"content": "<|box_end|>",
|
55 |
+
"lstrip": false,
|
56 |
+
"normalized": false,
|
57 |
+
"rstrip": false,
|
58 |
+
"single_word": false,
|
59 |
+
"special": true
|
60 |
+
},
|
61 |
+
"151650": {
|
62 |
+
"content": "<|quad_start|>",
|
63 |
+
"lstrip": false,
|
64 |
+
"normalized": false,
|
65 |
+
"rstrip": false,
|
66 |
+
"single_word": false,
|
67 |
+
"special": true
|
68 |
+
},
|
69 |
+
"151651": {
|
70 |
+
"content": "<|quad_end|>",
|
71 |
+
"lstrip": false,
|
72 |
+
"normalized": false,
|
73 |
+
"rstrip": false,
|
74 |
+
"single_word": false,
|
75 |
+
"special": true
|
76 |
+
},
|
77 |
+
"151652": {
|
78 |
+
"content": "<|vision_start|>",
|
79 |
+
"lstrip": false,
|
80 |
+
"normalized": false,
|
81 |
+
"rstrip": false,
|
82 |
+
"single_word": false,
|
83 |
+
"special": true
|
84 |
+
},
|
85 |
+
"151653": {
|
86 |
+
"content": "<|vision_end|>",
|
87 |
+
"lstrip": false,
|
88 |
+
"normalized": false,
|
89 |
+
"rstrip": false,
|
90 |
+
"single_word": false,
|
91 |
+
"special": true
|
92 |
+
},
|
93 |
+
"151654": {
|
94 |
+
"content": "<|vision_pad|>",
|
95 |
+
"lstrip": false,
|
96 |
+
"normalized": false,
|
97 |
+
"rstrip": false,
|
98 |
+
"single_word": false,
|
99 |
+
"special": true
|
100 |
+
},
|
101 |
+
"151655": {
|
102 |
+
"content": "<|image_pad|>",
|
103 |
+
"lstrip": false,
|
104 |
+
"normalized": false,
|
105 |
+
"rstrip": false,
|
106 |
+
"single_word": false,
|
107 |
+
"special": true
|
108 |
+
},
|
109 |
+
"151656": {
|
110 |
+
"content": "<|video_pad|>",
|
111 |
+
"lstrip": false,
|
112 |
+
"normalized": false,
|
113 |
+
"rstrip": false,
|
114 |
+
"single_word": false,
|
115 |
+
"special": true
|
116 |
+
},
|
117 |
+
"151657": {
|
118 |
+
"content": "<tool_call>",
|
119 |
+
"lstrip": false,
|
120 |
+
"normalized": false,
|
121 |
+
"rstrip": false,
|
122 |
+
"single_word": false,
|
123 |
+
"special": false
|
124 |
+
},
|
125 |
+
"151658": {
|
126 |
+
"content": "</tool_call>",
|
127 |
+
"lstrip": false,
|
128 |
+
"normalized": false,
|
129 |
+
"rstrip": false,
|
130 |
+
"single_word": false,
|
131 |
+
"special": false
|
132 |
+
},
|
133 |
+
"151659": {
|
134 |
+
"content": "<|fim_prefix|>",
|
135 |
+
"lstrip": false,
|
136 |
+
"normalized": false,
|
137 |
+
"rstrip": false,
|
138 |
+
"single_word": false,
|
139 |
+
"special": false
|
140 |
+
},
|
141 |
+
"151660": {
|
142 |
+
"content": "<|fim_middle|>",
|
143 |
+
"lstrip": false,
|
144 |
+
"normalized": false,
|
145 |
+
"rstrip": false,
|
146 |
+
"single_word": false,
|
147 |
+
"special": false
|
148 |
+
},
|
149 |
+
"151661": {
|
150 |
+
"content": "<|fim_suffix|>",
|
151 |
+
"lstrip": false,
|
152 |
+
"normalized": false,
|
153 |
+
"rstrip": false,
|
154 |
+
"single_word": false,
|
155 |
+
"special": false
|
156 |
+
},
|
157 |
+
"151662": {
|
158 |
+
"content": "<|fim_pad|>",
|
159 |
+
"lstrip": false,
|
160 |
+
"normalized": false,
|
161 |
+
"rstrip": false,
|
162 |
+
"single_word": false,
|
163 |
+
"special": false
|
164 |
+
},
|
165 |
+
"151663": {
|
166 |
+
"content": "<|repo_name|>",
|
167 |
+
"lstrip": false,
|
168 |
+
"normalized": false,
|
169 |
+
"rstrip": false,
|
170 |
+
"single_word": false,
|
171 |
+
"special": false
|
172 |
+
},
|
173 |
+
"151664": {
|
174 |
+
"content": "<|file_sep|>",
|
175 |
+
"lstrip": false,
|
176 |
+
"normalized": false,
|
177 |
+
"rstrip": false,
|
178 |
+
"single_word": false,
|
179 |
+
"special": false
|
180 |
+
}
|
181 |
+
},
|
182 |
+
"additional_special_tokens": [
|
183 |
+
"<|im_start|>",
|
184 |
+
"<|im_end|>",
|
185 |
+
"<|object_ref_start|>",
|
186 |
+
"<|object_ref_end|>",
|
187 |
+
"<|box_start|>",
|
188 |
+
"<|box_end|>",
|
189 |
+
"<|quad_start|>",
|
190 |
+
"<|quad_end|>",
|
191 |
+
"<|vision_start|>",
|
192 |
+
"<|vision_end|>",
|
193 |
+
"<|vision_pad|>",
|
194 |
+
"<|image_pad|>",
|
195 |
+
"<|video_pad|>"
|
196 |
+
],
|
197 |
+
"bos_token": null,
|
198 |
+
"chat_template": "{%- if tools %}\n {{- '<|im_start|>system\\n' }}\n {%- if messages[0]['role'] == 'system' %}\n {{- messages[0]['content'] }}\n {%- else %}\n {{- 'You are a helpful assistant.' }}\n {%- endif %}\n {{- \"\\n\\n# Tools\\n\\nYou may call one or more functions to assist with the user query.\\n\\nYou are provided with function signatures within <tools></tools> XML tags:\\n<tools>\" }}\n {%- for tool in tools %}\n {{- \"\\n\" }}\n {{- tool | tojson }}\n {%- endfor %}\n {{- \"\\n</tools>\\n\\nFor each function call, return a json object with function name and arguments within <tool_call></tool_call> XML tags:\\n<tool_call>\\n{\\\"name\\\": <function-name>, \\\"arguments\\\": <args-json-object>}\\n</tool_call><|im_end|>\\n\" }}\n{%- else %}\n {%- if messages[0]['role'] == 'system' %}\n {{- '<|im_start|>system\\n' + messages[0]['content'] + '<|im_end|>\\n' }}\n {%- else %}\n {{- '<|im_start|>system\\nYou are a helpful assistant.<|im_end|>\\n' }}\n {%- endif %}\n{%- endif %}\n{%- for message in messages %}\n {%- if (message.role == \"user\") or (message.role == \"system\" and not loop.first) or (message.role == \"assistant\" and not message.tool_calls) %}\n {{- '<|im_start|>' + message.role + '\\n' + message.content + '<|im_end|>' + '\\n' }}\n {%- elif message.role == \"assistant\" %}\n {{- '<|im_start|>' + message.role }}\n {%- if message.content %}\n {{- '\\n' + message.content }}\n {%- endif %}\n {%- for tool_call in message.tool_calls %}\n {%- if tool_call.function is defined %}\n {%- set tool_call = tool_call.function %}\n {%- endif %}\n {{- '\\n<tool_call>\\n{\"name\": \"' }}\n {{- tool_call.name }}\n {{- '\", \"arguments\": ' }}\n {{- tool_call.arguments | tojson }}\n {{- '}\\n</tool_call>' }}\n {%- endfor %}\n {{- '<|im_end|>\\n' }}\n {%- elif message.role == \"tool\" %}\n {%- if (loop.index0 == 0) or (messages[loop.index0 - 1].role != \"tool\") %}\n {{- '<|im_start|>user' }}\n {%- endif %}\n {{- '\\n<tool_response>\\n' }}\n {{- message.content }}\n {{- '\\n</tool_response>' }}\n {%- if loop.last or (messages[loop.index0 + 1].role != \"tool\") %}\n {{- '<|im_end|>\\n' }}\n {%- endif %}\n {%- endif %}\n{%- endfor %}\n{%- if add_generation_prompt %}\n {{- '<|im_start|>assistant\\n' }}\n{%- endif %}\n",
|
199 |
+
"clean_up_tokenization_spaces": false,
|
200 |
+
"eos_token": "<|endoftext|>",
|
201 |
+
"errors": "replace",
|
202 |
+
"model_max_length": 131072,
|
203 |
+
"pad_token": "<|endoftext|>",
|
204 |
+
"split_special_tokens": false,
|
205 |
+
"tokenizer_class": "Qwen2Tokenizer",
|
206 |
+
"unk_token": null
|
207 |
+
}
|
vocab.json
ADDED
The diff for this file is too large to render.
See raw diff
|
|