Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
Update Question mark - Akim
Browse files- src/about.py +2 -4
src/about.py
CHANGED
@@ -78,8 +78,7 @@ INTRODUCTION_TEXT = """
|
|
78 |
|
79 |
The __Open Japanese LLM Leaderboard__ assesses language understanding of Japanese LLMs with more than 51 benchmarks from classical to modern NLP tasks such as Natural language inference, Question Answering, Machine Translation, Code Generation, Mathematical reasoning, Summarization, etc. The __Open Japanese LLM Leaderboard__ was built by open-source contributors of __[LLM-Jp](https://llm-jp.nii.ac.jp/en/)__, a cross-organizational project for the research and development of Japanese LLMs supported by the _National Institute of Informatics_ in Tokyo, Japan with more than 1,500 participants from academia and industry.
|
80 |
|
81 |
-
|
82 |
-
|
83 |
"""
|
84 |
|
85 |
# Which evaluations are you running? how can people reproduce what you have?
|
@@ -198,8 +197,7 @@ If everything is done, check you can launch the EleutherAIHarness on your model
|
|
198 |
"""
|
199 |
|
200 |
CITATION_BUTTON_LABEL = "Copy the following snippet to cite these results"
|
201 |
-
CITATION_BUTTON_TEXT = r"""
|
202 |
-
@misc{OJLL,
|
203 |
author = {Miyao, Yusuke and Ishida, Shigeki and Okamoto, Takumi and Han, Namgi and Mousterou, Akim and Fourrier, Clémentine and Hayashi, Toshihiro and Tachibana, Yuichiro},
|
204 |
title = {Open Japanese LLM Leaderboard},
|
205 |
year = {2024},
|
|
|
78 |
|
79 |
The __Open Japanese LLM Leaderboard__ assesses language understanding of Japanese LLMs with more than 51 benchmarks from classical to modern NLP tasks such as Natural language inference, Question Answering, Machine Translation, Code Generation, Mathematical reasoning, Summarization, etc. The __Open Japanese LLM Leaderboard__ was built by open-source contributors of __[LLM-Jp](https://llm-jp.nii.ac.jp/en/)__, a cross-organizational project for the research and development of Japanese LLMs supported by the _National Institute of Informatics_ in Tokyo, Japan with more than 1,500 participants from academia and industry.
|
80 |
|
81 |
+
On __"LLM Benchmark"__ page, the question mark **"?"** refers to the parameters that are unknown in the model card on Hugging Face. For more information about datasets, please consult the __"About"__ page or refer to the website of __[LLM-Jp](https://llm-jp.nii.ac.jp/en/)__. And on the __"Submit here!"__ page, you can evaluate the performance of your model, and be part of the leaderboard.
|
|
|
82 |
"""
|
83 |
|
84 |
# Which evaluations are you running? how can people reproduce what you have?
|
|
|
197 |
"""
|
198 |
|
199 |
CITATION_BUTTON_LABEL = "Copy the following snippet to cite these results"
|
200 |
+
CITATION_BUTTON_TEXT = r"""@misc{OJLL,
|
|
|
201 |
author = {Miyao, Yusuke and Ishida, Shigeki and Okamoto, Takumi and Han, Namgi and Mousterou, Akim and Fourrier, Clémentine and Hayashi, Toshihiro and Tachibana, Yuichiro},
|
202 |
title = {Open Japanese LLM Leaderboard},
|
203 |
year = {2024},
|