Spaces:
Runtime error
Runtime error
pminervini
commited on
Commit
•
66337fd
1
Parent(s):
6fa7a96
update
Browse files- src/display/about.py +2 -2
src/display/about.py
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
from src.display.utils import ModelType
|
2 |
|
3 |
-
TITLE = """<h1 align="center" id="space-title"
|
4 |
|
5 |
INTRODUCTION_TEXT = """
|
6 |
📐 The Hallucinations Leaderboard aims to track, rank and evaluate hallucinations in LLMs.
|
@@ -99,7 +99,7 @@ XXX
|
|
99 |
CITATION_BUTTON_LABEL = "Copy the following snippet to cite these results"
|
100 |
CITATION_BUTTON_TEXT = r"""
|
101 |
@misc{hallucinations-leaderboard,
|
102 |
-
author = {Pasquale Minervini},
|
103 |
title = {Hallucinations Leaderboard},
|
104 |
year = {2023},
|
105 |
publisher = {Hugging Face},
|
|
|
1 |
from src.display.utils import ModelType
|
2 |
|
3 |
+
TITLE = """<h1 align="center" id="space-title">Hallucinations Leaderboard</h1>"""
|
4 |
|
5 |
INTRODUCTION_TEXT = """
|
6 |
📐 The Hallucinations Leaderboard aims to track, rank and evaluate hallucinations in LLMs.
|
|
|
99 |
CITATION_BUTTON_LABEL = "Copy the following snippet to cite these results"
|
100 |
CITATION_BUTTON_TEXT = r"""
|
101 |
@misc{hallucinations-leaderboard,
|
102 |
+
author = {Pasquale Minervini et al.},
|
103 |
title = {Hallucinations Leaderboard},
|
104 |
year = {2023},
|
105 |
publisher = {Hugging Face},
|