Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
Update Introduction text bold and italics
Browse files- src/about.py +3 -3
src/about.py
CHANGED
@@ -74,11 +74,11 @@ TITLE = """<h1 align="center" id="space-title">Open Japanese LLM Leaderboard</h1
|
|
74 |
|
75 |
# What does your leaderboard evaluate?
|
76 |
INTRODUCTION_TEXT = """
|
77 |
-
🇯🇵 The
|
78 |
|
79 |
-
The
|
80 |
|
81 |
-
When you submit a model on the "Submit here!" page, it is automatically evaluated on a set of benchmarks. For more information, please consult the "About" page or refer to the website of [LLM-Jp](https://llm-jp.nii.ac.jp/en/)
|
82 |
|
83 |
"""
|
84 |
|
|
|
74 |
|
75 |
# What does your leaderboard evaluate?
|
76 |
INTRODUCTION_TEXT = """
|
77 |
+
🇯🇵 The __Open Japanese LLM Leaderboard__ 🌸 by __[LLM-Jp](https://llm-jp.nii.ac.jp/en/)__ evaluates the performance of Japanese Large Language Models (LLMs).
|
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. It 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 organized by the __National Institute of Informatics__ in Tokyo, Japan with more than 1,500 participants from academia and industry.
|
80 |
|
81 |
+
When you submit a model on the **"Submit here!"** page, it is automatically evaluated on a set of benchmarks. For more information, please consult the **"About"** page or refer to the website of [LLM-Jp](https://llm-jp.nii.ac.jp/en/)
|
82 |
|
83 |
"""
|
84 |
|