GGUF
vokra
musicgen-medium / SOURCE.md
ayousanz's picture
Upload folder using huggingface_hub
29b2053 verified
|
Raw
History Blame Contribute Delete
787 Bytes
# Provenance — vokra/musicgen-medium
| Field | Value |
|---|---|
| Upstream source | facebook/musicgen-medium (Meta AudioCraft 1.5B text-to-music LM, cc-by-nc-4.0) |
| Upstream licence | `cc-by-nc-4.0` |
| Architecture | `musicgen` |
| Tensors | 588 |
| SHA-256 | `574072a7058c4a7bd5f60b7a773e219f659a029dc35cc6a4fd167b08e62fbc1c` |
| Converted by | vokra-core 0.1.0-alpha.0 |
| GGUF schema generation | 1 |
Every row is read from the artifact's own `vokra.*` metadata; none of it
is supplied by hand, so this file cannot disagree with the weight it
describes.
## Reproducing
```bash
vokra-cli convert --model <kind> --input <upstream> --output musicgen-medium.gguf
shasum -a 256 musicgen-medium.gguf # expect 574072a7058c4a7bd5f60b7a773e219f659a029dc35cc6a4fd167b08e62fbc1c
```