Copy
Browse files- src/about.py +1 -1
src/about.py
CHANGED
@@ -6,7 +6,7 @@ TITLE = """<h1 align="center" id="space-title">Evaluation Leaderboard</h1>"""
|
|
6 |
|
7 |
# What does your leaderboard evaluate?
|
8 |
INTRODUCTION_TEXT = f"""
|
9 |
-
Powered by **Inspect** and **Inspect Evals**, the **Vector
|
10 |
|
11 |
# Which evaluations are you running? how can people reproduce what you have?
|
12 |
ABOUT_TEXT = f"""
|
|
|
6 |
|
7 |
# What does your leaderboard evaluate?
|
8 |
INTRODUCTION_TEXT = f"""
|
9 |
+
Powered by **Inspect** and **Inspect Evals**, the **Vector Evaluation Leaderboard** presents an evaluation of leading frontier models across a comprehensive suite of benchmarks. Go beyond the summary metrics: click through to interactive reporting for each model and benchmark to explore sample-level performance and detailed traces."""
|
10 |
|
11 |
# Which evaluations are you running? how can people reproduce what you have?
|
12 |
ABOUT_TEXT = f"""
|