TentaFlow commited on
Commit
46ff4df
·
verified ·
1 Parent(s): f967dc5

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -43,7 +43,7 @@ If the text contains BOTH injection and jailbreak → `1`.
43
  A classifier system prompt + a user message `<|guard|>\n{text}`. **Build the prompt with the
44
  model tokenizer (`apply_chat_template`)** — do not rely on a generic chat template.
45
 
46
- ## Accuracy (guard test set, 58 examples)
47
 
48
  - Exact (0/1/2): **~96.6%** (full precision) / **~94.8%** (Q5_K_M)
49
  - Safe / Unsafe: **~98.3%**
 
43
  A classifier system prompt + a user message `<|guard|>\n{text}`. **Build the prompt with the
44
  model tokenizer (`apply_chat_template`)** — do not rely on a generic chat template.
45
 
46
+ ## Accuracy (guard test set)
47
 
48
  - Exact (0/1/2): **~96.6%** (full precision) / **~94.8%** (Q5_K_M)
49
  - Safe / Unsafe: **~98.3%**