Update README for muscriptor-large
Browse files
README.md
CHANGED
|
@@ -13,7 +13,7 @@ startup_duration_timeout: 30m
|
|
| 13 |
|
| 14 |
# MuScriptor Music Transcription
|
| 15 |
|
| 16 |
-
This Space demonstrates [MuScriptor](https://huggingface.co/MuScriptor/muscriptor-
|
| 17 |
|
| 18 |
Upload a music recording (any genre, multiple instruments) and the model will transcribe it into a downloadable MIDI file with per-note onset, offset, pitch, and instrument information.
|
| 19 |
|
|
@@ -25,7 +25,7 @@ Upload a music recording (any genre, multiple instruments) and the model will tr
|
|
| 25 |
|
| 26 |
## Model details
|
| 27 |
|
| 28 |
-
- **Architecture**: Decoder-only Transformer (dim=
|
| 29 |
- **Input**: 16 kHz mono audio → mel-spectrogram (512 mel bins)
|
| 30 |
- **Output**: MIDI-like token sequence using the MT3_FULL_PLUS taxonomy (36 instrument subgroups)
|
| 31 |
- **License**: CC-BY-NC 4.0 (weights) / MIT (code)
|
|
|
|
| 13 |
|
| 14 |
# MuScriptor Music Transcription
|
| 15 |
|
| 16 |
+
This Space demonstrates [MuScriptor](https://huggingface.co/MuScriptor/muscriptor-large), a ~1.3B parameter multi-instrument automatic music transcription (AMT) model developed by Mirelo x Kyutai.
|
| 17 |
|
| 18 |
Upload a music recording (any genre, multiple instruments) and the model will transcribe it into a downloadable MIDI file with per-note onset, offset, pitch, and instrument information.
|
| 19 |
|
|
|
|
| 25 |
|
| 26 |
## Model details
|
| 27 |
|
| 28 |
+
- **Architecture**: Decoder-only Transformer (dim=1536, 24 heads, 48 layers)
|
| 29 |
- **Input**: 16 kHz mono audio → mel-spectrogram (512 mel bins)
|
| 30 |
- **Output**: MIDI-like token sequence using the MT3_FULL_PLUS taxonomy (36 instrument subgroups)
|
| 31 |
- **License**: CC-BY-NC 4.0 (weights) / MIT (code)
|