Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
fix - alexlav : citation button text update with authors and version
Browse files- src/display/about.py +2 -2
src/display/about.py
CHANGED
@@ -97,12 +97,12 @@ Si tout est en ordre, vérifiez que vous pouvez lancer EleutherAIHarness sur vot
|
|
97 |
|
98 |
CITATION_BUTTON_LABEL = "Copiez la citation suivante pour référencer ces résultats"
|
99 |
|
100 |
-
CITATION_BUTTON_TEXT =
|
101 |
@misc{{openllm-French-leaderboard,
|
102 |
author = {{Alhajar, Mohamad and Lavallee, Alexandre}},
|
103 |
title = {{Open LLM French Leaderboard v{LEADERBOARD_VERSION}}},
|
104 |
year = {{2024}},
|
105 |
publisher = {{Alhajar, Mohamad and Lavallee, Alexandre}},
|
106 |
-
howpublished = "
|
107 |
}}
|
108 |
"""
|
|
|
97 |
|
98 |
CITATION_BUTTON_LABEL = "Copiez la citation suivante pour référencer ces résultats"
|
99 |
|
100 |
+
CITATION_BUTTON_TEXT = fr"""
|
101 |
@misc{{openllm-French-leaderboard,
|
102 |
author = {{Alhajar, Mohamad and Lavallee, Alexandre}},
|
103 |
title = {{Open LLM French Leaderboard v{LEADERBOARD_VERSION}}},
|
104 |
year = {{2024}},
|
105 |
publisher = {{Alhajar, Mohamad and Lavallee, Alexandre}},
|
106 |
+
howpublished = "\\url{{https://huggingface.co/spaces/le-leadboard/OpenLLMFrenchLeaderboard}}"
|
107 |
}}
|
108 |
"""
|