CoolFace
Modelpublic

Walkowicz/kairos-sotos-1.0-14B

sourceHugging Faceapache-2.0updated 5d agoView on Hugging Face
0likes25downloads
Model Card

<p align="center"> <img src="kairos-logo.png" alt="Kairos" width="720"> </p>

Kairos Sotos 1.0 14B

Local security and privacy auditor. It reports the finding, the smallest safe fix, and the CWE or OWASP id. It does not provide an exploit payload or attack steps. Fine-tune of Qwen/Qwen3-14B. This repository is the shipped Q6_K GGUF. Q4KM of the same merge drops below the gate, so Q6_K is the floor.

The file is 11.3 GiB (6.56 BPW). On a 12 GB GPU with num_ctx 2048, about 9.9 GiB stays on the GPU and the rest is offloaded, at about 10.8 tok/s. It does not fit an 8 GB GPU.

Gate

Both judges scored these Q6 generations, not only the adapter.

In-domainHeld-out
Grok 4.718/2016/20
Opus 5.017/2017/20

Family bars are 80% in-domain and 70% held-out. Replies in the user's language (EN or PT). Code identifiers stay in English.

Use with Ollama

Download kairos-sotos-1.0-14B-Q6_K.gguf and Modelfile into the same folder, then:

ollama create kairos-sotos:1.0 -f Modelfile
ollama run kairos-sotos:1.0

The Modelfile sets ChatML stops, num_ctx 2048, temperature 0, and an empty <think> block before the answer. Qwen3 needs that prefix. A bare ollama pull of the GGUF uses the chat template baked into the file and will not match this deploy.

License

Apache 2.0, same as the Qwen3-14B base. This repository does not include the training set.