ProCreations commited on
Commit
2f6ec6c
·
verified ·
1 Parent(s): f824aac

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +11 -1
README.md CHANGED
@@ -235,5 +235,15 @@ than merely declared.
235
 
236
  ## Other formats
237
 
238
- - [`ProCreations/auto-0.4b-gguf`](https://huggingface.co/ProCreations/auto-0.4b-gguf) — llama.cpp
239
  - [`ProCreations/auto-0.4b-ONNX`](https://huggingface.co/ProCreations/auto-0.4b-ONNX) — ONNX + int8
 
 
 
 
 
 
 
 
 
 
 
 
235
 
236
  ## Other formats
237
 
 
238
  - [`ProCreations/auto-0.4b-ONNX`](https://huggingface.co/ProCreations/auto-0.4b-ONNX) — ONNX + int8
239
+
240
+ The GGUF build was **withdrawn**. llama.cpp converts the model, but its `--pooling rank` path
241
+ returns zero for a 2-class classification head, so the GGUF could not actually make
242
+ approve/deny decisions — it returned identical `0.000` scores for a `rm -rf /` and for a
243
+ `pytest` invocation. It was removed rather than left up implying it worked.
244
+
245
+ ## Successor
246
+
247
+ [`ProCreations/auto-1b`](https://huggingface.co/ProCreations/auto-1b) scores **96.40%** on the
248
+ same benchmark (vs 90.13% here), with false-deny down from 10.88% to 3.19% and long-context
249
+ accuracy up from 78.45% to 97.02%. Prefer it unless you specifically need the smaller model.