Updated incorrect url
Browse files- src/display/about.py +9 -8
src/display/about.py
CHANGED
|
@@ -234,14 +234,6 @@ CITATION_BUTTON_TEXT = r"""
|
|
| 234 |
howpublished = "\url{https://huggingface.co/spaces/open-llm-leaderboard/open_llm_leaderboard}",
|
| 235 |
}
|
| 236 |
|
| 237 |
-
@misc{open-llm-leaderboard-v1,
|
| 238 |
-
author = {Edward Beeching and Clémentine Fourrier and Nathan Habib and Sheon Han and Nathan Lambert and Nazneen Rajani and Omar Sanseviero and Lewis Tunstall and Thomas Wolf},
|
| 239 |
-
title = {Open LLM Leaderboard (2023-2024)},
|
| 240 |
-
year = {2023},
|
| 241 |
-
publisher = {Hugging Face},
|
| 242 |
-
howpublished = "\url{https://huggingface.co/spaces/open-llm-leaderboard/open_llm_leaderboard}"
|
| 243 |
-
}
|
| 244 |
-
|
| 245 |
@software{eval-harness,
|
| 246 |
author = {Gao, Leo and
|
| 247 |
Tow, Jonathan and
|
|
@@ -328,4 +320,13 @@ CITATION_BUTTON_TEXT = r"""
|
|
| 328 |
primaryClass={cs.CL},
|
| 329 |
url={https://arxiv.org/abs/2406.01574},
|
| 330 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 331 |
"""
|
|
|
|
| 234 |
howpublished = "\url{https://huggingface.co/spaces/open-llm-leaderboard/open_llm_leaderboard}",
|
| 235 |
}
|
| 236 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 237 |
@software{eval-harness,
|
| 238 |
author = {Gao, Leo and
|
| 239 |
Tow, Jonathan and
|
|
|
|
| 320 |
primaryClass={cs.CL},
|
| 321 |
url={https://arxiv.org/abs/2406.01574},
|
| 322 |
}
|
| 323 |
+
|
| 324 |
+
@misc{open-llm-leaderboard-v1,
|
| 325 |
+
author = {Edward Beeching and Clémentine Fourrier and Nathan Habib and Sheon Han and Nathan Lambert and Nazneen Rajani and Omar Sanseviero and Lewis Tunstall and Thomas Wolf},
|
| 326 |
+
title = {Open LLM Leaderboard (2023-2024)},
|
| 327 |
+
year = {2023},
|
| 328 |
+
publisher = {Hugging Face},
|
| 329 |
+
howpublished = "\url{https://huggingface.co/spaces/open-llm-leaderboard-old/open_llm_leaderboard}"
|
| 330 |
+
}
|
| 331 |
+
|
| 332 |
"""
|