whisper-small / SOURCE.md
ayousanz's picture
Upload folder using huggingface_hub
25cbdd7 verified
|
Raw
History Blame Contribute Delete
760 Bytes
# Provenance — vokra/whisper-small
| Field | Value |
|---|---|
| Upstream source | upstream distribution source (licence apache-2.0 per source) |
| Upstream licence | `apache-2.0` |
| Architecture | `whisper` |
| Tensors | 479 |
| SHA-256 | `2673feedd7822956696043e82d64e864922638e8f57f2897146411121a51b8de` |
| 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 whisper-small.gguf
shasum -a 256 whisper-small.gguf # expect 2673feedd7822956696043e82d64e864922638e8f57f2897146411121a51b8de
```