Chong Zhang
commited on
init
Browse files
README.md
CHANGED
@@ -1,3 +1,12 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
[//]: # (# InspireMusic)
|
2 |
<p align="center">
|
3 |
<a href="https://github.com/FunAudioLLM/InspireMusic" target="_blank">
|
@@ -270,32 +279,5 @@ for task in 'text-to-music' 'continuation'; do
|
|
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.
|
|
|
1 |
+
---
|
2 |
+
license: apache-2.0
|
3 |
+
language:
|
4 |
+
- en
|
5 |
+
pipeline_tag: text-to-audio
|
6 |
+
tags:
|
7 |
+
- music_generation
|
8 |
+
---
|
9 |
+
|
10 |
[//]: # (# InspireMusic)
|
11 |
<p align="center">
|
12 |
<a href="https://github.com/FunAudioLLM/InspireMusic" target="_blank">
|
|
|
279 |
done
|
280 |
```
|
281 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
282 |
## Disclaimer
|
283 |
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.
|