ojus1 commited on
Commit
44f5bdf
·
verified ·
1 Parent(s): a2cc2d5

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -15,7 +15,7 @@ tags:
15
  <img src="assets/MiniGuard-hero.png" alt="MiniGuard-v0.1 Hero" width="25%">
16
  </p>
17
 
18
- MiniGuard-v0.1 is a compact content safety classifier fine-tuned from [Qwen3-0.6B](https://huggingface.co/Qwen/Qwen3-0.6B). It classifies content in both LLM inputs (prompt classification) and LLM responses (response classification), outputting whether a given prompt or response is safe or unsafe, along with the violated safety categories.
19
 
20
  MiniGuard-v0.1 achieves **~99% of Nemotron-Guard-8B's benchmark accuracy** with **13x fewer parameters**.
21
 
@@ -23,7 +23,7 @@ MiniGuard-v0.1 achieves **~99% of Nemotron-Guard-8B's benchmark accuracy** with
23
  ## Compatibility
24
 
25
  MiniGuard-v0.1 uses the **same prompt template** as [nvidia/Llama-3.1-Nemotron-Safety-Guard-8B-v3](https://huggingface.co/nvidia/Llama-3.1-Nemotron-Safety-Guard-8B-v3). It is a drop-in replacement for this model.
26
- - A few sections of this model card are copied directly from `[nvidia/Llama-3.1-Nemotron-Safety-Guard-8B-v3](https://huggingface.co/nvidia/Llama-3.1-Nemotron-Safety-Guard-8B-v3)`.
27
 
28
  > **Note:** The chat template has been modified to disable Qwen3's thinking mode. MiniGuard-v0.1 generates safety labels directly without chain-of-thought reasoning at inference time.
29
 
 
15
  <img src="assets/MiniGuard-hero.png" alt="MiniGuard-v0.1 Hero" width="25%">
16
  </p>
17
 
18
+ MiniGuard-v0.1 is a compact content safety classifier fine-tuned from [Qwen3-0.6B](https://huggingface.co/Qwen/Qwen3-0.6B). It classifies content in both, User inputs (prompt classification) and LLM responses (response classification), outputting whether a given prompt or response is safe or unsafe, along with the violated safety categories.
19
 
20
  MiniGuard-v0.1 achieves **~99% of Nemotron-Guard-8B's benchmark accuracy** with **13x fewer parameters**.
21
 
 
23
  ## Compatibility
24
 
25
  MiniGuard-v0.1 uses the **same prompt template** as [nvidia/Llama-3.1-Nemotron-Safety-Guard-8B-v3](https://huggingface.co/nvidia/Llama-3.1-Nemotron-Safety-Guard-8B-v3). It is a drop-in replacement for this model.
26
+ - A few sections of this model card are copied directly from [nvidia/Llama-3.1-Nemotron-Safety-Guard-8B-v3](https://huggingface.co/nvidia/Llama-3.1-Nemotron-Safety-Guard-8B-v3).
27
 
28
  > **Note:** The chat template has been modified to disable Qwen3's thinking mode. MiniGuard-v0.1 generates safety labels directly without chain-of-thought reasoning at inference time.
29