CoolFace
Modelpublic

forkjoin-ai/whisper-large-v3-gguf

sourceHugging Faceapache-2.0updated 6mo agoView on Hugging Face
0likes
Model Card

Whisper Large V3

Forkjoin.ai conversion of openai/whisper-large-v3 to GGUF format for edge deployment.

Model Details

Usage

With llama.cpp

bash
./llama-cli -m whisper-large-v3-gguf.gguf -p "Your prompt here" -n 256

With Ollama

Create a Modelfile:

FROM ./whisper-large-v3-gguf.gguf
bash
ollama create whisper-large-v3-gguf -f Modelfile
ollama run whisper-large-v3-gguf

About Forkjoin.ai

Forkjoin.ai runs AI models at the edge -- in-browser, on-device, zero cloud cost. These converted models power real-time inference, speech recognition, and natural language capabilities.

All conversions are optimized for edge deployment within browser and mobile memory constraints.

License

Apache 2.0 (follows upstream model license)