Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
from src.display.utils import ModelType | |
TITLE = """<h1 align="center" id="space-title">π€ Open Hallucinations Leaderboard</h1>""" | |
INTRODUCTION_TEXT = """ | |
π The π€ Open Hallucinations Leaderboard aims to track, rank and evaluate hallucinations in LLMs and chatbots. | |
π€ Submit a model for automated evaluation on the π€ GPU cluster on the "Submit" page! | |
The leaderboard's backend runs the great [Eleuther AI Language Model Evaluation Harness](https://github.com/EleutherAI/lm-evaluation-harness) - read more details in the "About" page! | |
""" | |
LLM_BENCHMARKS_TEXT = f""" | |
XXX | |
""" | |
EVALUATION_QUEUE_TEXT = """ | |
XXX | |
""" | |
CITATION_BUTTON_LABEL = "Copy the following snippet to cite these results" | |
CITATION_BUTTON_TEXT = r""" | |
@misc{hallucinations-leaderboard, | |
author = {Pasquale Minervini}, | |
title = {Hallucinations Leaderboard}, | |
year = {2023}, | |
publisher = {Hugging Face}, | |
howpublished = "\url{https://huggingface.co/spaces/hallucinations-leaderboard/leaderboard}" | |
} | |
""" | |