Aximande commited on
Commit
f951ab0
·
verified ·
1 Parent(s): ed7107b

fix - alexlav : citation button text update with authors and version

Browse files
Files changed (1) hide show
  1. 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 = f"""
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
  """
 
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
  """