ofermend commited on
Commit
02cd86f
1 Parent(s): 56492c3

Update src/display/about.py

Browse files

Updated text to add details about HHEM v2

Files changed (1) hide show
  1. src/display/about.py +4 -2
src/display/about.py CHANGED
@@ -23,8 +23,10 @@ TITLE = """<h1 align="center" id="space-title">Hughes Hallucination Evaluation M
23
 
24
  # What does your leaderboard evaluate?
25
  INTRODUCTION_TEXT = """
26
- This leaderboard (by [Vectara](https://vectara.com)) evaluates how often an LLM introduces hallucinations when summarizing a document.
27
-
 
 
28
 
29
  """
30
 
 
23
 
24
  # What does your leaderboard evaluate?
25
  INTRODUCTION_TEXT = """
26
+ This leaderboard (by [Vectara](https://vectara.com)) evaluates how often an LLM introduces hallucinations when summarizing a document. <br>
27
+ THe leaderboard utilizes [HHEM](https://huggingface.co/vectara/hallucination_evaluation_model), an open source hallucination detection model.
28
+ An improved version (HHEM v2), which supports more languages, is a calibrated score, and supports longer text sequences, is integrated into
29
+ the [Vectara platform](https://console.vectara.com/signup/?utm_source=huggingface&utm_medium=space&utm_term=integration&utm_content=console&utm_campaign=huggingface-space-integration-console).
30
 
31
  """
32