Views
No views yet
| File | Size | SHA-256 |
|---|---|---|
model.gguf | 2944.5 MB | 0672cf5550da1eab3209f7eb4c84182be38e1269f88d83eead9e643d758b7fe3 |
1# Download (any HTTP client works — the file is a plain GGUF)
2curl -L -o model.gguf \
3 https://huggingface.co/vokra/whisper-large-v3/resolve/main/model.gguf1vokra-cli run --model model.gguf --input speech.wav
2
3# Beam search instead of greedy
4vokra-cli run --model model.gguf --input speech.wav --beam-size 5| Field | Value |
|---|---|
| Architecture | whisper |
| Tensors | 1259 |
| Upstream source | openai/whisper (MIT) — OpenAI official release |
| Upstream licence | MIT |
| 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 model.gguf
2# expect: 0672cf5550da1eab3209f7eb4c84182be38e1269f88d83eead9e643d758b7fe3