File size: 740 Bytes
05104e9
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
---
license: cc-by-nc-4.0
tags:
  - muscriptor
  - gguf
  - music-transcription
---

# muscriptor-medium-bucket

GGUF packs for [MuScriptor medium](https://huggingface.co/MuScriptor/muscriptor-medium)
for use with [audiohacking/muscriptor.cpp](https://github.com/audiohacking/muscriptor.cpp).

Upstream weights are **CC BY-NC 4.0**. This repo redistributes converted GGUFs under the same terms.

## Status

Placeholder — F16/Q8_0 GGUFs will appear here after conversion from the gated upstream checkpoint.

```bash
# once uploaded:
huggingface-cli download audiohacking/muscriptor-medium-bucket muscriptor-medium-F16.gguf --local-dir models
./build-cpu/muscriptor --model models/muscriptor-medium-F16.gguf --audio song.wav -o out.mid
```