whisper-small-gguf / README.md
buley's picture
Upload README.md with huggingface_hub
8ee4032 verified
metadata
language:
  - en
license: apache-2.0
library_name: llama-cpp
tags:
  - gguf
  - audio
  - speech
  - forkjoin-ai
base_model: openai/whisper-small
pipeline_tag: automatic-speech-recognition

Whisper Small

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

Model Details

Usage

With llama.cpp

./llama-cli -m whisper-small-gguf.gguf -p "Your prompt here" -n 256

With Ollama

Create a Modelfile:

FROM ./whisper-small-gguf.gguf
ollama create whisper-small-gguf -f Modelfile
ollama run whisper-small-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)