Spaces:
Runtime error
Runtime error
add rounding
Browse files- src/about.py +1 -1
src/about.py
CHANGED
@@ -25,7 +25,7 @@ TITLE = """<h1 align="center" id="space-title">InstruSumEval leaderboard</h1>"""
|
|
25 |
|
26 |
# What does your leaderboard evaluate?
|
27 |
INTRODUCTION_TEXT = """
|
28 |
-
|
29 |
"""
|
30 |
|
31 |
# Which evaluations are you running? how can people reproduce what you have?
|
|
|
25 |
|
26 |
# What does your leaderboard evaluate?
|
27 |
INTRODUCTION_TEXT = """
|
28 |
+
## This leaderboard evaluates the *evaluation* capabilities of language models on the InstruSum benchmark.
|
29 |
"""
|
30 |
|
31 |
# Which evaluations are you running? how can people reproduce what you have?
|