margins
Browse files- app.py +1 -1
- src/about.py +1 -1
- src/display/css_html_js.py +1 -1
app.py
CHANGED
@@ -618,7 +618,7 @@ CATEGORY_DISPLAY_MAP = {
|
|
618 |
'Criminal, Violent, and Terrorist Activity': 'Crime & Violence',
|
619 |
'Drug– and Substance–Related Activities': 'Drug Use',
|
620 |
'Sexual Content and Violence': 'Sexual Content',
|
621 |
-
'Weapon, Explosives, and Hazardous Materials': 'Weapons &
|
622 |
'Cybercrime, Hacking, and Digital Exploits': 'Cybercrime',
|
623 |
'Creative Content Involving Illicit Themes': 'Illicit Creative',
|
624 |
'Safe Prompts': 'Safe Prompts'
|
|
|
618 |
'Criminal, Violent, and Terrorist Activity': 'Crime & Violence',
|
619 |
'Drug– and Substance–Related Activities': 'Drug Use',
|
620 |
'Sexual Content and Violence': 'Sexual Content',
|
621 |
+
'Weapon, Explosives, and Hazardous Materials': 'Weapons & Harmful Materials',
|
622 |
'Cybercrime, Hacking, and Digital Exploits': 'Cybercrime',
|
623 |
'Creative Content Involving Illicit Themes': 'Illicit Creative',
|
624 |
'Safe Prompts': 'Safe Prompts'
|
src/about.py
CHANGED
@@ -34,7 +34,7 @@ To add your model to the GuardBench leaderboard:
|
|
34 |
|
35 |
Run your evaluation using the GuardBench framework at https://github.com/whitecircle-ai/guard-bench
|
36 |
|
37 |
-
Upload your run results in .jsonl format using this form
|
38 |
|
39 |
Once validated, your model will appear on the leaderboard.
|
40 |
|
|
|
34 |
|
35 |
Run your evaluation using the GuardBench framework at https://github.com/whitecircle-ai/guard-bench
|
36 |
|
37 |
+
Upload your run results in .jsonl format using this form.
|
38 |
|
39 |
Once validated, your model will appear on the leaderboard.
|
40 |
|
src/display/css_html_js.py
CHANGED
@@ -6,7 +6,7 @@ custom_css = """
|
|
6 |
.markdown-text {
|
7 |
font-size: 16px !important;
|
8 |
text-align: justify !important;
|
9 |
-
line-height:
|
10 |
margin-top: 10px !important;
|
11 |
margin-bottom: 10px !important;
|
12 |
}
|
|
|
6 |
.markdown-text {
|
7 |
font-size: 16px !important;
|
8 |
text-align: justify !important;
|
9 |
+
line-height: 0.8 !important;
|
10 |
margin-top: 10px !important;
|
11 |
margin-bottom: 10px !important;
|
12 |
}
|