Views
No views yet
| File | Size | SHA-256 |
|---|---|---|
whisper-base.gguf | 277.4 MB | 7e774425585d6e9ba58ac5337b406522b1408ab6ff6765d2938b092aef4c8e27 |
1# Download (any HTTP client works — the file is a plain GGUF)
2curl -L -o whisper-base.gguf \
3 https://huggingface.co/vokra/whisper-base/resolve/main/whisper-base.gguf1vokra-cli run --model whisper-base.gguf --input speech.wav
2
3# Beam search instead of greedy
4vokra-cli run --model whisper-base.gguf --input speech.wav --beam-size 5| Field | Value |
|---|---|
| Architecture | whisper |
| Tensors | 245 |
| Upstream source | upstream distribution source (licence apache-2.0 per source) |
| Upstream licence | apache-2.0 |
| Licence class | permissive |
| Registry model id | whisper |
| Vokra GGUF schema | 1 |
| Converted by | vokra-core 0.1.0-alpha.0 |
vokra.* metadata, so the card cannot claim something the artifact does not carry.1shasum -a 256 whisper-base.gguf
2# expect: 7e774425585d6e9ba58ac5337b406522b1408ab6ff6765d2938b092aef4c8e27