TentaFlow commited on
Commit
f70a1b9
·
verified ·
1 Parent(s): 212bc31

Update README.md

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