pminervini commited on
Commit
6fa7a96
β€’
1 Parent(s): 919f222
Files changed (2) hide show
  1. app.py +0 -1
  2. 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 πŸ€— Open Hallucinations Leaderboard aims to track, rank and evaluate hallucinations in LLMs and chatbots.
7
 
8
- πŸ€— Submit a model for automated evaluation on the πŸ€— 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) - read more details in the "About" page!
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"""