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 auswm85/flowbee-cut:Q4_K_M
# Run inference directly in the terminal:
llama cli -hf auswm85/flowbee-cut:Q4_K_M
Install from WinGet (Windows)
winget install llama.cpp
# Start a local OpenAI-compatible server with a web UI:
llama serve -hf auswm85/flowbee-cut:Q4_K_M
# Run inference directly in the terminal:
llama cli -hf auswm85/flowbee-cut: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 auswm85/flowbee-cut:Q4_K_M
# Run inference directly in the terminal:
./llama-cli -hf auswm85/flowbee-cut: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 auswm85/flowbee-cut:Q4_K_M
# Run inference directly in the terminal:
./build/bin/llama-cli -hf auswm85/flowbee-cut:Q4_K_M
Use Docker
docker model run hf.co/auswm85/flowbee-cut:Q4_K_M
Quick Links

Flowbee Cut โ€” technical dictation cleaner

Fine-tune of Qwen3-4B-Instruct-2507 that cleans raw speech-to-text transcripts for Flowbee, a local-first macOS dictation utility. It removes fillers and stutters, resolves self-corrections, and writes technical speech in its correct form:

spoken written
"rename it to camel case get user data" Rename it to getUserData.
"run cargo test dash dash release" Run cargo test --release.
"open main dot rs" Open main.rs.
"we deploy behind engine x" We deploy behind nginx.

This is not a chat model. It was trained to do exactly one thing under one system prompt, and it will clean โ€” never answer โ€” instruction-shaped transcripts ("write a unit test for the auth module" comes back as cleaned text, not a unit test).

Usage contract

The model expects the exact Flowbee Cut system prompt it was trained with (the coder prompt in scripts/cut-eval/prompts.mjs of the Flowbee repo), with the raw transcript as the sole user message, temperature 0. Behavior under other prompts is untested. Serve with llama.cpp:

llama-server -m flowbee-cut-<version>.Q4_K_M.gguf -ngl 99 -c 4096

Training

  • LoRA (r=16, attention projections, completion-only loss) on ~4,400 synthetic pairs of messy spoken transcript โ†’ clean text: instruction-shaped technical dictation, CLI commands and flags, spoken identifiers and case directives, glossary-conditioned phonetic repairs, everyday dictation, and passthrough negatives. Adapter merged into the base weights, quantized to Q4_K_M.

Files

  • flowbee-cut-<version>.Q4_K_M.gguf โ€” versioned releases (~2.5 GB).
  • latest.json โ€” machine-read manifest (version, file, sha256, eval score). The Flowbee app checks it on startup and downloads new releases, verifying the sha256 before the file touches a GGUF parser. Do not rename or delete these files by hand.

Limitations

  • English only. Training data is English; the base model is multilingual but this fine-tune's behavior on non-English transcripts is untested.
  • Tuned for software-engineering vocabulary; exotic garbled jargon without a glossary hint is passed through verbatim by design (never deleted, never guessed).
  • Trained on synthetic data seeded with real dictation failures; expect occasional misses on unusual phrasing (e.g. a garbled term directly adjacent to a modifier).

License

Apache-2.0

Downloads last month
253
GGUF
Model size
4B 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 auswm85/flowbee-cut

Quantized
(274)
this model

Evaluation results

  • Battery pass rate on Flowbee Cut eval battery (held-out, 32 cases)
    self-reported
    1.000