Spaces:
Runtime error
Runtime error
pminervini
commited on
Commit
•
a654acb
1
Parent(s):
4ed4f13
update
Browse files- src/display/about.py +2 -0
src/display/about.py
CHANGED
@@ -11,6 +11,8 @@ The backend of the Hallucinations leaderboard is based on the [Eleuther AI Langu
|
|
11 |
|
12 |
Metrics and datasets used by the Hallucinations Leaderboard were identified while writing our [awesome-hallucinations-detection](https://github.com/EdinburghNLP/awesome-hallucination-detection) page (you are encouraged to contribute to this list via pull requests).
|
13 |
If you have comments or suggestions on datasets and metrics, please [reach out to us in our discussion forum](https://huggingface.co/spaces/hallucinations-leaderboard/leaderboard/discussions).
|
|
|
|
|
14 |
"""
|
15 |
|
16 |
LLM_BENCHMARKS_TEXT = f"""
|
|
|
11 |
|
12 |
Metrics and datasets used by the Hallucinations Leaderboard were identified while writing our [awesome-hallucinations-detection](https://github.com/EdinburghNLP/awesome-hallucination-detection) page (you are encouraged to contribute to this list via pull requests).
|
13 |
If you have comments or suggestions on datasets and metrics, please [reach out to us in our discussion forum](https://huggingface.co/spaces/hallucinations-leaderboard/leaderboard/discussions).
|
14 |
+
|
15 |
+
For more information, check the About page and our [blog post](https://huggingface.co/blog/leaderboards-on-the-hub-hallucinations).
|
16 |
"""
|
17 |
|
18 |
LLM_BENCHMARKS_TEXT = f"""
|