Update src/display/about.py
Browse files- src/display/about.py +7 -0
src/display/about.py
CHANGED
|
@@ -91,4 +91,11 @@ If everything is done, check you can launch the EleutherAIHarness on your model
|
|
| 91 |
|
| 92 |
CITATION_BUTTON_LABEL = "Copy the following snippet to cite these results"
|
| 93 |
CITATION_BUTTON_TEXT = r"""
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 94 |
"""
|
|
|
|
| 91 |
|
| 92 |
CITATION_BUTTON_LABEL = "Copy the following snippet to cite these results"
|
| 93 |
CITATION_BUTTON_TEXT = r"""
|
| 94 |
+
@misc{openllm-Turkish-leaderboard,
|
| 95 |
+
author = {Mohamad Alhajar},
|
| 96 |
+
title = {Open LLM Turkish Leaderboard},
|
| 97 |
+
year = {2024},
|
| 98 |
+
publisher = {Mohamad Alhajar},
|
| 99 |
+
howpublished = "\url{https://huggingface.co/spaces/malhajar/OpenLLMTurkishLeaderboard}"
|
| 100 |
+
}
|
| 101 |
"""
|