danielz02
commited on
Update leaderboard name to LLM Safety Leaderboard
Browse files- README.md +1 -1
- src/display/about.py +2 -2
README.md
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
---
|
2 |
-
title:
|
3 |
emoji: 🥇
|
4 |
colorFrom: green
|
5 |
colorTo: indigo
|
|
|
1 |
---
|
2 |
+
title: LLM Safety Leaderboard
|
3 |
emoji: 🥇
|
4 |
colorFrom: green
|
5 |
colorTo: indigo
|
src/display/about.py
CHANGED
@@ -23,10 +23,10 @@ class Tasks(Enum):
|
|
23 |
|
24 |
|
25 |
# Your leaderboard name
|
26 |
-
TITLE = """<h1 align="center" id="space-title">
|
27 |
|
28 |
# What does your leaderboard evaluate?
|
29 |
-
INTRODUCTION_TEXT = """The
|
30 |
researchers and practitioners better understand the capabilities, limitations, and potential risks of LLMs. Submit a
|
31 |
model for evaluation on the “Submit” page! The leaderboard is generated based on the trustworthiness evaluation
|
32 |
platform [DecodingTrust](https://decodingtrust.github.io/)."""
|
|
|
23 |
|
24 |
|
25 |
# Your leaderboard name
|
26 |
+
TITLE = """<h1 align="center" id="space-title">LLM Safety Leaderboard</h1>"""
|
27 |
|
28 |
# What does your leaderboard evaluate?
|
29 |
+
INTRODUCTION_TEXT = """The LLM Safety Leaderboard aims to provide a unified evaluation for LLM safety and help
|
30 |
researchers and practitioners better understand the capabilities, limitations, and potential risks of LLMs. Submit a
|
31 |
model for evaluation on the “Submit” page! The leaderboard is generated based on the trustworthiness evaluation
|
32 |
platform [DecodingTrust](https://decodingtrust.github.io/)."""
|