danielz02 commited on
Commit
7bf15ca
1 Parent(s): 2400da7

Update leaderboard name to LLM Safety Leaderboard

Browse files
Files changed (2) hide show
  1. README.md +1 -1
  2. src/display/about.py +2 -2
README.md CHANGED
@@ -1,5 +1,5 @@
1
  ---
2
- title: Safe LLM Leaderboard
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">Safe LLM leaderboard</h1>"""
27
 
28
  # What does your leaderboard evaluate?
29
- INTRODUCTION_TEXT = """The Safe LLM 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/)."""
 
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/)."""