ofermend commited on
Commit
0baf5c4
1 Parent(s): 943f952

Update src/display/about.py

Browse files
Files changed (1) hide show
  1. src/display/about.py +2 -2
src/display/about.py CHANGED
@@ -16,11 +16,11 @@ class Tasks(Enum):
16
 
17
 
18
  # Your leaderboard name
19
- TITLE = """<h1 align="center" id="space-title">Demo leaderboard</h1>"""
20
 
21
  # What does your leaderboard evaluate?
22
  INTRODUCTION_TEXT = """
23
- Intro text
24
  """
25
 
26
  # Which evaluations are you running? how can people reproduce what you have?
 
16
 
17
 
18
  # Your leaderboard name
19
+ TITLE = """<h1 align="center" id="space-title">Hughes Hallucination Evaluation Model leaderboard</h1>"""
20
 
21
  # What does your leaderboard evaluate?
22
  INTRODUCTION_TEXT = """
23
+ This Leaderboard evaluates how much easy LLM hallucinates in factual summarization.
24
  """
25
 
26
  # Which evaluations are you running? how can people reproduce what you have?