whisper-medium.en / SOURCE.md
ayousanz's picture
Upload folder using huggingface_hub
04dff4b verified
|
Raw
History Blame Contribute Delete
729 Bytes
# Provenance — vokra/whisper-medium.en
| Field | Value |
|---|---|
| Upstream source | openai/whisper (MIT) — OpenAI official release |
| Upstream licence | `MIT` |
| Architecture | `whisper` |
| Tensors | 947 |
| SHA-256 | `68d915dcf28fe1af6d149550b25ca985461fb4fd7be56cf40ac09afd2b10a7c7` |
| 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 model.gguf
shasum -a 256 model.gguf # expect 68d915dcf28fe1af6d149550b25ca985461fb4fd7be56cf40ac09afd2b10a7c7
```