henryL7 commited on
Commit
f252438
·
1 Parent(s): 9ab4986

add rounding

Browse files
Files changed (1) hide show
  1. 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
- # 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?
 
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?