margins
Browse files- src/about.py +4 -5
src/about.py
CHANGED
@@ -22,11 +22,10 @@ across multiple categories and test scenarios.
|
|
22 |
# NOTE: The trailing spaces (two spaces) at the end of lines below are intentional.
|
23 |
# They are required for Markdown rendering to create line breaks without paragraph breaks.
|
24 |
# Please do not remove them during auto-formatting or cleanup.
|
25 |
-
LLM_BENCHMARKS_TEXT = "
|
26 |
-
|
27 |
-
|
28 |
-
|
29 |
-
"""
|
30 |
|
31 |
EVALUATION_QUEUE_TEXT = """
|
32 |
## Submit Your Model
|
|
|
22 |
# NOTE: The trailing spaces (two spaces) at the end of lines below are intentional.
|
23 |
# They are required for Markdown rendering to create line breaks without paragraph breaks.
|
24 |
# Please do not remove them during auto-formatting or cleanup.
|
25 |
+
LLM_BENCHMARKS_TEXT = "GuardBench checks how well models handle safety challenges — from misinformation and self-harm to sexual content and corruption. "+\
|
26 |
+
"Models are tested with regular and adversarial prompts to see if they can avoid saying harmful things. "+\
|
27 |
+
"We track how accurate they are, how often they make mistakes, and how fast they respond."
|
28 |
+
|
|
|
29 |
|
30 |
EVALUATION_QUEUE_TEXT = """
|
31 |
## Submit Your Model
|