Stark 1.7B โ€” GGUF

The writing model that never leaves your laptop.

These are the quantised weights behind Stark, a macOS menu-bar app that rewrites whatever you have selected when you press โŒ˜D. No account, no API key, no request leaving the machine.

Fine-tuned from Qwen3-1.7B for two jobs, both of which happen while you wait:

  • Rewriting โ€” fix the typos, tighten the sentence, keep your meaning.
  • Completion โ€” finish the sentence you are halfway through typing.

Files

File Size Use it if
stark-1.7b-Q5_K_M.gguf 1.17 GB You want the quality the app ships with. This is what Stark downloads.
stark-1.7b-Q4_K_M.gguf 0.98 GB You are tight on disk or RAM and will trade a little accuracy for it.

Both run comfortably on an 8 GB Mac.

Measured, not claimed

Against stark-1.7b-Q5_K_M.gguf through llama-server on an M-series Mac:

Ordinary rewrites improved 5/5
Questions left as questions 15/16
Completion first-word accuracy 45.8%
Completion latency ~420 ms mean, 431 ms p50

That second row is the one worth explaining. A rewriting model's most annoying failure is answering you instead of fixing you โ€” type "who is on call this weekend", and a general chat model helpfully tells you it cannot access your rota. Stark was hardened against that, and now returns "Who's on call this weekend?" The one remaining miss is "summarize this article for me", which it still treats as an instruction.

Run it

llama-server -m stark-1.7b-Q5_K_M.gguf --host 127.0.0.1 --port 8765 \
             -c 4096 -ngl 99 --jinja

Then talk to it on the OpenAI-compatible endpoint at 127.0.0.1:8765.

Or skip all of that and download the app, which brings its own inference engine and fetches these weights on first run.

What it is not

A chat model. It has been trained to leave your meaning alone and hand your text back better, which makes it very good at one thing and unremarkable at everything else. That is the point.

Provenance

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

4-bit

5-bit

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

Model tree for suraj10620/stark-1.7b-gguf

Finetuned
Qwen/Qwen3-1.7B
Quantized
(337)
this model