From aa4c1e99500d4a51b5b04fa1eb54fccca59b96a6 Mon Sep 17 00:00:00 2001 From: Nishant Jha Date: Thu, 11 Jul 2024 15:06:21 -0700 Subject: [PATCH] Add dgeb paper link (#12) --- leaderboard/app.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/leaderboard/app.py b/leaderboard/app.py index 1c81e81..fea5021 100644 --- a/leaderboard/app.py +++ b/leaderboard/app.py @@ -199,7 +199,7 @@ def task_results_to_df(model_results: List[TaskResult]) -> pd.DataFrame: gr.HTML( """
-DGEB Leaderboard. To submit, refer to the DGEB GitHub repository Refer to the DGEB paper for details on metrics, tasks, and models. +DGEB Leaderboard. To submit, refer to the DGEB GitHub repository Refer to the DGEB paper for details on metrics, tasks, and models.
""" )