Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
danielz02
commited on
Edit about information in the leaderboard
Browse files- src/display/about.py +4 -3
src/display/about.py
CHANGED
@@ -26,9 +26,10 @@ class Tasks(Enum):
|
|
26 |
TITLE = """<h1 align="center" id="space-title">Trustworthy LLM leaderboard</h1>"""
|
27 |
|
28 |
# What does your leaderboard evaluate?
|
29 |
-
INTRODUCTION_TEXT = """Powered by DecodingTrust,
|
30 |
-
|
31 |
-
Language Models (LLMs). See our paper for
|
|
|
32 |
|
33 |
# Which evaluations are you running? how can people reproduce what you have?
|
34 |
LLM_BENCHMARKS_TEXT = f"""
|
|
|
26 |
TITLE = """<h1 align="center" id="space-title">Trustworthy LLM leaderboard</h1>"""
|
27 |
|
28 |
# What does your leaderboard evaluate?
|
29 |
+
INTRODUCTION_TEXT = """Powered by the DecodingTrust platform, which provides comprehensive safety and trustworthiness
|
30 |
+
evaluation for LLMs, this leaderboard is designed to help researchers and practitioners better understand the
|
31 |
+
capabilities, limitations, and potential risks of state-of-the-art Large Language Models (LLMs). See our paper for
|
32 |
+
details. Access the DecodingTrust platform website [here](https://decodingtrust.github.io/)"""
|
33 |
|
34 |
# Which evaluations are you running? how can people reproduce what you have?
|
35 |
LLM_BENCHMARKS_TEXT = f"""
|