margins
Browse files- src/about.py +2 -2
src/about.py
CHANGED
@@ -20,8 +20,8 @@ across multiple categories and test scenarios.
|
|
20 |
"""
|
21 |
|
22 |
LLM_BENCHMARKS_TEXT = """
|
23 |
-
GuardBench checks how well models handle safety challenges — from misinformation and self-harm to sexual content and corruption
|
24 |
-
Models are tested with regular and adversarial prompts to see if they can avoid saying harmful things
|
25 |
We track how accurate they are, how often they make mistakes, and how fast they respond.
|
26 |
"""
|
27 |
|
|
|
20 |
"""
|
21 |
|
22 |
LLM_BENCHMARKS_TEXT = """
|
23 |
+
GuardBench checks how well models handle safety challenges — from misinformation and self-harm to sexual content and corruption.\t
|
24 |
+
Models are tested with regular and adversarial prompts to see if they can avoid saying harmful things.\t
|
25 |
We track how accurate they are, how often they make mistakes, and how fast they respond.
|
26 |
"""
|
27 |
|