khalidsaifullaah commited on
Commit
a17bdcb
·
verified ·
1 Parent(s): 6382664

fixed typos

Browse files
Files changed (1) hide show
  1. README.md +3 -3
README.md CHANGED
@@ -17,12 +17,12 @@ base_model:
17
  - Qwen/Qwen3-4B
18
  ---
19
 
20
- # DynaGuard-8B 🛡️
21
 
22
  **The DynaGuard model series** is a family of guardian models designed to evaluate text against user-defined, natural language policies. They provide a flexible and powerful solution for moderating chatbot outputs beyond static, predefined harm categories. Developed by researchers at the University of Maryland and Capital One , the series includes three open-weight models of varying sizes:
23
  1.7B, 4B, and 8B — allowing developers to choose the best balance of performance and efficiency for their needs.
24
  Unlike traditional guardian models that screen for a fixed set of harms (e.g., violence or self-harm) , DynaGuard can enforce bespoke, application-specific rules. This includes scenarios like preventing a customer service bot from mistakenly issuing refunds or ensuring a medical bot avoids giving unauthorized advice.
25
- The DynaGuard series achieves state-of-the-art performance across a wide range of safety and compliance benchmarks, with the flagship **[DynaGuard-8B](https://huggingface.co/tomg-group-umd/DynaGuard-4B)** model outperforming other guardian models and even strong generalist models like GPT-4o-mini.
26
 
27
  ## Model Details
28
 
@@ -106,7 +106,7 @@ print(tokenizer.decode(outputs[0], skip_special_tokens=True))
106
 
107
  ## Evaluation
108
 
109
- DynaGuard-8B achieves state-of-the-art performance, outperforming other dedicated guardian models and strong generalist models like GPT-4o-mini on the DynaBench test set. It also maintains high accuracy on traditional safety benchmarks.
110
 
111
  | Model | DynaBench (F1) | Safety Tasks Avg (F1) |
112
  | :--- | :---: | :---: |
 
17
  - Qwen/Qwen3-4B
18
  ---
19
 
20
+ # DynaGuard-4B 🛡️
21
 
22
  **The DynaGuard model series** is a family of guardian models designed to evaluate text against user-defined, natural language policies. They provide a flexible and powerful solution for moderating chatbot outputs beyond static, predefined harm categories. Developed by researchers at the University of Maryland and Capital One , the series includes three open-weight models of varying sizes:
23
  1.7B, 4B, and 8B — allowing developers to choose the best balance of performance and efficiency for their needs.
24
  Unlike traditional guardian models that screen for a fixed set of harms (e.g., violence or self-harm) , DynaGuard can enforce bespoke, application-specific rules. This includes scenarios like preventing a customer service bot from mistakenly issuing refunds or ensuring a medical bot avoids giving unauthorized advice.
25
+ The DynaGuard series achieves state-of-the-art performance across a wide range of safety and compliance benchmarks, with the flagship **[DynaGuard-8B](https://huggingface.co/tomg-group-umd/DynaGuard-8B)** model outperforming other guardian models and even strong generalist models like GPT-4o-mini.
26
 
27
  ## Model Details
28
 
 
106
 
107
  ## Evaluation
108
 
109
+ DynaGuard achieves state-of-the-art performance, outperforming other dedicated guardian models and strong generalist models like GPT-4o-mini on the DynaBench test set. It also maintains high accuracy on traditional safety benchmarks.
110
 
111
  | Model | DynaBench (F1) | Safety Tasks Avg (F1) |
112
  | :--- | :---: | :---: |