Spaces:
Runtime error
Runtime error
pminervini
commited on
Commit
β’
6fa7a96
1
Parent(s):
919f222
update
Browse files- app.py +0 -1
- src/display/about.py +3 -3
app.py
CHANGED
@@ -84,7 +84,6 @@ def select_columns(df: pd.DataFrame, columns: list) -> pd.DataFrame:
|
|
84 |
|
85 |
|
86 |
def filter_queries(query: str, filtered_df: pd.DataFrame):
|
87 |
-
"""Added by Abishek"""
|
88 |
final_df = []
|
89 |
if query != "":
|
90 |
queries = [q.strip() for q in query.split(";")]
|
|
|
84 |
|
85 |
|
86 |
def filter_queries(query: str, filtered_df: pd.DataFrame):
|
|
|
87 |
final_df = []
|
88 |
if query != "":
|
89 |
queries = [q.strip() for q in query.split(";")]
|
src/display/about.py
CHANGED
@@ -3,10 +3,10 @@ from src.display.utils import ModelType
|
|
3 |
TITLE = """<h1 align="center" id="space-title">π€ Open Hallucinations Leaderboard</h1>"""
|
4 |
|
5 |
INTRODUCTION_TEXT = """
|
6 |
-
π The
|
7 |
|
8 |
-
|
9 |
-
The leaderboard's backend runs the great [Eleuther AI Language Model Evaluation Harness](https://github.com/EleutherAI/lm-evaluation-harness) -
|
10 |
"""
|
11 |
|
12 |
LLM_BENCHMARKS_TEXT = f"""
|
|
|
3 |
TITLE = """<h1 align="center" id="space-title">π€ Open Hallucinations Leaderboard</h1>"""
|
4 |
|
5 |
INTRODUCTION_TEXT = """
|
6 |
+
π The Hallucinations Leaderboard aims to track, rank and evaluate hallucinations in LLMs.
|
7 |
|
8 |
+
Submit a model for automated evaluation on the [Edinburgh International Data Facility](https://www.epcc.ed.ac.uk/hpc-services/edinburgh-international-data-facility) (EIDF) GPU cluster on the "Submit" page.
|
9 |
+
The leaderboard's backend runs the great [Eleuther AI Language Model Evaluation Harness](https://github.com/EleutherAI/lm-evaluation-harness) - more details in the "About" page.
|
10 |
"""
|
11 |
|
12 |
LLM_BENCHMARKS_TEXT = f"""
|