update
Browse files
app.py
CHANGED
@@ -334,6 +334,7 @@ def build_leaderboard_tab(elo_results_file, leaderboard_table_file, show_plot=Fa
|
|
334 |
gr.Markdown(
|
335 |
f"""Note: we take the 95% confidence interval into account when determining a model's ranking.
|
336 |
A model is ranked higher only if its lower bound of model score is higher than the upper bound of the other model's score.
|
|
|
337 |
""",
|
338 |
elem_id="leaderboard_markdown"
|
339 |
)
|
|
|
334 |
gr.Markdown(
|
335 |
f"""Note: we take the 95% confidence interval into account when determining a model's ranking.
|
336 |
A model is ranked higher only if its lower bound of model score is higher than the upper bound of the other model's score.
|
337 |
+
See Figure 3 below for visualization of the confidence intervals.
|
338 |
""",
|
339 |
elem_id="leaderboard_markdown"
|
340 |
)
|