wx9Songs commited on
Commit
c16972c
ยท
verified ยท
1 Parent(s): a2cb30f

Refine MOSS-Audio backbone enhancement bullets

Browse files
Files changed (1) hide show
  1. README.md +17 -12
README.md CHANGED
@@ -16,7 +16,6 @@ tags:
16
  - music-captioning
17
  - chord-recognition
18
  ---
19
-
20
  # MOSS-Music
21
 
22
  <p align="center">
@@ -35,6 +34,10 @@ tags:
35
 
36
  </div>
37
 
 
 
 
 
38
  **MOSS-Music** is an open-source **music understanding model** from
39
  [MOSI.AI](https://mosi.cn/#hero), the [OpenMOSS team](https://www.open-moss.com/),
40
  and [Shanghai Innovation Institute](https://www.sii.edu.cn/). Built on the same
@@ -50,7 +53,8 @@ analysis.
50
 
51
  ## News
52
 
53
- * 2026.04.20: ๐ŸŽ‰๐ŸŽ‰๐ŸŽ‰ We have released [MOSS-Music](https://huggingface.co/collections/OpenMOSS-Team/moss-music).
 
54
 
55
  ## Contents
56
 
@@ -133,15 +137,16 @@ text generation framework, naturally supporting timestamped lyrics ASR,
133
  beat / downbeat localisation, section boundary detection, and long-song
134
  retrospective QA.
135
 
136
- On top of the MOSS-Audio backbone, MOSS-Music is:
137
 
138
- - **continually pre-trained** on a large, diverse music corpus produced by
139
- the standalone data pipeline repository
140
- [`MOSS-Music-Data-Pipeline`](https://github.com/OpenMOSS/MOSS-Music-Data-Pipeline),
141
  with an emphasis on singing, lyrics, and full-song coverage;
142
- - **SFT-ed** on music-centric instruction data covering captioning, lyrics
143
- ASR, chord / key / structural analysis, and long-form musical QA;
144
- - further **reasoning-tuned** for the *Thinking* variant.
 
145
 
146
  ## Released Models
147
 
@@ -156,8 +161,8 @@ On top of the MOSS-Audio backbone, MOSS-Music is:
156
 
157
  The training data used by MOSS-Music is produced by an end-to-end pipeline
158
  that goes from raw audio to chat-formatted training samples. That pipeline is
159
- maintained in the standalone repository
160
- [`MOSS-Music-Data-Pipeline`](https://github.com/OpenMOSS/MOSS-Music-Data-Pipeline),
161
  which hosts duration detection, MIR feature extraction, song-structure
162
  segmentation, lyrics ASR, metadata cleanup, and ALM-driven caption / query
163
  generation with models such as Qwen3-Omni, MusicFlamingo, and other
@@ -405,7 +410,7 @@ If you use the default `torch==2.9.1+cu128` runtime, installing
405
  - **MOSI.AI**: [https://mosi.cn](https://mosi.cn)
406
  - **OpenMOSS**: [https://www.open-moss.com](https://www.open-moss.com)
407
  - **MOSS-Audio (backbone)**: [https://github.com/OpenMOSS/MOSS-Audio](https://github.com/OpenMOSS/MOSS-Audio)
408
- - **MOSS-Music Data Pipeline**: [https://github.com/OpenMOSS/MOSS-Music-Data-Pipeline](https://github.com/OpenMOSS/MOSS-Music-Data-Pipeline)
409
 
410
  ## LICENSE
411
 
 
16
  - music-captioning
17
  - chord-recognition
18
  ---
 
19
  # MOSS-Music
20
 
21
  <p align="center">
 
34
 
35
  </div>
36
 
37
+ <p align="center">
38
+ <a href="./README.md">English</a> | <a href="./README_zh.md">็ฎ€ไฝ“ไธญๆ–‡</a>
39
+ </p>
40
+
41
  **MOSS-Music** is an open-source **music understanding model** from
42
  [MOSI.AI](https://mosi.cn/#hero), the [OpenMOSS team](https://www.open-moss.com/),
43
  and [Shanghai Innovation Institute](https://www.sii.edu.cn/). Built on the same
 
53
 
54
  ## News
55
 
56
+ * 2026.04.27: ๐ŸŽ‰๐ŸŽ‰๐ŸŽ‰ We have released [MOSS-Music](https://huggingface.co/OpenMOSS-Team/MOSS-Music-8B-Instruct).
57
+ * 2026.04.27: ๐ŸŽ‰๐ŸŽ‰๐ŸŽ‰ We have released [MOSS-Music-Data-Pipeline](https://github.com/wx9songs/MOSS-Music-Data-Pipeline) for large-scale music data annotation and processing.
58
 
59
  ## Contents
60
 
 
137
  beat / downbeat localisation, section boundary detection, and long-song
138
  retrospective QA.
139
 
140
+ Building on the MOSS-Audio backbone, MOSS-Music is further enhanced through:
141
 
142
+ - **continual pre-training** on a large, diverse music corpus produced by
143
+ the data annotation and processing pipeline
144
+ [`MOSS-Music-Data-Pipeline`](https://github.com/wx9songs/MOSS-Music-Data-Pipeline),
145
  with an emphasis on singing, lyrics, and full-song coverage;
146
+ - **supervised fine-tuning (SFT)** on music-centric instruction data covering
147
+ captioning, lyrics ASR, chord / key / structural analysis, and long-form
148
+ musical QA;
149
+ - additional **reasoning tuning** for the *Thinking* variant.
150
 
151
  ## Released Models
152
 
 
161
 
162
  The training data used by MOSS-Music is produced by an end-to-end pipeline
163
  that goes from raw audio to chat-formatted training samples. That pipeline is
164
+ available at
165
+ [`MOSS-Music-Data-Pipeline`](https://github.com/wx9songs/MOSS-Music-Data-Pipeline),
166
  which hosts duration detection, MIR feature extraction, song-structure
167
  segmentation, lyrics ASR, metadata cleanup, and ALM-driven caption / query
168
  generation with models such as Qwen3-Omni, MusicFlamingo, and other
 
410
  - **MOSI.AI**: [https://mosi.cn](https://mosi.cn)
411
  - **OpenMOSS**: [https://www.open-moss.com](https://www.open-moss.com)
412
  - **MOSS-Audio (backbone)**: [https://github.com/OpenMOSS/MOSS-Audio](https://github.com/OpenMOSS/MOSS-Audio)
413
+ - **MOSS-Music Data Pipeline**: [https://github.com/wx9songs/MOSS-Music-Data-Pipeline](https://github.com/wx9songs/MOSS-Music-Data-Pipeline)
414
 
415
  ## LICENSE
416