rezzzy commited on
Commit
e1872a5
·
verified ·
1 Parent(s): f74b4d3

Rename public model card to GA Guard 1B

Browse files
Files changed (2) hide show
  1. README.md +2 -2
  2. chat_template.jinja +1 -1
README.md CHANGED
@@ -31,7 +31,7 @@ tags:
31
 
32
  Introducing the GA Guard series: a family of open-weight moderation models built to help developers and organizations keep language models safe, compliant, and aligned with real-world use.
33
 
34
- **GA Guard Llama** is the Llama 3.2 1B variant of the GA Guard family. It is optimized for low-latency moderation and classifies a piece of text against seven safety policies in a single generation.
35
 
36
  **GA Guard** detects violations across the following seven categories:
37
 
@@ -146,4 +146,4 @@ Not-violation tokens:
146
 
147
  ## Intended Use
148
 
149
- GA Guard Llama is intended for automated moderation, agent input screening, prompt-injection detection, and safety triage. It should be used as one layer in a broader safety system, especially for high-risk domains or decisions that require human review.
 
31
 
32
  Introducing the GA Guard series: a family of open-weight moderation models built to help developers and organizations keep language models safe, compliant, and aligned with real-world use.
33
 
34
+ **GA Guard 1B** is the Llama 3.2 1B variant of the GA Guard family. It is optimized for low-latency moderation and classifies a piece of text against seven safety policies in a single generation.
35
 
36
  **GA Guard** detects violations across the following seven categories:
37
 
 
146
 
147
  ## Intended Use
148
 
149
+ GA Guard 1B is intended for automated moderation, agent input screening, prompt-injection detection, and safety triage. It should be used as one layer in a broader safety system, especially for high-risk domains or decisions that require human review.
chat_template.jinja CHANGED
@@ -1,5 +1,5 @@
1
  {#-
2
- GA Guard Llama chat template.
3
 
4
  Bakes in the guard system prompt that the model was trained on (the seven
5
  policies + output-format instructions + "Reasoning effort: LOW" suffix), so
 
1
  {#-
2
+ GA Guard 1B chat template.
3
 
4
  Bakes in the guard system prompt that the model was trained on (the seven
5
  policies + output-format instructions + "Reasoning effort: LOW" suffix), so