duckdbot's picture
Upload README.md with huggingface_hub
05104e9 verified
|
Raw
History Blame Contribute Delete
740 Bytes
---
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
```