Commit
•
216309b
1
Parent(s):
280033c
Fix BibTex author ordering (#342)
Browse files- Fix BibTex author ordering (2edeb5ab568075636e23b5ecfd11c297c4425330)
Co-authored-by: Lewis Tunstall <[email protected]>
src/assets/text_content.py
CHANGED
@@ -103,7 +103,7 @@ If everything is done, check you can launch the EleutherAIHarness on your model
|
|
103 |
CITATION_BUTTON_LABEL = "Copy the following snippet to cite these results"
|
104 |
CITATION_BUTTON_TEXT = r"""
|
105 |
@misc{open-llm-leaderboard,
|
106 |
-
author = {Edward Beeching
|
107 |
title = {Open LLM Leaderboard},
|
108 |
year = {2023},
|
109 |
publisher = {Hugging Face},
|
|
|
103 |
CITATION_BUTTON_LABEL = "Copy the following snippet to cite these results"
|
104 |
CITATION_BUTTON_TEXT = r"""
|
105 |
@misc{open-llm-leaderboard,
|
106 |
+
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},
|
107 |
title = {Open LLM Leaderboard},
|
108 |
year = {2023},
|
109 |
publisher = {Hugging Face},
|