How to use from
llama.cpp
Install (macOS, Linux)
curl -LsSf https://llama.app/install.sh | sh
# Start a local OpenAI-compatible server with a web UI:
llama serve -hf solaarphunk/turbospeak-correction-model:Q4_K_M
# Run inference directly in the terminal:
llama cli -hf solaarphunk/turbospeak-correction-model:Q4_K_M
Install from WinGet (Windows)
winget install llama.cpp
# Start a local OpenAI-compatible server with a web UI:
llama serve -hf solaarphunk/turbospeak-correction-model:Q4_K_M
# Run inference directly in the terminal:
llama cli -hf solaarphunk/turbospeak-correction-model:Q4_K_M
Use pre-built binary
# Download pre-built binary from:
# https://github.com/ggerganov/llama.cpp/releases
# Start a local OpenAI-compatible server with a web UI:
./llama-server -hf solaarphunk/turbospeak-correction-model:Q4_K_M
# Run inference directly in the terminal:
./llama-cli -hf solaarphunk/turbospeak-correction-model:Q4_K_M
Build from source code
git clone https://github.com/ggerganov/llama.cpp.git
cd llama.cpp
cmake -B build
cmake --build build -j --target llama-server llama-cli
# Start a local OpenAI-compatible server with a web UI:
./build/bin/llama-server -hf solaarphunk/turbospeak-correction-model:Q4_K_M
# Run inference directly in the terminal:
./build/bin/llama-cli -hf solaarphunk/turbospeak-correction-model:Q4_K_M
Use Docker
docker model run hf.co/solaarphunk/turbospeak-correction-model:Q4_K_M
Quick Links

TurboSpeak Correction Model

Fine-tuned Qwen3-1.7B (Q4_K_M quantization) for cleaning up speech transcription output.

What it does

  • Removes filler words (um, uh, like, you know, basically)
  • Fixes stutters (w-w-want โ†’ want)
  • Resolves mid-sentence self-corrections (speaker says X then corrects to Y โ†’ keeps only Y)
  • Preserves all content words โ€” never adds words the speaker didn't say

Performance

Metric Score
Correction accuracy 87.5% (35/40 P+G)
Filler/stutter handling 100%
Avg latency ~100ms on Apple Silicon
Model size 1.0 GB (Q4_K_M)

Training

  • Base model: Qwen/Qwen3-1.7B
  • Fine-tuning: LoRA (rank=8, lr=5e-5, 500 iterations)
  • Training data: 2,390 examples (1,710 base + 680 hard corrections)
  • Quantization: Q4_K_M via llama.cpp

Usage

Used by TurboSpeak macOS dictation app. Runs locally via llama.cpp / llama-cpp-2 Rust bindings.

System prompt (ChatML format)

Clean up the transcribed text. Remove filler words, fix stutters, and resolve mid-sentence corrections. Output only the cleaned text.

License

Apache 2.0 (same as base Qwen3 model)

Downloads last month
42
GGUF
Model size
2B params
Architecture
qwen3
Hardware compatibility
Log In to add your hardware

4-bit

Inference Providers NEW
This model isn't deployed by any Inference Provider. ๐Ÿ™‹ Ask for provider support

Model tree for solaarphunk/turbospeak-correction-model

Finetuned
Qwen/Qwen3-1.7B
Adapter
(556)
this model